ARM: dts: Set Peach boards USB WebCam regulators to always on
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Wed, 14 Jan 2015 15:30:44 +0000 (00:30 +0900)
committerKukjin Kim <kgene@kernel.org>
Wed, 14 Jan 2015 15:30:44 +0000 (00:30 +0900)
The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in
Silicon Motion USB UVC WebCam whose power supply is the tps65090 fet5
regulator. Since the camera uses the generic USB Video Class driver and
this does not grab a regulator, mark the regulator as always on so the
USB device is enumerated and usable.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos5420-peach-pit.dts
arch/arm/boot/dts/exynos5800-peach-pi.dts

index fa74a73..a4c5152 100644 (file)
                                        };
                                        tps65090_fet5: fet5 {
                                                regulator-name = "camout";
+                                               regulator-always-on;
                                        };
                                        tps65090_fet6: fet6 {
                                                regulator-name = "lcd_vdd";
index d603e73..1367276 100644 (file)
                                        };
                                        tps65090_fet5: fet5 {
                                                regulator-name = "camout";
+                                               regulator-always-on;
                                        };
                                        tps65090_fet6: fet6 {
                                                regulator-name = "lcd_vdd";