forked from facebook/openbmc
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
...osemite4n/recipes-kernel/linux/linux-nuvoton/1111-dts-arm64-yv4n-ioe-compatible-dvt.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
From 4147aeb868c0bbd3ada0157ee7193d0edf13c192 Mon Sep 17 00:00:00 2001 | ||
From: Joseph Liu <[email protected]> | ||
Date: Wed, 21 Aug 2024 11:46:34 +0800 | ||
Subject: [PATCH] dts: arm64: yv4n: ioe compatible dvt | ||
|
||
Signed-off-by: Joseph Liu <[email protected]> | ||
--- | ||
.../dts/nuvoton/nuvoton-npcm845-yosemite4.dts | 28 +++++++++++++++++++ | ||
1 file changed, 28 insertions(+) | ||
|
||
diff --git a/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-yosemite4.dts b/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-yosemite4.dts | ||
index 0bfb55a2f398..1d3b97e5b1c5 100644 | ||
--- a/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-yosemite4.dts | ||
+++ b/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-yosemite4.dts | ||
@@ -1412,6 +1412,34 @@ imux37: i2c@3 { | ||
&i2c14 { | ||
status = "okay"; | ||
clock-frequency = <100000>; | ||
+ | ||
+ gpio@20 { | ||
+ compatible = "nxp,pca9506"; | ||
+ reg = <0x20>; | ||
+ gpio-controller; | ||
+ #gpio-cells = <2>; | ||
+ }; | ||
+ | ||
+ gpio@21 { | ||
+ compatible = "nxp,pca9506"; | ||
+ reg = <0x21>; | ||
+ gpio-controller; | ||
+ #gpio-cells = <2>; | ||
+ }; | ||
+ | ||
+ gpio@22 { | ||
+ compatible = "nxp,pca9506"; | ||
+ reg = <0x22>; | ||
+ gpio-controller; | ||
+ #gpio-cells = <2>; | ||
+ }; | ||
+ | ||
+ gpio@23 { | ||
+ compatible = "nxp,pca9506"; | ||
+ reg = <0x23>; | ||
+ gpio-controller; | ||
+ #gpio-cells = <2>; | ||
+ }; | ||
}; | ||
|
||
&i2c15 { | ||
-- | ||
2.34.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters