ARM: dts: omap: Fix boolean properties gpmc,cycle2cycle-{same|diff}csen
authorRoger Quadros <rogerq@kernel.org>
Thu, 7 Oct 2021 12:08:29 +0000 (15:08 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Oct 2021 09:31:53 +0000 (12:31 +0300)
gpmc,cycle2cycle-{same|diff}csen are boolean properties. Fix them
to prevent dtbs_check errors.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap-gpmc-smsc911x.dtsi
arch/arm/boot/dts/omap-zoom-common.dtsi
arch/arm/boot/dts/omap2430-sdp.dts
arch/arm/boot/dts/omap3-devkit8000-common.dtsi
arch/arm/boot/dts/omap3-sb-t35.dtsi

index ded7e8fec9ebae76ec82c66b264bb231ccc422c2..ce6c235f68ec6d35fbbe556f12c219497e524c29 100644 (file)
@@ -25,8 +25,8 @@
                compatible = "smsc,lan9221", "smsc,lan9115";
                bank-width = <2>;
                gpmc,device-width = <1>;
-               gpmc,cycle2cycle-samecsen = <1>;
-               gpmc,cycle2cycle-diffcsen = <1>;
+               gpmc,cycle2cycle-samecsen;
+               gpmc,cycle2cycle-diffcsen;
                gpmc,cs-on-ns = <5>;
                gpmc,cs-rd-off-ns = <150>;
                gpmc,cs-wr-off-ns = <150>;
index d4ad9e58b199f8b02a600099616dd03800c1eeba..1e96c865d41dc32da24a158208221a7a98d70abe 100644 (file)
@@ -27,8 +27,8 @@
                gpmc,mux-add-data = <0>;
                gpmc,device-width = <1>;
                gpmc,wait-pin = <1>;
-               gpmc,cycle2cycle-samecsen = <1>;
-               gpmc,cycle2cycle-diffcsen = <1>;
+               gpmc,cycle2cycle-samecsen;
+               gpmc,cycle2cycle-diffcsen;
                gpmc,cs-on-ns = <5>;
                gpmc,cs-rd-off-ns = <155>;
                gpmc,cs-wr-off-ns = <155>;
index 7d27e907533ff9571cbf5989550bb379ef1803d1..207070677e3ae7614fe9cfedc7dbcae48a9ac45c 100644 (file)
@@ -43,8 +43,8 @@
                gpmc,sync-clk-ps = <0>;
                gpmc,mux-add-data = <2>;
                gpmc,device-width = <1>;
-               gpmc,cycle2cycle-samecsen = <1>;
-               gpmc,cycle2cycle-diffcsen = <1>;
+               gpmc,cycle2cycle-samecsen;
+               gpmc,cycle2cycle-diffcsen;
                gpmc,cs-on-ns = <6>;
                gpmc,cs-rd-off-ns = <187>;
                gpmc,cs-wr-off-ns = <187>;
index 2c19d6e255bdc9c4c15cefcb4e12ecd85c2de28d..5e55198e4576543d3c3dbd08b71e65994faa974b 100644 (file)
                gpmc,mux-add-data = <0>;
                gpmc,device-width = <1>;
                gpmc,wait-pin = <0>;
-               gpmc,cycle2cycle-samecsen = <1>;
-               gpmc,cycle2cycle-diffcsen = <1>;
+               gpmc,cycle2cycle-samecsen;
+               gpmc,cycle2cycle-diffcsen;
 
                gpmc,cs-on-ns = <6>;
                gpmc,cs-rd-off-ns = <180>;
index fb9842fa922c3f6bf632c4f29971a9443de5e124..5ec0893415e03def61b265b63d9f0e2e61b26f69 100644 (file)
                reg = <4 0 0xff>;
                bank-width = <2>;
                gpmc,device-width = <1>;
-               gpmc,cycle2cycle-samecsen = <1>;
-               gpmc,cycle2cycle-diffcsen = <1>;
+               gpmc,cycle2cycle-samecsen;
+               gpmc,cycle2cycle-diffcsen;
                gpmc,cs-on-ns = <5>;
                gpmc,cs-rd-off-ns = <150>;
                gpmc,cs-wr-off-ns = <150>;