]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: am335x-tx48: force regulators for LCD and CAN XCVR always on
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 17 Jul 2014 09:24:38 +0000 (11:24 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 27 Aug 2014 08:32:39 +0000 (10:32 +0200)
arch/arm/boot/dts/am335x-tx48.dts

index 28a8c1f0dd00187f4f3f427cfb6cdb29ca7a0117..2bdecefd3525ada08ed45751b356960859158499 100644 (file)
                        gpio = <&gpio1 22 GPIO_ACTIVE_HIGH>;
                        enable-active-high;
                        regulator-boot-on;
+                       regulator-always-on;
                };
 
                reg_lcd_rst: regulator@6 {
                        gpio = <&gpio1 19 GPIO_ACTIVE_HIGH>;
                        enable-active-high;
                        regulator-boot-on;
+                       regulator-always-on;
                };
 
                reg_vmmc: regulator@7 {
                        regulator-min-microvolt = <3300000>;
                        regulator-max-microvolt = <3300000>;
                        gpio = <&gpio0 22 GPIO_ACTIVE_LOW>;
+                       regulator-boot-on;
+                       regulator-always-on;
                };
 
                reg_usbotg: regulator@9 {