]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: npcm8xx: add pinmux for VCD input
authorStanley Chu <yschu@nuvoton.com>
Thu, 7 Aug 2025 05:32:18 +0000 (13:32 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 18 Aug 2025 22:40:23 +0000 (16:40 -0600)
Add pinmux to select the HSYNC signal as the VCD input.

Signed-off-by: Stanley Chu <yschu@nuvoton.com>
Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi

index bc047d4b44309d045bddcbe9dbcb61a9a8d581b7..6f933355d9edcff22f0f6892a07214e7a092994d 100644 (file)
                        groups = "jtag2";
                        function = "jtag2";
                };
+               vcdhs_pins: vcdhs-pins {
+                       groups = "vcdhs";
+                       function = "vcdhs";
+               };
        };
 };