Skip to content

Commit ed365a4

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: mmp3: Add the fifth SD HCI
There's one extra SDHCI on MMP3, used by the internal SD card on OLPC XO-4. Add it to the device tree. Signed-off-by: Lubomir Rintel <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent dd95b54 commit ed365a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/mmp3.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,16 @@
281281
status = "disabled";
282282
};
283283

284+
mmc5: mmc@d4217000 {
285+
compatible = "mrvl,pxav3-mmc";
286+
reg = <0xd4217000 0x120>;
287+
clocks = <&soc_clocks MMP3_CLK_SDH4>;
288+
clock-names = "io";
289+
interrupt-parent = <&hsi1_mux>;
290+
interrupts = <0>;
291+
status = "disabled";
292+
};
293+
284294
camera0: camera@d420a000 {
285295
compatible = "marvell,mmp2-ccic";
286296
reg = <0xd420a000 0x800>;

0 commit comments

Comments
 (0)