git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a2f360
)
arm: dts: npcm8xx: add pinmux for VCD input
author
Stanley Chu
<yschu@nuvoton.com>
Thu, 7 Aug 2025 05:32:18 +0000
(13:32 +0800)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi
b/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi
index
bc047d4
..
6f93335
100644
(file)
--- 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";
+ };
};
};