Commit 794f8b21 authored by Barry Song's avatar Barry Song

ARM: dts: sirf: add lost clocks for cphifbg

This patch adds lost clocks property(index 42) for cphifbg node in prima2 and
atlas6 dtsi.
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent 374b1057
...@@ -69,6 +69,7 @@ rsc-controller@88020000 { ...@@ -69,6 +69,7 @@ rsc-controller@88020000 {
cphifbg@88030000 { cphifbg@88030000 {
compatible = "sirf,prima2-cphifbg"; compatible = "sirf,prima2-cphifbg";
reg = <0x88030000 0x1000>; reg = <0x88030000 0x1000>;
clocks = <&clks 42>;
}; };
}; };
......
...@@ -80,6 +80,7 @@ rsc-controller@88020000 { ...@@ -80,6 +80,7 @@ rsc-controller@88020000 {
cphifbg@88030000 { cphifbg@88030000 {
compatible = "sirf,prima2-cphifbg"; compatible = "sirf,prima2-cphifbg";
reg = <0x88030000 0x1000>; reg = <0x88030000 0x1000>;
clocks = <&clks 42>;
}; };
}; };
......
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