Commit 0671840c authored by Barry Song's avatar Barry Song Committed by Olof Johansson

ARM: dts: sirf: add missed chhifbg node in prima2 and atlas6 dts

CPHIF(Cell phone interface) is behind sys bridge, this patch adds the
missed node.
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 5fadea22
...@@ -65,6 +65,11 @@ rsc-controller@88020000 { ...@@ -65,6 +65,11 @@ rsc-controller@88020000 {
compatible = "sirf,prima2-rsc"; compatible = "sirf,prima2-rsc";
reg = <0x88020000 0x1000>; reg = <0x88020000 0x1000>;
}; };
cphifbg@88030000 {
compatible = "sirf,prima2-cphifbg";
reg = <0x88030000 0x1000>;
};
}; };
mem-iobg { mem-iobg {
......
...@@ -76,6 +76,11 @@ rsc-controller@88020000 { ...@@ -76,6 +76,11 @@ rsc-controller@88020000 {
compatible = "sirf,prima2-rsc"; compatible = "sirf,prima2-rsc";
reg = <0x88020000 0x1000>; reg = <0x88020000 0x1000>;
}; };
cphifbg@88030000 {
compatible = "sirf,prima2-cphifbg";
reg = <0x88030000 0x1000>;
};
}; };
mem-iobg { mem-iobg {
......
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