]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8mp-kontron-dl: change touchscreen power-supply to AVDD28-supply
authorFrank Li <Frank.Li@nxp.com>
Wed, 23 Oct 2024 15:26:36 +0000 (11:26 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 4 Nov 2024 08:46:32 +0000 (16:46 +0800)
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@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@nxp.com>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso

index 134bdf156607ca8bf29ec0327ddb5ae9e7b63feb..a3cba41d2b531218c51600c06ce7b4b22b7466ca 100644 (file)
@@ -80,7 +80,8 @@
                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>;
        };
 };