mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 00:40:55 +07:00
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: Barry Song <Baohua.Song@csr.com> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
5fadea2286
commit
0671840cce
@ -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 {
|
|||||||
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user