summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am335x-bone.dts
diff options
context:
space:
mode:
authorAnilKumar Ch <anilkumar@ti.com>2012-08-31 15:07:20 +0530
committerBenoit Cousson <b-cousson@ti.com>2012-10-29 16:56:25 +0100
commitefeedcf2a9137c9be0b833cb76b05315fe231197 (patch)
treef1edfe7ba688fe75e8ac0815b040eaf59c038826 /arch/arm/boot/dts/am335x-bone.dts
parent5a8095e9d02da19f3bab738e82c0520ecd62d6af (diff)
ARM: dts: AM33XX: Add device tree OPP table
Add DT OPP table for AM33XX family of devices. This data is decoded by OF with of_init_opp_table() helper function. Also adds cpu0 supply name to the corresponding dts files. cpu0-supply name is used by cpufreq-cpu0 driver to get the regulator pointer for voltage modifications. Signed-off-by: AnilKumar Ch <anilkumar@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-bone.dts')
-rw-r--r--arch/arm/boot/dts/am335x-bone.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-bone.dts b/arch/arm/boot/dts/am335x-bone.dts
index c634f87e230e..91eee97371ea 100644
--- a/arch/arm/boot/dts/am335x-bone.dts
+++ b/arch/arm/boot/dts/am335x-bone.dts
@@ -13,6 +13,12 @@
model = "TI AM335x BeagleBone";
compatible = "ti,am335x-bone", "ti,am33xx";
+ cpus {
+ cpu@0 {
+ cpu0-supply = <&dcdc2_reg>;
+ };
+ };
+
memory {
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256 MB */