提交 79b788bf 编写于 作者: S Svyatoslav Ryhel 提交者: Thierry Reding

ARM: tegra: transformer: Drop reg-shift for Tegra HS UART

When the Tegra High-Speed UART is used instead of the regular UART, the
reg-shift property is implied from the compatible string and should not
be explicitly listed.
Signed-off-by: NSvyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 e52fed28
...@@ -450,11 +450,13 @@ ...@@ -450,11 +450,13 @@
serial@70006040 { serial@70006040 {
compatible = "nvidia,tegra20-hsuart"; compatible = "nvidia,tegra20-hsuart";
/delete-property/ reg-shift;
/* GPS BCM4751 */ /* GPS BCM4751 */
}; };
serial@70006200 { serial@70006200 {
compatible = "nvidia,tegra20-hsuart"; compatible = "nvidia,tegra20-hsuart";
/delete-property/ reg-shift;
status = "okay"; status = "okay";
/* Azurewave AW-NH615 BCM4329B1 */ /* Azurewave AW-NH615 BCM4329B1 */
......
...@@ -1080,6 +1080,7 @@ ...@@ -1080,6 +1080,7 @@
serial@70006040 { serial@70006040 {
compatible = "nvidia,tegra30-hsuart"; compatible = "nvidia,tegra30-hsuart";
/delete-property/ reg-shift;
status = "okay"; status = "okay";
/* Broadcom GPS BCM47511 */ /* Broadcom GPS BCM47511 */
...@@ -1087,6 +1088,7 @@ ...@@ -1087,6 +1088,7 @@
serial@70006200 { serial@70006200 {
compatible = "nvidia,tegra30-hsuart"; compatible = "nvidia,tegra30-hsuart";
/delete-property/ reg-shift;
status = "okay"; status = "okay";
nvidia,adjust-baud-rates = <0 9600 100>, nvidia,adjust-baud-rates = <0 9600 100>,
......
...@@ -1103,6 +1103,7 @@ ...@@ -1103,6 +1103,7 @@
uartb: serial@70006040 { uartb: serial@70006040 {
compatible = "nvidia,tegra30-hsuart"; compatible = "nvidia,tegra30-hsuart";
/delete-property/ reg-shift;
status = "okay"; status = "okay";
/* Broadcom GPS BCM47511 */ /* Broadcom GPS BCM47511 */
...@@ -1110,6 +1111,7 @@ ...@@ -1110,6 +1111,7 @@
uartc: serial@70006200 { uartc: serial@70006200 {
compatible = "nvidia,tegra30-hsuart"; compatible = "nvidia,tegra30-hsuart";
/delete-property/ reg-shift;
status = "okay"; status = "okay";
nvidia,adjust-baud-rates = <0 9600 100>, nvidia,adjust-baud-rates = <0 9600 100>,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册