Re: [PATCH] arm: dts: imx6qdl-vicut1.dtsi: Add backlight-isb node

From: Krzysztof Kozlowski
Date: Mon Jul 25 2022 - 16:33:23 EST


On 25/07/2022 14:48, David Jander wrote:
> On some older hardware models this is needed. It will do no harm if used
> with newer models though.
>
> Signed-off-by: David Jander <david@xxxxxxxxxxx>
> ---
> arch/arm/boot/dts/imx6qdl-vicut1.dtsi | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-vicut1.dtsi b/arch/arm/boot/dts/imx6qdl-vicut1.dtsi
> index a1676b5d2980..08d425020088 100644
> --- a/arch/arm/boot/dts/imx6qdl-vicut1.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-vicut1.dtsi
> @@ -37,6 +37,16 @@ backlight_led: backlight_led {
> power-supply = <&reg_3v3>;
> };
>
> + /* only for backwards compatibility with old HW */
> + backlight_isb: backlight_isb {

Node name: backlight-isb

I know that other node had underscore, but these are not correct for names.


Best regards,
Krzysztof