Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: r8a7795: Correct SATA device size to 2MiB
@ 2017-03-20  8:49 Magnus Damm
  2017-03-20 10:57 ` Geert Uytterhoeven
  0 siblings, 1 reply; 7+ messages in thread
From: Magnus Damm @ 2017-03-20  8:49 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: horms+renesas, Magnus Damm

From: Magnus Damm <damm+renesas@opensource.se>

Update the r8a7795 SATA device node to use a 2MiB I/O space as specified
in the "72. Serial-ATA" section of R-Car-Gen3-rev0.52E.pdf

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Developed on top of renesas-devel-20170313-v4.11-rc2

 arch/arm64/boot/dts/renesas/r8a7795.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 0001/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ work/arch/arm64/boot/dts/renesas/r8a7795.dtsi	2017-03-20 17:41:36.390607110 +0900
@@ -1209,7 +1209,7 @@
 
 		sata: sata@ee300000 {
 			compatible = "renesas,sata-r8a7795";
-			reg = <0 0xee300000 0 0x1fff>;
+			reg = <0 0xee300000 0 0x200000>;
 			interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&cpg CPG_MOD 815>;
 			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-03-23  8:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20  8:49 [PATCH] arm64: dts: r8a7795: Correct SATA device size to 2MiB Magnus Damm
2017-03-20 10:57 ` Geert Uytterhoeven
2017-03-21  7:17   ` Magnus Damm
2017-03-21  9:30     ` Geert Uytterhoeven
2017-03-23  8:30       ` Magnus Damm
2017-03-23  8:52         ` Geert Uytterhoeven
2017-03-21  8:15   ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox