Add device node for AAT1290 1.5A Step-Up Current Regulator
for Flash LEDs along with flash_muxes node containing
information about a multiplexer that is used for switching
between software and external strobe signal source.

Signed-off-by: Jacek Anaszewski <j.anaszew...@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.p...@samsung.com>
Cc: Kukjin Kim <kgene....@samsung.com>
---
 arch/arm/boot/dts/exynos4412-trats2.dts |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts 
b/arch/arm/boot/dts/exynos4412-trats2.dts
index 7787844..cbb76ba 100644
--- a/arch/arm/boot/dts/exynos4412-trats2.dts
+++ b/arch/arm/boot/dts/exynos4412-trats2.dts
@@ -785,4 +785,28 @@
                pulldown-ohm = <100000>; /* 100K */
                io-channels = <&adc 2>;  /* Battery temperature */
        };
+
+       flash_muxes {
+               flash_mux1: mux1 {
+                       gpios = <&gpj1 0 0>;
+               };
+       };
+
+       aat1290 {
+               compatible = "skyworks,aat1290";
+               gpios = <&gpj1 1 0>, <&gpj1 2 0>;
+               flash-timeout = <1940000>;
+               status = "okay";
+
+               gate-software-strobe {
+                       mux = <&flash_mux1>;
+                       mux-line-id = <0>;
+               };
+
+               gate-external-strobe {
+                       strobe-provider = <&s5c73m3_spi>;
+                       mux = <&flash_mux1>;
+                       mux-line-id = <1>;
+               };
+       };
 };
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to