OSDN Git Service

ARM: tegra: Fix I2C mux reset GPIO reference on Cardhu
authorThierry Reding <treding@nvidia.com>
Tue, 7 Dec 2021 13:08:32 +0000 (14:08 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 15 Dec 2021 16:29:54 +0000 (17:29 +0100)
Use the correct "reset-gpios" property for the I2C mux reset GPIO
reference instead of the deprecated "reset-gpio" property.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-cardhu.dtsi

index 12e1858..c2a56eb 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <0x70>;
-                       reset-gpio = <&gpio TEGRA_GPIO(BB, 0) GPIO_ACTIVE_LOW>;
+                       reset-gpios = <&gpio TEGRA_GPIO(BB, 0) GPIO_ACTIVE_LOW>;
                };
        };