All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6dl-yapp4: Bind the backlight controller to the LCD panel
@ 2022-07-14 16:25 Michal Vokáč
  2022-07-14 16:30 ` Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michal Vokáč @ 2022-07-14 16:25 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo
  Cc: Sascha Hauer, kernel, Fabio Estevam, linux-imx, devicetree,
	linux-kernel, Michal Vokáč

Add connection between the backlight controller and LCD panel.
With that the backlight is automatically switched on when the panel
is on or switched off when the panel is blanked.

Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
---
 arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
index 5054e4ab82e2..0afd6647484a 100644
--- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
+++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
@@ -55,6 +55,7 @@
 	panel: panel {
 		compatible = "dataimage,scf0700c48ggu18";
 		power-supply = <&sw2_reg>;
+		backlight = <&backlight>;
 		status = "disabled";
 
 		port {
-- 
2.1.4


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

* Re: [PATCH] ARM: dts: imx6dl-yapp4: Bind the backlight controller to the LCD panel
  2022-07-14 16:25 [PATCH] ARM: dts: imx6dl-yapp4: Bind the backlight controller to the LCD panel Michal Vokáč
@ 2022-07-14 16:30 ` Fabio Estevam
  2022-08-11 11:00 ` Michal Vokáč
  2022-08-17 13:00 ` Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2022-07-14 16:30 UTC (permalink / raw)
  To: Michal Vokáč
  Cc: Rob Herring, Shawn Guo, Sascha Hauer, Sascha Hauer,
	NXP Linux Team,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-kernel

On Thu, Jul 14, 2022 at 1:25 PM Michal Vokáč <michal.vokac@ysoft.com> wrote:
>
> Add connection between the backlight controller and LCD panel.
> With that the backlight is automatically switched on when the panel
> is on or switched off when the panel is blanked.
>
> Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

* Re: [PATCH] ARM: dts: imx6dl-yapp4: Bind the backlight controller to the LCD panel
  2022-07-14 16:25 [PATCH] ARM: dts: imx6dl-yapp4: Bind the backlight controller to the LCD panel Michal Vokáč
  2022-07-14 16:30 ` Fabio Estevam
@ 2022-08-11 11:00 ` Michal Vokáč
  2022-08-17 13:00 ` Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Michal Vokáč @ 2022-08-11 11:00 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo
  Cc: Sascha Hauer, kernel, Fabio Estevam, linux-imx, devicetree, linux-kernel

On 14. 07. 22 18:25, Michal Vokáč wrote:
> Add connection between the backlight controller and LCD panel.
> With that the backlight is automatically switched on when the panel
> is on or switched off when the panel is blanked.
> 
> Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
> ---
>   arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
> index 5054e4ab82e2..0afd6647484a 100644
> --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
> +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
> @@ -55,6 +55,7 @@
>   	panel: panel {
>   		compatible = "dataimage,scf0700c48ggu18";
>   		power-supply = <&sw2_reg>;
> +		backlight = <&backlight>;
>   		status = "disabled";
>   
>   		port {

Just a gentle ping..

Regards,
Michal

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

* Re: [PATCH] ARM: dts: imx6dl-yapp4: Bind the backlight controller to the LCD panel
  2022-07-14 16:25 [PATCH] ARM: dts: imx6dl-yapp4: Bind the backlight controller to the LCD panel Michal Vokáč
  2022-07-14 16:30 ` Fabio Estevam
  2022-08-11 11:00 ` Michal Vokáč
@ 2022-08-17 13:00 ` Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2022-08-17 13:00 UTC (permalink / raw)
  To: Michal Vokáč
  Cc: Rob Herring, Sascha Hauer, kernel, Fabio Estevam, linux-imx,
	devicetree, linux-kernel

On Thu, Jul 14, 2022 at 06:25:15PM +0200, Michal Vokáč wrote:
> Add connection between the backlight controller and LCD panel.
> With that the backlight is automatically switched on when the panel
> is on or switched off when the panel is blanked.
> 
> Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>

Applied, thanks!

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

end of thread, other threads:[~2022-08-17 13:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14 16:25 [PATCH] ARM: dts: imx6dl-yapp4: Bind the backlight controller to the LCD panel Michal Vokáč
2022-07-14 16:30 ` Fabio Estevam
2022-08-11 11:00 ` Michal Vokáč
2022-08-17 13:00 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.