[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241218010718.224530-3-miao@synopsys.com>
Date: Wed, 18 Dec 2024 02:07:18 +0100
From: "Miao.Zhu" <Miao.Zhu@...opsys.com>
To: gregkh@...uxfoundation.org, robh@...nel.org, xu.yang_2@....com,
andre.draszik@...aro.org, dan.carpenter@...aro.org,
emanuele.ghidoli@...adex.com, heikki.krogerus@...ux.intel.com,
m.felsch@...gutronix.de, rdbabiera@...gle.com,
u.kleine-koenig@...libre.com, conor+dt@...nel.org, jun.li@....com
Cc: "Miao.Zhu" <Miao.Zhu@...opsys.com>, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org, devicetree@...r.kernel.org,
Jianheng.Zhang@...opsys.com, James.Li1@...opsys.com,
Martin.McKenny@...opsys.com
Subject: [PATCH v2 2/2] dt-bindings: usb: ptn5110: add TCPC properties
The TCPCI driver has flags to configure its protperties but
no way to enable these flags yet. Add these flags into DT
so that the driver can be compatible with TCPCI Spec R2 V1.0.
Signed-off-by: Miao.Zhu <miao@...opsys.com>
---
V1 -> V2: no changes
---
Documentation/devicetree/bindings/usb/nxp,ptn5110.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/usb/nxp,ptn5110.yaml b/Documentation/devicetree/bindings/usb/nxp,ptn5110.yaml
index 65a8632..c31ec7e 100644
--- a/Documentation/devicetree/bindings/usb/nxp,ptn5110.yaml
+++ b/Documentation/devicetree/bindings/usb/nxp,ptn5110.yaml
@@ -21,6 +21,11 @@ properties:
interrupts:
maxItems: 1
+ TX_BUF_BYTE_x_hidden: true
+ RX_BUF_BYTE_x_hidden: true
+ auto_discharge_disconnect: true
+ vbus_vsafe0v: true
+
connector:
type: object
$ref: /schemas/connector/usb-connector.yaml#
--
2.9.3
Powered by blists - more mailing lists