Просмотр исходного кода

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>
Barry Song 12 лет назад
Родитель
Сommit
0671840cce
2 измененных файлов с 10 добавлено и 0 удалено
  1. 5 0
      arch/arm/boot/dts/atlas6.dtsi
  2. 5 0
      arch/arm/boot/dts/prima2.dtsi

+ 5 - 0
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 {

+ 5 - 0
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 {