]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: at91/dt: sama5d3 xplained: add mmc0 vqmmc entry
authorBen Dooks <ben.dooks@codethink.co.uk>
Mon, 27 Apr 2015 13:19:11 +0000 (15:19 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 19 May 2015 13:04:54 +0000 (15:04 +0200)
The SAM5D3 Xplained device tree is missing the vqmmc node which is
tied to 3.3V on the board. Add this to avoid the kernel warning that
there is no vqmmc node.

atmel_mci f0000000.mmc: No vqmmc regulator found

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91-sama5d3_xplained.dts

index df15587bedccbcbf008ecd38cb1d3352a98e2e3e..3596b4c31ad78e80a05425dcd712deda152a4c86 100644 (file)
@@ -35,6 +35,7 @@
                apb {
                        mmc0: mmc@f0000000 {
                                pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_dat4_7 &pinctrl_mmc0_cd>;
+                               vqmmc-supply = <&vcc_3v3_reg>;
                                status = "okay";
                                slot@0 {
                                        reg = <0>;