projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7240d7d
)
arm64: dts: ls1028a: Corrected the SATA ecc address
author
Peng Ma
<peng.ma@nxp.com>
Mon, 11 Mar 2019 07:20:13 +0000
(15:20 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Thu, 11 Apr 2019 01:34:03 +0000
(09:34 +0800)
Ls1028a SATA ecc address with more than 32 bit, so we should corrrect the
address.
Signed-off-by: Peng Ma <peng.ma@nxp.com>
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 8dd3501b1333da9599ef210f04ef02221aa4ac03..b04581249f0bca701dfe8134ffc7f65a44a2fbd4 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
+++ b/
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
@@
-297,7
+297,7
@@
sata: sata@3200000 {
compatible = "fsl,ls1028a-ahci";
reg = <0x0 0x3200000 0x0 0x10000>,
- <0x
0 0x2014
0520 0x0 0x4>;
+ <0x
7 0x10
0520 0x0 0x4>;
reg-names = "ahci", "sata-ecc";
interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clockgen 4 1>;