aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dm814x.dtsi
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2015-12-03 11:35:41 -0800
committerTony Lindgren <tony@atomide.com>2015-12-03 12:02:30 -0800
commit7f8f0b117ab8a22e7e5bb1faf8e8ea8a79005aec (patch)
tree66336dce7c7bdebcc20df0970133af1fd7cf1827 /arch/arm/boot/dts/dm814x.dtsi
parent29f5b34ca1a191c2cf4f6c8c12f4dec56e8d3bc1 (diff)
ARM: dts: Fix dm814x entries for pllss and prcm
Otherwise drivers under pllss and prcm won't probe properly. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dm814x.dtsi')
-rw-r--r--arch/arm/boot/dts/dm814x.dtsi11
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dm814x.dtsi b/arch/arm/boot/dts/dm814x.dtsi
index 7988b42e5764..5c8de1930c8b 100644
--- a/arch/arm/boot/dts/dm814x.dtsi
+++ b/arch/arm/boot/dts/dm814x.dtsi
@@ -215,7 +215,10 @@
prcm: prcm@180000 {
compatible = "ti,dm814-prcm", "simple-bus";
- reg = <0x180000 0x4000>;
+ reg = <0x180000 0x2000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0 0x180000 0x2000>;
prcm_clocks: clocks {
#address-cells = <1>;
@@ -226,9 +229,13 @@
};
};
+ /* See TRM PLL_SUBSYS_BASE and "PLLSS Registers" */
pllss: pllss@1c5000 {
compatible = "ti,dm814-pllss", "simple-bus";
- reg = <0x1c5000 0x2000>;
+ reg = <0x1c5000 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0 0x1c5000 0x1000>;
pllss_clocks: clocks {
#address-cells = <1>;