]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6ull-dhcom-pdk2: rename power-supply to vcc-supply for touchscreen
authorFrank Li <Frank.Li@nxp.com>
Mon, 20 Oct 2025 21:06:36 +0000 (17:06 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:59:42 +0000 (14:59 +0800)
Rename power-supply to vcc-supply for touchscreen to fix below CHECK_DTB
warnings:
  arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-pdk2.dtb: touchscreen@38 (edt,edt-ft5406): Unevaluated properties are not allowed ('power-supply' was unexpected)

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-pdk2.dts

index b29713831a74489e8cc0e651c18a40d85f9f9113..04e570d76e42cd67a38e0f3b2301598f712e6bd4 100644 (file)
                reg = <0x38>;
                interrupt-parent = <&gpio5>;
                interrupts = <4 IRQ_TYPE_EDGE_FALLING>; /* GPIO E */
-               power-supply = <&reg_panel_3v3>;
+               vcc-supply = <&reg_panel_3v3>;
        };
 };