Skip to content

Commit

Permalink
evt compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdog988 committed Aug 21, 2024
1 parent 6660d75 commit 3ccc8ce
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ SRC_URI:append = " file://1033-i3c-expose-interface-for-doing-daa-request.patch"

# NPCM8XX i2c patch test
SRC_URI:append = " file://1111-driver-i2c-npcm7xx-do-not-return-0-if-i2c-recovery-o.patch"

# TMP
SRC_URI:append = " file://1111-dts-arm64-yv4n-ioe-compatible-dvt.patch"

0 comments on commit 3ccc8ce

Please sign in to comment.