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

ARM: dts: OMAP2+: Add compatible property to onenand node

OMAP onenand nodes are missing compatible property, add it.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Tony Lindgren <tony@atomide.com>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>

authored by

Ladislav Michl and committed by
Boris Brezillon
396744b7 8edfe5fe

+4
+1
arch/arm/boot/dts/omap2420-n8x0-common.dtsi
··· 52 52 onenand@0,0 { 53 53 #address-cells = <1>; 54 54 #size-cells = <1>; 55 + compatible = "ti,omap2-onenand"; 55 56 reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */ 56 57 57 58 gpmc,sync-read;
+1
arch/arm/boot/dts/omap3-n900.dts
··· 838 838 onenand@0,0 { 839 839 #address-cells = <1>; 840 840 #size-cells = <1>; 841 + compatible = "ti,omap2-onenand"; 841 842 reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */ 842 843 843 844 gpmc,sync-read;
+1
arch/arm/boot/dts/omap3-n950-n9.dtsi
··· 367 367 onenand@0,0 { 368 368 #address-cells = <1>; 369 369 #size-cells = <1>; 370 + compatible = "ti,omap2-onenand"; 370 371 reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */ 371 372 372 373 gpmc,sync-read;
+1
arch/arm/boot/dts/omap3430-sdp.dts
··· 154 154 linux,mtd-name= "samsung,kfm2g16q2m-deb8"; 155 155 #address-cells = <1>; 156 156 #size-cells = <1>; 157 + compatible = "ti,omap2-onenand"; 157 158 reg = <2 0 0x20000>; /* CS2, offset 0, IO size 4 */ 158 159 159 160 gpmc,device-width = <2>;