diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2015-07-21 04:11:58 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-21 14:07:41 +0300 |
commit | a4e1adb98f7376dccbfaee7c375e6378b6c21985 (patch) | |
tree | 19f011241e560b5ff222daa815a9f1a5801c0974 /arch/arm/boot/dts/omap3-pandora-1ghz.dts | |
parent | a60011c1f4204285f18edd61859456caf5ecbbb6 (diff) | |
download | linux-a4e1adb98f7376dccbfaee7c375e6378b6c21985.tar.xz |
ARM: dts: omap3-pandora: miscellaneous corrections
- add pandora specific compatible name
- fix mmc2 card detect polarity
- fix mmc1 and mmc2 write protect polarity
- disable write protect pins because of production issue and add an
explanation why they are disabled
- fix NAND partition name to reflect the correct address
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-pandora-1ghz.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-pandora-1ghz.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-pandora-1ghz.dts b/arch/arm/boot/dts/omap3-pandora-1ghz.dts index 9619a28dfd7d..25498f756a29 100644 --- a/arch/arm/boot/dts/omap3-pandora-1ghz.dts +++ b/arch/arm/boot/dts/omap3-pandora-1ghz.dts @@ -19,7 +19,7 @@ / { model = "Pandora Handheld Console 1GHz"; - compatible = "ti,omap36xx", "ti,omap3"; + compatible = "openpandora,omap3-pandora-1ghz", "ti,omap36xx", "ti,omap3"; }; &omap3_pmx_core2 { |