diff options
| author | Stanley Chu <[email protected]> | 2025-12-16 10:47:25 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-31 10:17:00 -0600 |
| commit | 78dbe92cb0bd3ca527769dea199c9ab1300512ab (patch) | |
| tree | c89f4e128ff927130b97c0f99b4d47d9dcd84df3 /arch | |
| parent | f74beb8dcf325707dcf6b4f6e260c940236f8067 (diff) | |
pinctrl: npcm8xx: Add smb11ddc pin config
smb11ddcm: connect SMB11 to external DDC pins
smb11ddcs: connect SMB11 to internal GFXDDC
Signed-off-by: Stanley Chu <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi b/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi index 6f933355d9e..cdbe19ccf50 100644 --- a/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi +++ b/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi @@ -1060,5 +1060,13 @@ groups = "vcdhs"; function = "vcdhs"; }; + smb11ddcm_pins: smb11ddcm-pins { + groups = "smb11ddcm"; + function = "smb11ddcm"; + }; + smb11ddcs_pins: smb11ddcs-pins { + groups = "smb11ddcs"; + function = "smb11ddcs"; + }; }; }; |
