projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dff14c
)
ARM: dts: ls1021a: Fixed reg for sata node
author
Peng Ma
<peng.ma@nxp.com>
Wed, 29 May 2019 02:40:47 +0000
(
02:40
+0000)
committer
Prabhakar Kushwaha
<prabhakar.kushwaha@nxp.com>
Wed, 19 Jun 2019 07:24:57 +0000
(12:54 +0530)
This patch is to fixed the reg read to "0" for armv7
architecture.
Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
arch/arm/dts/ls1021a.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/ls1021a.dtsi
b/arch/arm/dts/ls1021a.dtsi
index 8a0f473e25cafc0343c736486053574b82ef9e3a..7fb24ab68787349f7e132a2e33602e2d35aeeebb 100644
(file)
--- a/
arch/arm/dts/ls1021a.dtsi
+++ b/
arch/arm/dts/ls1021a.dtsi
@@
-406,8
+406,7
@@
sata: sata@3200000 {
compatible = "fsl,ls1021a-ahci";
- reg = <0x0 0x3200000 0x0 0x10000 /* ccsr sata base */
- 0x0 0x20220520 0x0 0x4>; /* ecc sata addr*/
+ reg = <0x3200000 0x10000 0x20220520 0x4>;
reg-names = "sata-base", "ecc-addr";
interrupts = <0 101 4>;
status = "disabled";