Skip to content

Commit 396744b

Browse files
3x380VBoris Brezillon
authored andcommitted
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>
1 parent 8edfe5f commit 396744b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

arch/arm/boot/dts/omap2420-n8x0-common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
onenand@0,0 {
5353
#address-cells = <1>;
5454
#size-cells = <1>;
55+
compatible = "ti,omap2-onenand";
5556
reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */
5657

5758
gpmc,sync-read;

arch/arm/boot/dts/omap3-n900.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,7 @@
838838
onenand@0,0 {
839839
#address-cells = <1>;
840840
#size-cells = <1>;
841+
compatible = "ti,omap2-onenand";
841842
reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */
842843

843844
gpmc,sync-read;

arch/arm/boot/dts/omap3-n950-n9.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@
367367
onenand@0,0 {
368368
#address-cells = <1>;
369369
#size-cells = <1>;
370+
compatible = "ti,omap2-onenand";
370371
reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */
371372

372373
gpmc,sync-read;

arch/arm/boot/dts/omap3430-sdp.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
linux,mtd-name= "samsung,kfm2g16q2m-deb8";
155155
#address-cells = <1>;
156156
#size-cells = <1>;
157+
compatible = "ti,omap2-onenand";
157158
reg = <2 0 0x20000>; /* CS2, offset 0, IO size 4 */
158159

159160
gpmc,device-width = <2>;

0 commit comments

Comments
 (0)