summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2021-10-07 15:08:30 +0300
committerTony Lindgren <tony@atomide.com>2021-10-11 12:31:54 +0300
commit51b9e22ffd3c4c56cbb7caae9750f70e55ffa603 (patch)
treefc8761d90f489a3d99147cd9d455c4d526d68fee /arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
parent54a7c14e8f47e494d3b5b9999a58a45a82dbe164 (diff)
ARM: dts: omap: fix gpmc,mux-add-data type
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi')
-rw-r--r--arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi b/arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
index e5da3bc6f105..218a10c0d815 100644
--- a/arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
+++ b/arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
@@ -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>;