[PATCH v2 2/2] phy: dw-dphy-rx: Add dt bindings for Synopsys MIPI D-PHY RX
Krzysztof Kozlowski
krzk at kernel.org
Thu Jul 10 00:24:02 PDT 2025
On Wed, Jul 09, 2025 at 07:42:21PM -0700, Karthik Poduval wrote:
> +---
> +$id: http://devicetree.org/schemas/phy/snps,dw-dphy-rx.yaml#
Filename and id should match compatible.
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Synopsys Designware MIPI D-PHY RX
> +
> +maintainers:
> + - Karthik Poduval <kpoduval at lab126.com>
> + - Jason Xiong <jyxiong at amazon.com>
> + - Miguel Lopes <miguel.lopes at 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
You should rather use SoC compatibles.
> +
> + '#phy-cells':
> + const: 0
> +
> + reg:
> + minItems: 2
> + maxItems: 2
List the items instead
And fix the order, reg goes second.
> +
> +required:
> + - compatible
> + - '#phy-cells'
> + - reg
Here as well
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + dw_dphy_rx: dw-dphy at 900000040 {
phy@
> + compatible = "snps,dw-dphy-1p2";
> + #phy-cells = <0>;
> + reg = <0x0 0x90000040 0x0 0x20>, <0x0 0x90001000 0x0 0x8>;
> + status = "disabled";
No, drop. And fix the order of properties, see DTS coding style.
> + };
Best regards,
Krzysztof
More information about the linux-phy
mailing list