Commit 7f8f0b11 authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: Fix dm814x entries for pllss and prcm

Otherwise drivers under pllss and prcm won't probe properly.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 29f5b34c
......@@ -215,7 +215,10 @@ pincntl: pinmux@800 {
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 @@ prcm_clockdomains: clockdomains {
};
};
/* 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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment