Skip to content

Commit 1055464

Browse files
committed
Merge tag 'omap-for-v3.14/fixes-dt-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
From Tony Lindgren: Two omap3430 vs 3630 device tree regression fixes for issues booting 3430 based boards. * tag 'omap-for-v3.14/fixes-dt-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: dts: omap3-gta04: Add ti,omap36xx to compatible property to avoid problems with booting ARM: dts: omap3-igep: fix boot fail due wrong compatible match Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 4058f76 + ae41a30 commit 1055464

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/ {
1515
model = "OMAP3 GTA04";
16-
compatible = "ti,omap3-gta04", "ti,omap3";
16+
compatible = "ti,omap3-gta04", "ti,omap36xx", "ti,omap3";
1717

1818
cpus {
1919
cpu@0 {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/ {
1616
model = "IGEPv2 (TI OMAP AM/DM37x)";
17-
compatible = "isee,omap3-igep0020", "ti,omap3";
17+
compatible = "isee,omap3-igep0020", "ti,omap36xx", "ti,omap3";
1818

1919
leds {
2020
pinctrl-names = "default";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/ {
1515
model = "IGEP COM MODULE (TI OMAP AM/DM37x)";
16-
compatible = "isee,omap3-igep0030", "ti,omap3";
16+
compatible = "isee,omap3-igep0030", "ti,omap36xx", "ti,omap3";
1717

1818
leds {
1919
pinctrl-names = "default";

0 commit comments

Comments
 (0)