From: Stanley Chu Date: Thu, 7 Aug 2025 05:32:18 +0000 (+0800) Subject: arm: dts: npcm8xx: add pinmux for VCD input X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e212f32aaf312002a1ab1f3c18925e7c053f694;p=pandora-u-boot.git arm: dts: npcm8xx: add pinmux for VCD input Add pinmux to select the HSYNC signal as the VCD input. Signed-off-by: Stanley Chu Signed-off-by: Jim Liu --- diff --git a/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi b/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi index bc047d4b443..6f933355d9e 100644 --- a/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi +++ b/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi @@ -1056,5 +1056,9 @@ groups = "jtag2"; function = "jtag2"; }; + vcdhs_pins: vcdhs-pins { + groups = "vcdhs"; + function = "vcdhs"; + }; }; };