Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 441f61e3 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: rcar: Correct SATA device sizes to 2 MiB



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 commit e9f0089b ("arm64: dts: r8a7795: Correct SATA
device size to 2MiB").

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 5b394b2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+2 −2
Original line number Diff line number Diff line
@@ -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>;
+2 −2
Original line number Diff line number Diff line
@@ -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>;