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)
committerTony Lindgren <tony@atomide.com>
Fri, 11 Jun 2021 07:35:02 +0000 (10:35 +0300)
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>
arch/arm/boot/dts/am335x-cm-t335.dts

index a306b0c..688e14e 100644 (file)
@@ -496,7 +496,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";