]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
Revert "arm: dts: at91: Fix boolean properties with values"
authorArnd Bergmann <arnd@arndb.de>
Fri, 29 Apr 2022 21:09:49 +0000 (23:09 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 29 Apr 2022 21:09:49 +0000 (23:09 +0200)
This reverts commit 0dc23d1a8e17, which caused another regression
as the pinctrl code actually expects an integer value of 0 or 1
rather than a simple boolean property.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/at91-kizbox3-hs.dts
arch/arm/boot/dts/at91-kizbox3_common.dtsi

index f7d90cf1bb772c934b2f93d10e36fd32e05e72ef..2799b2a1f4d25856eda252b4a64d7396448d4059 100644 (file)
                pinctrl_pio_io_reset: gpio_io_reset {
                        pinmux = <PIN_PB30__GPIO>;
                        bias-disable;
-                       drive-open-drain;
+                       drive-open-drain = <1>;
                        output-low;
                };
                pinctrl_pio_input: gpio_input {
index 46566462841990483372f5af1c394601a63a123b..abe27adfa4d65ac050b4fa9fd72c7fe3651f18cf 100644 (file)
                pinmux = <PIN_PD12__FLEXCOM4_IO0>, //DATA
                <PIN_PD13__FLEXCOM4_IO1>; //CLK
                bias-disable;
-               drive-open-drain;
+               drive-open-drain = <1>;
        };
 
        pinctrl_pwm0 {