ARM: dts: omap: fix gpmc,mux-add-data type
authorRoger Quadros <rogerq@kernel.org>
Thu, 7 Oct 2021 12:08:30 +0000 (15:08 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 08:48:28 +0000 (09:48 +0100)
[ Upstream commit 51b9e22ffd3c4c56cbb7caae9750f70e55ffa603 ]

gpmc,mux-add-data is not boolean.

Fixes the below errors flagged by dtbs_check.

"ethernet@4,0:gpmc,mux-add-data: True is not of type 'array'"

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/omap-gpmc-smsc9221.dtsi
arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi

index 7f6aefd..e7534fe 100644 (file)
@@ -29,7 +29,7 @@
                compatible = "smsc,lan9221","smsc,lan9115";
                bank-width = <2>;
 
-               gpmc,mux-add-data;
+               gpmc,mux-add-data = <0>;
                gpmc,cs-on-ns = <0>;
                gpmc,cs-rd-off-ns = <42>;
                gpmc,cs-wr-off-ns = <36>;
index e5da3bc..218a10c 100644 (file)
@@ -22,7 +22,7 @@
                compatible = "smsc,lan9221","smsc,lan9115";
                bank-width = <2>;
 
-               gpmc,mux-add-data;
+               gpmc,mux-add-data = <0>;
                gpmc,cs-on-ns = <0>;
                gpmc,cs-rd-off-ns = <42>;
                gpmc,cs-wr-off-ns = <36>;