summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2016-08-12 04:12:16 +0200
committerSebastian Reichel <sre@kernel.org>2016-08-12 04:12:18 +0200
commitbeb3fd317a046288aa0319b03fcbd3f19b940451 (patch)
treed9075ea881647df5c6c932d2bceac14fc5669ebf
parent4b9eaf33d83d91430b7ca45d0ebf8241da489c92 (diff)
downloadlinux-n900-dts-twl5030.tar.bz2
ARM: dts: omap3-n900: Fix twl5030 compatiblen900-dts-twl5030
The Nokia N900 uses twl5030 instead of twl4030. It seems both chips are basically the same except for vaux2 register. It probably didn't result in issues so far because of missing camera support in the mainline kernel. Signed-off-by: Sebastian Reichel <sre@kernel.org>
-rw-r--r--arch/arm/boot/dts/omap3-n900.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index 2a6078a8422c..a3b7e77087dd 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -337,6 +337,10 @@
#include "twl4030.dtsi"
#include "twl4030_omap3.dtsi"
+&twl4030 {
+ compatible = "ti,twl5030";
+};
+
&vaux1 {
regulator-name = "V28";
regulator-min-microvolt = <2800000>;
@@ -346,6 +350,7 @@
};
&vaux2 {
+ compatible = "ti,twl5030-vaux2";
regulator-name = "VCSI";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;