Revert "arm: dts: at91: Fix boolean properties with values"

This reverts commit 0dc23d1a8e, 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>
This commit is contained in:
Arnd Bergmann 2022-04-29 23:09:49 +02:00
parent 310b663753
commit adee8aa22a
2 changed files with 2 additions and 2 deletions

View file

@ -225,7 +225,7 @@ pinctrl_pio_zbe_rst: gpio_zbe_rst {
pinctrl_pio_io_reset: gpio_io_reset { pinctrl_pio_io_reset: gpio_io_reset {
pinmux = <PIN_PB30__GPIO>; pinmux = <PIN_PB30__GPIO>;
bias-disable; bias-disable;
drive-open-drain; drive-open-drain = <1>;
output-low; output-low;
}; };
pinctrl_pio_input: gpio_input { pinctrl_pio_input: gpio_input {

View file

@ -211,7 +211,7 @@ pinctrl_flx4_default: flx4_i2c6_default {
pinmux = <PIN_PD12__FLEXCOM4_IO0>, //DATA pinmux = <PIN_PD12__FLEXCOM4_IO0>, //DATA
<PIN_PD13__FLEXCOM4_IO1>; //CLK <PIN_PD13__FLEXCOM4_IO1>; //CLK
bias-disable; bias-disable;
drive-open-drain; drive-open-drain = <1>;
}; };
pinctrl_pwm0 { pinctrl_pwm0 {