diff options
author | Barry Song <Baohua.Song@csr.com> | 2013-09-22 18:21:03 +0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-10-29 12:40:57 -0700 |
commit | 0671840cce0cccc99d6a8b7ec8d6130589a875ac (patch) | |
tree | 0dcdb5507105188ce7db49e0e72694b357471c6d /arch | |
parent | 5fadea22860d315330b51aa16569e05e4f1c610b (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/atlas6.dtsi | 5 | ||||
-rw-r--r-- | arch/arm/boot/dts/prima2.dtsi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi index e53dc6d4eb26..22a5fa6fdedf 100644 --- a/arch/arm/boot/dts/atlas6.dtsi +++ b/arch/arm/boot/dts/atlas6.dtsi @@ -65,6 +65,11 @@ compatible = "sirf,prima2-rsc"; reg = <0x88020000 0x1000>; }; + + cphifbg@88030000 { + compatible = "sirf,prima2-cphifbg"; + reg = <0x88030000 0x1000>; + }; }; mem-iobg { diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index 34e29b80f97f..030943085ca8 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/arch/arm/boot/dts/prima2.dtsi @@ -76,6 +76,11 @@ compatible = "sirf,prima2-rsc"; reg = <0x88020000 0x1000>; }; + + cphifbg@88030000 { + compatible = "sirf,prima2-cphifbg"; + reg = <0x88030000 0x1000>; + }; }; mem-iobg { |