diff options
author | Eduardo Valentin <[email protected]> | 2013-11-12 12:30:07 -0400 |
---|---|---|
committer | Eduardo Valentin <[email protected]> | 2013-12-04 09:37:16 -0400 |
commit | 977a352867ae4166fb26339464ba608c27f1aa5e (patch) | |
tree | 2c07437e1bb66f32b31d361008e31bc884e00ba6 | |
parent | 2cd29f6308b81fdf3756307c37bda267a93c1650 (diff) |
arm: dts: make OMAP443x bandgap node to belong to OCP
Small fix on representation. Bandgap node belongs to OCP.
Cc: "BenoƮt Cousson" <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Pawel Moll <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Ian Campbell <[email protected]>
Cc: Russell King <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Suggested-by: Nishanth Menon <[email protected]>
Signed-off-by: Eduardo Valentin <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/omap443x.dtsi | 12 |
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 @@ #include "omap4-cpu-thermal.dtsi" }; - bandgap: bandgap { - reg = <0x4a002260 0x4 - 0x4a00232C 0x4>; - compatible = "ti,omap4430-bandgap"; + ocp { + bandgap: bandgap { + reg = <0x4a002260 0x4 + 0x4a00232C 0x4>; + compatible = "ti,omap4430-bandgap"; - #thermal-sensor-cells = <0>; + #thermal-sensor-cells = <0>; + }; }; }; |