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

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

Fixes: 444d66fafab8 ("ARM: dts: add spi wifi support to cm-t335")
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/am335x-cm-t335.dts

index 947c81b7aaafbf4b79bcdb84cb8490f5a430b9a9..56a04d3086c320bc979cdeb7036c3e96fcd17982 100644 (file)
@@ -552,7 +552,7 @@ status = "okay";
        status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&spi0_pins>;
-       ti,pindir-d0-out-d1-in = <1>;
+       ti,pindir-d0-out-d1-in;
        /* WLS1271 WiFi */
        wlcore: wlcore@1 {
                compatible = "ti,wl1271";