projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dede98
)
arm64: dts: ls1043a: fix the wrong size of dcfg space
author
Li Yang
<leoyang.li@nxp.com>
Wed, 14 Sep 2022 21:46:53 +0000
(16:46 -0500)
committer
Shawn Guo
<shawnguo@kernel.org>
Sat, 17 Sep 2022 08:35:22 +0000
(16:35 +0800)
The size of the block should be 0x1000 instead of 0x10000.
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index ca3d5a90d6d4a8ae966e7f716f978941afb504c1..e6fce671799deeafb77f90e7b67bb2a5720f63e9 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@
-393,7
+393,7
@@
dcfg: dcfg@1ee0000 {
compatible = "fsl,ls1043a-dcfg", "syscon";
- reg = <0x0 0x1ee0000 0x0 0x1000
0
>;
+ reg = <0x0 0x1ee0000 0x0 0x1000>;
big-endian;
};