mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
ARM: dts: at91: Return to boolean properties
Returning back to commit 0dc23d1a8e
("arm: dts: at91: Fix boolean properties with values") as pinctrl driver no
longer expects an integer value and expects a simple boolean property.
Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/6f06be9e393c02563bc877498c8af75daf3b47f8.1684313910.git.Ryan.Wanner@microchip.com
This commit is contained in:
parent
23b76ba20e
commit
1ebc72ceef
|
|
@ -225,7 +225,7 @@ pinctrl_pio_zbe_rst: gpio_zbe_rst {
|
|||
pinctrl_pio_io_reset: gpio_io_reset {
|
||||
pinmux = <PIN_PB30__GPIO>;
|
||||
bias-disable;
|
||||
drive-open-drain = <1>;
|
||||
drive-open-drain;
|
||||
output-low;
|
||||
};
|
||||
pinctrl_pio_input: gpio_input {
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ pinctrl_flx4_default: flx4_i2c6_default {
|
|||
pinmux = <PIN_PD12__FLEXCOM4_IO0>, //DATA
|
||||
<PIN_PD13__FLEXCOM4_IO1>; //CLK
|
||||
bias-disable;
|
||||
drive-open-drain = <1>;
|
||||
drive-open-drain;
|
||||
};
|
||||
|
||||
pinctrl_pwm0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user