projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7778b
)
arm64: dts: ls1028a: fix endian setting for dcfg
author
Yinbo Zhu
<yinbo.zhu@nxp.com>
Fri, 13 Dec 2019 02:18:39 +0000
(10:18 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 23 Dec 2019 06:48:48 +0000
(14:48 +0800)
DCFG block uses little endian. Fix it so that register access becomes
correct.
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Acked-by: Yangbo Lu <yangbo.lu@nxp.com>
Fixes:
8897f3255c9c
("arm64: dts: Add support for NXP LS1028A SoC")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
index
13a3cbe
..
a6f9b77
100644
(file)
--- a/
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
+++ b/
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
@@
-175,7
+175,7
@@
dcfg: syscon@1e00000 {
compatible = "fsl,ls1028a-dcfg", "syscon";
reg = <0x0 0x1e00000 0x0 0x10000>;
-
big
-endian;
+
little
-endian;
};
rst: syscon@1e60000 {