Skip to content

Commit

Permalink
ARM: tegra: transformer: Drop reg-shift for Tegra HS UART
Browse files Browse the repository at this point in the history
[ Upstream commit 79b788b ]

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: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
clamor-s authored and gregkh committed Apr 8, 2022
1 parent bb0446c commit 5e712d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/tegra20-asus-tf101.dts
Expand Up @@ -442,11 +442,13 @@

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 */
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi
Expand Up @@ -1080,13 +1080,15 @@

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

/* Broadcom GPS BCM47511 */
};

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

nvidia,adjust-baud-rates = <0 9600 100>,
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/tegra30-pegatron-chagall.dts
Expand Up @@ -1103,13 +1103,15 @@

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

/* Broadcom GPS BCM47511 */
};

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

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

0 comments on commit 5e712d6

Please sign in to comment.