Commit 79b788bf authored by Svyatoslav Ryhel's avatar Svyatoslav Ryhel Committed by Thierry Reding
Browse files

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: default avatarSvyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent e52fed28
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -450,11 +450,13 @@ i2s@70002800 {

	serial@70006040 {
		compatible = "nvidia,tegra20-hsuart";
		/delete-property/ reg-shift;
		/* GPS BCM4751 */
	};

	serial@70006200 {
		compatible = "nvidia,tegra20-hsuart";
		/delete-property/ reg-shift;
		status = "okay";

		/* Azurewave AW-NH615 BCM4329B1 */
+2 −0
Original line number Diff line number Diff line
@@ -1080,6 +1080,7 @@ drive_sdio1 {

	serial@70006040 {
		compatible = "nvidia,tegra30-hsuart";
		/delete-property/ reg-shift;
		status = "okay";

		/* Broadcom GPS BCM47511 */
@@ -1087,6 +1088,7 @@ serial@70006040 {

	serial@70006200 {
		compatible = "nvidia,tegra30-hsuart";
		/delete-property/ reg-shift;
		status = "okay";

		nvidia,adjust-baud-rates = <0 9600 100>,
+2 −0
Original line number Diff line number Diff line
@@ -1103,6 +1103,7 @@ drive_lcd2 {

	uartb: serial@70006040 {
		compatible = "nvidia,tegra30-hsuart";
		/delete-property/ reg-shift;
		status = "okay";

		/* Broadcom GPS BCM47511 */
@@ -1110,6 +1111,7 @@ uartb: serial@70006040 {

	uartc: serial@70006200 {
		compatible = "nvidia,tegra30-hsuart";
		/delete-property/ reg-shift;
		status = "okay";

		nvidia,adjust-baud-rates = <0 9600 100>,