aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a7791.dtsi
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-04-11 14:29:22 -0400
committerTom Rini <trini@konsulko.com>2019-04-11 14:29:22 -0400
commitf95fdf237d8de9bf4dac4e4449015692c2283ac4 (patch)
tree385fc22a0f83526b1d5a900bbae6a5895af8ddbe /arch/arm/dts/r8a7791.dtsi
parent48ff1bc4f0a97c3291d0c87c2717fc1d79da5ef5 (diff)
parentc8630bb09674e2b8496753929ac4d0a610583f1e (diff)
downloadu-boot-f95fdf237d8de9bf4dac4e4449015692c2283ac4.zip
u-boot-f95fdf237d8de9bf4dac4e4449015692c2283ac4.tar.gz
u-boot-f95fdf237d8de9bf4dac4e4449015692c2283ac4.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-sh
- Various rmobile fixes
Diffstat (limited to 'arch/arm/dts/r8a7791.dtsi')
-rw-r--r--arch/arm/dts/r8a7791.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/r8a7791.dtsi b/arch/arm/dts/r8a7791.dtsi
index 991ac6f..6f87550 100644
--- a/arch/arm/dts/r8a7791.dtsi
+++ b/arch/arm/dts/r8a7791.dtsi
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Device Tree Source for the r8a7791 SoC
+ * Device Tree Source for the R-Car M2-W (R8A77910) SoC
*
* Copyright (C) 2013-2015 Renesas Electronics Corporation
* Copyright (C) 2013-2014 Renesas Solutions Corp.
@@ -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>;