diff options
author | Aswath Govindraju <a-govindraju@ti.com> | 2021-06-08 10:39:51 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-20 16:21:15 +0200 |
commit | 84e6245f6bbcdcbccf5a75c8c8d2a87ed8b9b006 (patch) | |
tree | b8cfb954d7b7ad142bb7366ea5d0416b553d6499 | |
parent | 3b45b8a7d549bd92ec94b5357c2c2c1a7ed107e4 (diff) | |
download | linux-stable-84e6245f6bbcdcbccf5a75c8c8d2a87ed8b9b006.tar.gz linux-stable-84e6245f6bbcdcbccf5a75c8c8d2a87ed8b9b006.tar.bz2 linux-stable-84e6245f6bbcdcbccf5a75c8c8d2a87ed8b9b006.zip |
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: 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>
-rw-r--r-- | arch/arm/boot/dts/am335x-cm-t335.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-cm-t335.dts b/arch/arm/boot/dts/am335x-cm-t335.dts index 947c81b7aaaf..56a04d3086c3 100644 --- a/arch/arm/boot/dts/am335x-cm-t335.dts +++ b/arch/arm/boot/dts/am335x-cm-t335.dts @@ -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"; |