Skip to content

Commit e9f0089

Browse files
Magnus Dammhorms
authored andcommitted
arm64: dts: r8a7795: Correct SATA device size to 2MiB
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> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 3cbe333 commit e9f0089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/renesas/r8a7795.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@
12091209

12101210
sata: sata@ee300000 {
12111211
compatible = "renesas,sata-r8a7795";
1212-
reg = <0 0xee300000 0 0x1fff>;
1212+
reg = <0 0xee300000 0 0x200000>;
12131213
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
12141214
clocks = <&cpg CPG_MOD 815>;
12151215
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;

0 commit comments

Comments
 (0)