浏览代码

ARM: ls1021a: dtsi: add 'big-endian' property for scfg node

On LS1021A SoC, the scfg device is in BE mode.

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Xiubo Li 10 年之前
父节点
当前提交
4fe6be0fe0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/boot/dts/ls1021a.dtsi

+ 1 - 0
arch/arm/boot/dts/ls1021a.dtsi

@@ -142,6 +142,7 @@
 		scfg: scfg@1570000 {
 			compatible = "fsl,ls1021a-scfg", "syscon";
 			reg = <0x0 0x1570000 0x0 0x10000>;
+			big-endian;
 		};
 
 		clockgen: clocking@1ee1000 {