ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema

[ Upstream commit 414bfe1d26b60ef20b58e36efd5363188a694bab ]

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

Fixes: 444d66fafa ("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>
This commit is contained in:
Aswath Govindraju
2021-06-08 10:39:51 +05:30
committed by Greg Kroah-Hartman
parent 0724764c08
commit 6641724d68

View File

@@ -496,7 +496,7 @@ status = "okay";
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&spi0_pins>; pinctrl-0 = <&spi0_pins>;
ti,pindir-d0-out-d1-in = <1>; ti,pindir-d0-out-d1-in;
/* WLS1271 WiFi */ /* WLS1271 WiFi */
wlcore: wlcore@1 { wlcore: wlcore@1 {
compatible = "ti,wl1271"; compatible = "ti,wl1271";