ARM: tegra: transformer: Drop reg-shift for Tegra HS UART
authorSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 7 Feb 2022 21:28:24 +0000 (00:28 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 24 Feb 2022 15:54:58 +0000 (16:54 +0100)
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>
arch/arm/boot/dts/tegra20-asus-tf101.dts
arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi
arch/arm/boot/dts/tegra30-pegatron-chagall.dts

index 37e90bd..a054d39 100644 (file)
 
        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 */
index 85b43a8..c662ab2 100644 (file)
 
        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>,
index f4b2d42..8ce6103 100644 (file)
 
        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>,