From beb3fd317a046288aa0319b03fcbd3f19b940451 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Fri, 12 Aug 2016 04:12:16 +0200 Subject: ARM: dts: omap3-n900: Fix twl5030 compatible 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 --- arch/arm/boot/dts/omap3-n900.dts | 5 +++++ 1 file changed, 5 insertions(+) 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>; -- cgit v1.2.3