aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-11-12 11:30:07 -0500
committerEduardo Valentin <eduardo.valentin@ti.com>2013-12-04 08:37:16 -0500
commit977a352867ae4166fb26339464ba608c27f1aa5e (patch)
tree2c07437e1bb66f32b31d361008e31bc884e00ba6
parent2cd29f6308b81fdf3756307c37bda267a93c1650 (diff)
arm: dts: make OMAP443x bandgap node to belong to OCP
Small fix on representation. Bandgap node belongs to OCP. Cc: "BenoƮt Cousson" <bcousson@baylibre.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Rob Herring <rob.herring@calxeda.com> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Stephen Warren <swarren@wwwdotorg.org> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Russell King <linux@arm.linux.org.uk> Cc: linux-omap@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Suggested-by: Nishanth Menon <nm@ti.com> Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
-rw-r--r--arch/arm/boot/dts/omap443x.dtsi12
1 files changed, 7 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/omap443x.dtsi b/arch/arm/boot/dts/omap443x.dtsi
index 11441336c4c7..ab607a19a613 100644
--- a/arch/arm/boot/dts/omap443x.dtsi
+++ b/arch/arm/boot/dts/omap443x.dtsi
@@ -34,11 +34,13 @@
34 #include "omap4-cpu-thermal.dtsi" 34 #include "omap4-cpu-thermal.dtsi"
35 }; 35 };
36 36
37 bandgap: bandgap { 37 ocp {
38 reg = <0x4a002260 0x4 38 bandgap: bandgap {
39 0x4a00232C 0x4>; 39 reg = <0x4a002260 0x4
40 compatible = "ti,omap4430-bandgap"; 40 0x4a00232C 0x4>;
41 compatible = "ti,omap4430-bandgap";
41 42
42 #thermal-sensor-cells = <0>; 43 #thermal-sensor-cells = <0>;
44 };
43 }; 45 };
44}; 46};