projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aea2ed
)
arm64: dts: ls1012a: correct the size of dcfg block
author
Li Yang
<leoyang.li@nxp.com>
Fri, 19 Jan 2024 20:10:32 +0000
(15:10 -0500)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 6 Feb 2024 06:15:53 +0000
(14:15 +0800)
Correct the size of dcfg block to 4k.
Signed-off-by: Zhang Ying-22455 <ying.zhang22455@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
index 1e3fe3897b52cedb83656c88e4a07aa45aa89390..2ae0daaa1a04fe296655862fd686cad1b41ef489 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
+++ b/
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
@@
-290,7
+290,7
@@
dcfg: dcfg@1ee0000 {
compatible = "fsl,ls1012a-dcfg",
"syscon";
- reg = <0x0 0x1ee0000 0x0 0x1000
0
>;
+ reg = <0x0 0x1ee0000 0x0 0x1000>;
big-endian;
};