From: Fabio Estevam <festevam@gmail.com>
To: cw00.choi@samsung.com
Cc: myungjoo.ham@samsung.com, robh+dt@kernel.org,
krzysztof.kozlowski@linaro.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, shawnguo@kernel.org, marex@denx.de,
hvilleneuve@dimonoff.com, linux-arm-kernel@lists.infradead.org,
Fabio Estevam <festevam@denx.de>,
Conor Dooley <conor.dooley@microchip.com>
Subject: [PATCH v2 1/3] dt-bindings: extcon: ptn5150: Describe the USB connector
Date: Tue, 12 Dec 2023 14:48:45 -0300 [thread overview]
Message-ID: <20231212174847.759164-1-festevam@gmail.com> (raw)
From: Fabio Estevam <festevam@denx.de>
PTN5150 supports USB Type-C connector, so improve the bindings by
allowing to describe the connector like it is done on nxp,ptn5110.yaml.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
---
Changes since v1:
- Removed type and unevaluatedProperties: false (Conor).
Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml b/Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
index d5cfa32ea52d..b3e5c0df0cd7 100644
--- a/Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
+++ b/Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
@@ -37,6 +37,9 @@ properties:
GPIO pin (output) used to control VBUS. If skipped, no such control
takes place.
+ connector:
+ $ref: /schemas/connector/usb-connector.yaml#
+
required:
- compatible
- interrupts
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Fabio Estevam <festevam@gmail.com>
To: cw00.choi@samsung.com
Cc: myungjoo.ham@samsung.com, robh+dt@kernel.org,
krzysztof.kozlowski@linaro.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, shawnguo@kernel.org, marex@denx.de,
hvilleneuve@dimonoff.com, linux-arm-kernel@lists.infradead.org,
Fabio Estevam <festevam@denx.de>,
Conor Dooley <conor.dooley@microchip.com>
Subject: [PATCH v2 1/3] dt-bindings: extcon: ptn5150: Describe the USB connector
Date: Tue, 12 Dec 2023 14:48:45 -0300 [thread overview]
Message-ID: <20231212174847.759164-1-festevam@gmail.com> (raw)
From: Fabio Estevam <festevam@denx.de>
PTN5150 supports USB Type-C connector, so improve the bindings by
allowing to describe the connector like it is done on nxp,ptn5110.yaml.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
---
Changes since v1:
- Removed type and unevaluatedProperties: false (Conor).
Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml b/Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
index d5cfa32ea52d..b3e5c0df0cd7 100644
--- a/Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
+++ b/Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
@@ -37,6 +37,9 @@ properties:
GPIO pin (output) used to control VBUS. If skipped, no such control
takes place.
+ connector:
+ $ref: /schemas/connector/usb-connector.yaml#
+
required:
- compatible
- interrupts
--
2.34.1
next reply other threads:[~2023-12-12 17:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-12 17:48 Fabio Estevam [this message]
2023-12-12 17:48 ` [PATCH v2 1/3] dt-bindings: extcon: ptn5150: Describe the USB connector Fabio Estevam
2023-12-12 17:48 ` [PATCH v2 2/3] arm64: dts: imx8mn-var-som-symphony: Describe the USB-C connector Fabio Estevam
2023-12-12 17:48 ` Fabio Estevam
2023-12-14 3:07 ` Shawn Guo
2023-12-14 3:07 ` Shawn Guo
2023-12-12 17:48 ` [PATCH v2 3/3] arm64: dts: imx8mp-dhcom-pdk3: " Fabio Estevam
2023-12-12 17:48 ` Fabio Estevam
2023-12-14 3:07 ` Shawn Guo
2023-12-14 3:07 ` Shawn Guo
2024-01-13 21:30 ` Marek Vasut
2024-01-13 21:30 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231212174847.759164-1-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@denx.de \
--cc=hvilleneuve@dimonoff.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=marex@denx.de \
--cc=myungjoo.ham@samsung.com \
--cc=robh+dt@kernel.org \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.