Commit 33eae7fb authored by Yinbo Zhu's avatar Yinbo Zhu Committed by Shawn Guo

arm64: dts: ls1028a: fix endian setting for dcfg

DCFG block uses little endian.  Fix it so that register access becomes
correct.
Signed-off-by: default avatarYinbo Zhu <yinbo.zhu@nxp.com>
Acked-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
Fixes: 8897f325 ("arm64: dts: Add support for NXP LS1028A SoC")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7d7778b1
......@@ -175,7 +175,7 @@ ddr: memory-controller@1080000 {
dcfg: syscon@1e00000 {
compatible = "fsl,ls1028a-dcfg", "syscon";
reg = <0x0 0x1e00000 0x0 0x10000>;
big-endian;
little-endian;
};
rst: syscon@1e60000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment