diff options
author | 2024-10-23 11:26:36 -0400 | |
---|---|---|
committer | 2024-11-04 16:46:32 +0800 | |
commit | e2bc14a13e434417e5a606ddac9d121003289a7d (patch) | |
tree | 693864554e363a0b301232a02ceeab9724230093 | |
parent | arm64: dts: imx8mp: Add Boundary Device Nitrogen8MP Universal SMARC Carrier Board (diff) | |
download | wireguard-linux-e2bc14a13e434417e5a606ddac9d121003289a7d.tar.xz wireguard-linux-e2bc14a13e434417e5a606ddac9d121003289a7d.zip |
arm64: dts: imx8mp-kontron-dl: change touchscreen power-supply to AVDD28-supply
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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso b/arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso index 134bdf156607..a3cba41d2b53 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 @@ interrupt-parent = <&gpio1>; interrupts = <6 8>; irq-gpios = <&gpio1 6 0>; - power-supply = <®_vcc_panel>; + AVDD28-supply = <®_vcc_panel>; + VDDIO-supply = <®_vcc_panel>; reset-gpios = <&gpio1 7 0>; }; }; |