Skip to content

Commit 1ebc72c

Browse files
ryan-wannerclaudiubeznea
authored andcommitted
ARM: dts: at91: Return to boolean properties
Returning back to commit 0dc23d1 ("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
1 parent 23b76ba commit 1ebc72c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/at91-kizbox3-hs.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
pinctrl_pio_io_reset: gpio_io_reset {
226226
pinmux = <PIN_PB30__GPIO>;
227227
bias-disable;
228-
drive-open-drain = <1>;
228+
drive-open-drain;
229229
output-low;
230230
};
231231
pinctrl_pio_input: gpio_input {

arch/arm/boot/dts/at91-kizbox3_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
pinmux = <PIN_PD12__FLEXCOM4_IO0>, //DATA
212212
<PIN_PD13__FLEXCOM4_IO1>; //CLK
213213
bias-disable;
214-
drive-open-drain = <1>;
214+
drive-open-drain;
215215
};
216216

217217
pinctrl_pwm0 {

0 commit comments

Comments
 (0)