Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: omap: Fix boolean properties gpmc,cycle2cycle-{same|diff}csen

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>

authored by

Roger Quadros and committed by
Tony Lindgren
54a7c14e c346eb1c

+10 -10
+2 -2
arch/arm/boot/dts/omap-gpmc-smsc911x.dtsi
··· 25 25 compatible = "smsc,lan9221", "smsc,lan9115"; 26 26 bank-width = <2>; 27 27 gpmc,device-width = <1>; 28 - gpmc,cycle2cycle-samecsen = <1>; 29 - gpmc,cycle2cycle-diffcsen = <1>; 28 + gpmc,cycle2cycle-samecsen; 29 + gpmc,cycle2cycle-diffcsen; 30 30 gpmc,cs-on-ns = <5>; 31 31 gpmc,cs-rd-off-ns = <150>; 32 32 gpmc,cs-wr-off-ns = <150>;
+2 -2
arch/arm/boot/dts/omap-zoom-common.dtsi
··· 27 27 gpmc,mux-add-data = <0>; 28 28 gpmc,device-width = <1>; 29 29 gpmc,wait-pin = <1>; 30 - gpmc,cycle2cycle-samecsen = <1>; 31 - gpmc,cycle2cycle-diffcsen = <1>; 30 + gpmc,cycle2cycle-samecsen; 31 + gpmc,cycle2cycle-diffcsen; 32 32 gpmc,cs-on-ns = <5>; 33 33 gpmc,cs-rd-off-ns = <155>; 34 34 gpmc,cs-wr-off-ns = <155>;
+2 -2
arch/arm/boot/dts/omap2430-sdp.dts
··· 43 43 gpmc,sync-clk-ps = <0>; 44 44 gpmc,mux-add-data = <2>; 45 45 gpmc,device-width = <1>; 46 - gpmc,cycle2cycle-samecsen = <1>; 47 - gpmc,cycle2cycle-diffcsen = <1>; 46 + gpmc,cycle2cycle-samecsen; 47 + gpmc,cycle2cycle-diffcsen; 48 48 gpmc,cs-on-ns = <6>; 49 49 gpmc,cs-rd-off-ns = <187>; 50 50 gpmc,cs-wr-off-ns = <187>;
+2 -2
arch/arm/boot/dts/omap3-devkit8000-common.dtsi
··· 267 267 gpmc,mux-add-data = <0>; 268 268 gpmc,device-width = <1>; 269 269 gpmc,wait-pin = <0>; 270 - gpmc,cycle2cycle-samecsen = <1>; 271 - gpmc,cycle2cycle-diffcsen = <1>; 270 + gpmc,cycle2cycle-samecsen; 271 + gpmc,cycle2cycle-diffcsen; 272 272 273 273 gpmc,cs-on-ns = <6>; 274 274 gpmc,cs-rd-off-ns = <180>;
+2 -2
arch/arm/boot/dts/omap3-sb-t35.dtsi
··· 108 108 reg = <4 0 0xff>; 109 109 bank-width = <2>; 110 110 gpmc,device-width = <1>; 111 - gpmc,cycle2cycle-samecsen = <1>; 112 - gpmc,cycle2cycle-diffcsen = <1>; 111 + gpmc,cycle2cycle-samecsen; 112 + gpmc,cycle2cycle-diffcsen; 113 113 gpmc,cs-on-ns = <5>; 114 114 gpmc,cs-rd-off-ns = <150>; 115 115 gpmc,cs-wr-off-ns = <150>;