From: Barry Song Date: Sun, 22 Sep 2013 10:21:03 +0000 (+0800) Subject: ARM: dts: sirf: add missed chhifbg node in prima2 and atlas6 dts X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0671840cce0cccc99d6a8b7ec8d6130589a875ac;p=linux-beck.git 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 Signed-off-by: Olof Johansson --- 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 {