[PATCH 1/1] arm64: dts: imx8mp-kontron-dl: change touchscreen power-supply to AVDD28-supply

Frieder Schrempf frieder.schrempf at kontron.de
Wed Oct 30 00:44:27 PDT 2024


On 23.10.24 5:26 PM, Frank Li wrote:
> Update the touchscreen power-supply from 'power-supply' to 'AVDD28-supply' and
> 'VDDIO-supply' as per the binding documentation in goodix.yaml.
> 
> Fix below warning:
> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: touchscreen at 5d:
>     'power-supply' does not match any of the regexes: 'pinctrl-[0-9]+'
>         from schema $id: http://devicetree.org/schemas/input/touchscreen/goodix.yaml
> 
> Signed-off-by: Frank Li <Frank.Li at nxp.com>

Thanks for the fix!

Reviewed-by: Frieder Schrempf <frieder.schrempf at kontron.de>

> ---
>  arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso b/arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso
> index 134bdf156607c..a3cba41d2b531 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso
> @@ -80,7 +80,8 @@ touchscreen at 5d {
>  		interrupt-parent = <&gpio1>;
>  		interrupts = <6 8>;
>  		irq-gpios = <&gpio1 6 0>;
> -		power-supply = <&reg_vcc_panel>;
> +		AVDD28-supply = <&reg_vcc_panel>;
> +		VDDIO-supply = <&reg_vcc_panel>;
>  		reset-gpios = <&gpio1 7 0>;
>  	};
>  };




More information about the linux-arm-kernel mailing list