]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: shmobile: r8a7791: tidyup SDHI register size on DTSI
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 24 Feb 2015 02:20:52 +0000 (02:20 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 25 Feb 2015 07:16:29 +0000 (16:16 +0900)
r8a7791 SDHI ch0/ch1 has SD_DMACR which is located in 0x324.
This patch updates register size

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index 32f05065f0b668f523a8b2155f47191c8a283a92..fbb33bba7d823de8a3130a94c7816e462aa5ec9b 100644 (file)
 
        sdhi0: sd@ee100000 {
                compatible = "renesas,sdhi-r8a7791";
-               reg = <0 0xee100000 0 0x200>;
+               reg = <0 0xee100000 0 0x328>;
                interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp3_clks R8A7791_CLK_SDHI0>;
                dmas = <&dmac1 0xcd>, <&dmac1 0xce>;