]> www.infradead.org Git - linux.git/commitdiff
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 12e185846dcb9cd829446cc9c1d3fc0c8762b5de..c2a56eb0b9fa87592e1a750f27d5063fbea5f583 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>;
                };
        };