]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema
authorAswath Govindraju <a-govindraju@ti.com>
Tue, 8 Jun 2021 05:09:52 +0000 (10:39 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:16:15 +0000 (16:16 +0200)
[ Upstream commit 9b11fec7345f21995f4ea4bafb0e108b9a620238 ]

ti,pindir-d0-out-d1-in property is expected to be of type boolean.
Therefore, fix the property accordingly.

Fixes: b0b039515445 ("ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1")
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/am43x-epos-evm.dts

index b6950eee550b275272b57d9c15d707f06eba6e57..02bbdfb3f258248753fd463bf44502fdfcd068b7 100644 (file)
        pinctrl-names = "default", "sleep";
        pinctrl-0 = <&spi0_pins_default>;
        pinctrl-1 = <&spi0_pins_sleep>;
-       ti,pindir-d0-out-d1-in = <1>;
+       ti,pindir-d0-out-d1-in;
 };
 
 &spi1 {
        pinctrl-names = "default", "sleep";
        pinctrl-0 = <&spi1_pins_default>;
        pinctrl-1 = <&spi1_pins_sleep>;
-       ti,pindir-d0-out-d1-in = <1>;
+       ti,pindir-d0-out-d1-in;
 };
 
 &usb2_phy1 {