diff options
author | AnilKumar Ch <anilkumar@ti.com> | 2012-08-31 13:37:20 +0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-10-29 19:56:25 +0400 |
commit | efeedcf2a9137c9be0b833cb76b05315fe231197 (patch) | |
tree | f1edfe7ba688fe75e8ac0815b040eaf59c038826 /arch/arm/boot/dts/am335x-bone.dts | |
parent | 5a8095e9d02da19f3bab738e82c0520ecd62d6af (diff) | |
download | linux-efeedcf2a9137c9be0b833cb76b05315fe231197.tar.xz |
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.dts | 6 |
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 */ |