From: Karthik Poduval <kpoduval@lab126.com>
To: <jyxiong@amazon.com>, <miguel.lopes@synopsys.com>,
<anishkmr@amazon.com>, <vkoul@kernel.org>, <kishon@kernel.org>,
<linux-kernel@vger.kernel.org>, <linux-phy@lists.infradead.org>,
<robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>,
<devicetree@vger.kernel.org>
Cc: Karthik Poduval <kpoduval@lab126.com>
Subject: [PATCH 2/2] phy: dw-dphy-rx: Add dt bindings for Synopsys MIPI D-PHY RX
Date: Wed, 9 Jul 2025 15:17:24 -0700 [thread overview]
Message-ID: <20250709221724.1276428-2-kpoduval@lab126.com> (raw)
In-Reply-To: <20250709221724.1276428-1-kpoduval@lab126.com>
Add DT Bindings for Synopsys D-PHY RX, presently tested on version 1.2
Signed-off-by: Karthik Poduval <kpoduval@lab126.com>
---
.../bindings/phy/snps,dw-dphy-rx.yaml | 44 +++++++++++++++++++
MAINTAINERS | 7 +++
2 files changed, 51 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/snps,dw-dphy-rx.yaml
diff --git a/Documentation/devicetree/bindings/phy/snps,dw-dphy-rx.yaml b/Documentation/devicetree/bindings/phy/snps,dw-dphy-rx.yaml
new file mode 100644
index 000000000000..e986b2872e1c
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/snps,dw-dphy-rx.yaml
@@ -0,0 +1,44 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/phy/snps,mipi-dphy-rx.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Synopsys Designware MIPI D-PHY RX
+
+maintainers:
+ - Karthik Poduval <kpoduval@lab126.com>
+ - Jason Xiong <jyxiong@amazon.com>
+ - Miguel Lopes <miguel.lopes@synopsys.com
+
+description: |
+ These are the bindings for Synopsys Designware MIPI DPHY RX phy driver.
+ Currently only supported phy version is v1.2.
+
+properties:
+ compatible:
+ const: snps,dw-dphy-1p2
+
+ '#phy-cells':
+ const: 0
+
+ reg:
+ - minItems: 2
+ - maxItems: 2
+
+required:
+ - compatible
+ - '#phy-cells'
+ - reg
+
+additionalProperties: false
+
+examples:
+ - |
+ dw_dphy_rx: dw-dphy@900000040 {
+ compatible = "snps,dw-dphy-1p2";
+ #phy-cells = <0>;
+ reg = <0x0 0x90000040 0x0 0x20>, <0x0 0x90001000 0x0 0x8>;
+ status = "disabled";
+ };
+
diff --git a/MAINTAINERS b/MAINTAINERS
index b5a472a544cf..5fd5a92431bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24217,6 +24217,13 @@ S: Maintained
F: Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
F: drivers/dma/dw-axi-dmac/
+SYNOPSYS DESIGNWARE MIPI D-PHY RX DRIVER
+M: Karthik Poduval <kpoduval@lab126.com>
+M: Jason Xiong <jyxiong@amazon.com>
+M: Miguel Lopes <miguel.lopes@synopsys.com>
+S: Supported
+F: Documentation/devicetree/bindings/phy/snps,dw-dphy-rx.yaml
+
SYNOPSYS DESIGNWARE DMAC DRIVER
M: Viresh Kumar <vireshk@kernel.org>
R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
--
2.43.0
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
next prev parent reply other threads:[~2025-07-09 22:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 22:17 [PATCH 1/2] phy: dw-dphy-rx: Add Synopsys DesignWare D-PHY RX Karthik Poduval
2025-07-09 22:17 ` Karthik Poduval [this message]
2025-07-09 23:30 ` [PATCH 2/2] phy: dw-dphy-rx: Add dt bindings for Synopsys MIPI " Rob Herring (Arm)
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=20250709221724.1276428-2-kpoduval@lab126.com \
--to=kpoduval@lab126.com \
--cc=anishkmr@amazon.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jyxiong@amazon.com \
--cc=kishon@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=miguel.lopes@synopsys.com \
--cc=robh@kernel.org \
--cc=vkoul@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox