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)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Oct 2021 09:31:54 +0000 (12:31 +0300)
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>
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>;