projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55cda28
)
arm64: dts: renesas: r8a77980: add MMC support
author
Sergei Shtylyov
<
[email protected]
>
Sat, 14 Apr 2018 19:27:04 +0000
(22:27 +0300)
committer
Simon Horman
<
[email protected]
>
Wed, 16 May 2018 08:44:33 +0000
(10:44 +0200)
Define the generic R8A77980 part of the MMC0 (SDHI2) device node.
Signed-off-by: Sergei Shtylyov <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
arch/arm64/boot/dts/renesas/r8a77980.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/renesas/r8a77980.dtsi
b/arch/arm64/boot/dts/renesas/r8a77980.dtsi
index 08c6708eb9dd6fc562f80e2277b213a8c99bc040..d27b80bcdbb4405bdad253c5b6c4593d5026e940 100644
(file)
--- a/
arch/arm64/boot/dts/renesas/r8a77980.dtsi
+++ b/
arch/arm64/boot/dts/renesas/r8a77980.dtsi
@@
-353,6
+353,18
@@
dma-channels = <16>;
};
+ mmc0: mmc@ee140000 {
+ compatible = "renesas,sdhi-r8a77980",
+ "renesas,rcar-gen3-sdhi";
+ reg = <0 0xee140000 0 0x2000>;
+ interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cpg CPG_MOD 314>;
+ power-domains = <&sysc 32>;
+ resets = <&cpg 314>;
+ max-frequency = <200000000>;
+ status = "disabled";
+ };
+
gic: interrupt-controller@f1010000 {
compatible = "arm,gic-400";
#interrupt-cells = <3>;