diff options
author | Svyatoslav Ryhel <clamor95@gmail.com> | 2022-02-08 00:28:24 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-02-24 16:54:58 +0100 |
commit | 79b788bfc787b60699d46b9e273b42ebe18336b3 (patch) | |
tree | d3162e4fe91fa469b23a0bd5128267435f343f68 /arch/arm/boot/dts/tegra20-asus-tf101.dts | |
parent | e52fed28f62799179af0845d33274ed29e3ce8fd (diff) |
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/tegra20-asus-tf101.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-asus-tf101.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-asus-tf101.dts b/arch/arm/boot/dts/tegra20-asus-tf101.dts index 37e90bd8df95..a054d39db466 100644 --- a/arch/arm/boot/dts/tegra20-asus-tf101.dts +++ b/arch/arm/boot/dts/tegra20-asus-tf101.dts @@ -450,11 +450,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 */ |