提交 063de897 编写于 作者: A Alexandre Belloni 提交者: Maxime Ripard

ARM: at91/dt: sama5d3: define mpddr clock and ramc clocks

Define the available clock for mprddr and take both mpddr_clk and ddrck in the
ram controller driver.
Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 7171511e
...@@ -402,8 +402,10 @@ ...@@ -402,8 +402,10 @@
}; };
ramc0: ramc@ffffea00 { ramc0: ramc@ffffea00 {
compatible = "atmel,at91sam9g45-ddramc"; compatible = "atmel,sama5d3-ddramc";
reg = <0xffffea00 0x200>; reg = <0xffffea00 0x200>;
clocks = <&ddrck>, <&mpddr_clk>;
clock-names = "ddrck", "mpddr";
}; };
dbgu: serial@ffffee00 { dbgu: serial@ffffee00 {
...@@ -1170,6 +1172,11 @@ ...@@ -1170,6 +1172,11 @@
#clock-cells = <0>; #clock-cells = <0>;
reg = <48>; reg = <48>;
}; };
mpddr_clk: mpddr_clk {
#clock-cells = <0>;
reg = <49>;
};
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册