diff options
author | Svyatoslav Ryhel <clamor95@gmail.com> | 2022-02-08 00:28:24 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-02-24 18:54:58 +0300 |
commit | 79b788bfc787b60699d46b9e273b42ebe18336b3 (patch) | |
tree | d3162e4fe91fa469b23a0bd5128267435f343f68 /arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi | |
parent | e52fed28f62799179af0845d33274ed29e3ce8fd (diff) | |
download | linux-79b788bfc787b60699d46b9e273b42ebe18336b3.tar.xz |
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: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi b/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi index 85b43a86a26d..c662ab261ed5 100644 --- a/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi +++ b/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi @@ -1080,6 +1080,7 @@ serial@70006040 { compatible = "nvidia,tegra30-hsuart"; + /delete-property/ reg-shift; status = "okay"; /* Broadcom GPS BCM47511 */ @@ -1087,6 +1088,7 @@ serial@70006200 { compatible = "nvidia,tegra30-hsuart"; + /delete-property/ reg-shift; status = "okay"; nvidia,adjust-baud-rates = <0 9600 100>, |