ARM: dts: omap: fix gpmc,mux-add-data type

[ 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>
This commit is contained in:
Roger Quadros
2021-10-07 15:08:30 +03:00
committed by Greg Kroah-Hartman
parent c6c9bbe7fa
commit 02d9ebe0cc
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
compatible = "smsc,lan9221","smsc,lan9115"; compatible = "smsc,lan9221","smsc,lan9115";
bank-width = <2>; bank-width = <2>;
gpmc,mux-add-data; gpmc,mux-add-data = <0>;
gpmc,cs-on-ns = <0>; gpmc,cs-on-ns = <0>;
gpmc,cs-rd-off-ns = <42>; gpmc,cs-rd-off-ns = <42>;
gpmc,cs-wr-off-ns = <36>; gpmc,cs-wr-off-ns = <36>;

View File

@@ -22,7 +22,7 @@
compatible = "smsc,lan9221","smsc,lan9115"; compatible = "smsc,lan9221","smsc,lan9115";
bank-width = <2>; bank-width = <2>;
gpmc,mux-add-data; gpmc,mux-add-data = <0>;
gpmc,cs-on-ns = <0>; gpmc,cs-on-ns = <0>;
gpmc,cs-rd-off-ns = <42>; gpmc,cs-rd-off-ns = <42>;
gpmc,cs-wr-off-ns = <36>; gpmc,cs-wr-off-ns = <36>;