mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rcar: Correct SATA device sizes to 2 MiB
[ Upstream commit441f61e3aa] Update the SATA device nodes on R-Car H1, H2, and M2-W to use a 2 MiB I/O space, as specified in Rev.1.0 of the R-Car H1 and R-Car Gen2 hardware user manuals. See also commite9f0089b2d("arm64: dts: r8a7795: Correct SATA device size to 2MiB"). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
32d3fe68d2
commit
ea6a25cd2d
@@ -344,7 +344,7 @@
|
||||
|
||||
sata: sata@fc600000 {
|
||||
compatible = "renesas,sata-r8a7779", "renesas,rcar-sata";
|
||||
reg = <0xfc600000 0x2000>;
|
||||
reg = <0xfc600000 0x200000>;
|
||||
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&mstp1_clks R8A7779_CLK_SATA>;
|
||||
power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;
|
||||
|
||||
@@ -1559,7 +1559,7 @@
|
||||
sata0: sata@ee300000 {
|
||||
compatible = "renesas,sata-r8a7790",
|
||||
"renesas,rcar-gen2-sata";
|
||||
reg = <0 0xee300000 0 0x2000>;
|
||||
reg = <0 0xee300000 0 0x200000>;
|
||||
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cpg CPG_MOD 815>;
|
||||
power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
|
||||
@@ -1570,7 +1570,7 @@
|
||||
sata1: sata@ee500000 {
|
||||
compatible = "renesas,sata-r8a7790",
|
||||
"renesas,rcar-gen2-sata";
|
||||
reg = <0 0xee500000 0 0x2000>;
|
||||
reg = <0 0xee500000 0 0x200000>;
|
||||
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cpg CPG_MOD 814>;
|
||||
power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
|
||||
|
||||
@@ -1543,7 +1543,7 @@
|
||||
sata0: sata@ee300000 {
|
||||
compatible = "renesas,sata-r8a7791",
|
||||
"renesas,rcar-gen2-sata";
|
||||
reg = <0 0xee300000 0 0x2000>;
|
||||
reg = <0 0xee300000 0 0x200000>;
|
||||
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cpg CPG_MOD 815>;
|
||||
power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
|
||||
@@ -1554,7 +1554,7 @@
|
||||
sata1: sata@ee500000 {
|
||||
compatible = "renesas,sata-r8a7791",
|
||||
"renesas,rcar-gen2-sata";
|
||||
reg = <0 0xee500000 0 0x2000>;
|
||||
reg = <0 0xee500000 0 0x200000>;
|
||||
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cpg CPG_MOD 814>;
|
||||
power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
|
||||
|
||||
Reference in New Issue
Block a user