diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-05-14 09:23:04 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-05-25 02:49:05 +0200 |
commit | 96370057bd47e8785312e151e3b32ad712693910 (patch) | |
tree | fe2dd8d44c058155602fc9873b937c25895cacbd /arch/arm/boot/dts/r8a7790.dtsi | |
parent | ARM: shmobile: bockw dts: Replace "nor-jedec" by "jedec,spi-nor" (diff) | |
download | linux-96370057bd47e8785312e151e3b32ad712693910.tar.xz linux-96370057bd47e8785312e151e3b32ad712693910.zip |
ARM: shmobile: r8a7790: add MMCIF max-frequency
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Keita Kobayashi <keita.kobayashi.ym@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 62a9086b133d..70248df02342 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -490,6 +490,7 @@ dma-names = "tx", "rx"; reg-io-width = <4>; status = "disabled"; + max-frequency = <97500000>; }; mmcif1: mmc@ee220000 { @@ -501,6 +502,7 @@ dma-names = "tx", "rx"; reg-io-width = <4>; status = "disabled"; + max-frequency = <97500000>; }; pfc: pfc@e6060000 { |