linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: dts: imx6qdl-sabresd: add regulator control for isl29023 sensor
@ 2019-02-07 15:18 Anson Huang
  2019-02-07 15:18 ` [PATCH 2/4] ARM: dts: imx6qdl-sabresd: add regulators control for mag3110 sensor Anson Huang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Anson Huang @ 2019-02-07 15:18 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	devicetree, linux-arm-kernel, linux-kernel
  Cc: dl-linux-imx

The isl29023 light sensor driver has supported regulator control,
assign the power supply for isl29023 to enable the control.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
index 8930aec..21e03b1 100644
--- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
@@ -449,6 +449,7 @@
 		pinctrl-0 = <&pinctrl_i2c3_isl29023_int>;
 		interrupt-parent = <&gpio3>;
 		interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
+		vcc-supply = <&reg_sensors>;
 	};
 };
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-11  3:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-07 15:18 [PATCH 1/4] ARM: dts: imx6qdl-sabresd: add regulator control for isl29023 sensor Anson Huang
2019-02-07 15:18 ` [PATCH 2/4] ARM: dts: imx6qdl-sabresd: add regulators control for mag3110 sensor Anson Huang
2019-02-07 15:18 ` [PATCH 3/4] ARM: dts: imx6qdl-sabresd: add regulators control for mma8451 sensor Anson Huang
2019-02-07 15:18 ` [PATCH 4/4] ARM: dts: imx6qdl-sabresd: remove reg_sensors' regulator-always-on Anson Huang
2019-02-11  3:06 ` [PATCH 1/4] ARM: dts: imx6qdl-sabresd: add regulator control for isl29023 sensor Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).