]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: mmp3: Add the fifth SD HCI
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 19 Apr 2020 17:11:54 +0000 (19:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 May 2020 21:33:38 +0000 (23:33 +0200)
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 <lkundrak@v3.sk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/mmp3.dtsi

index a4d8d846f81af6b550f89bd1511975e88a0851c0..ae264af12c2876a858a3c29d65fa473fbc7400f2 100644 (file)
                                status = "disabled";
                        };
 
+                       mmc5: mmc@d4217000 {
+                               compatible = "mrvl,pxav3-mmc";
+                               reg = <0xd4217000 0x120>;
+                               clocks = <&soc_clocks MMP3_CLK_SDH4>;
+                               clock-names = "io";
+                               interrupt-parent = <&hsi1_mux>;
+                               interrupts = <0>;
+                               status = "disabled";
+                       };
+
                        camera0: camera@d420a000 {
                                compatible = "marvell,mmp2-ccic";
                                reg = <0xd420a000 0x800>;