Re: [PATCH 2/6] dt-bindings: phy: spacemit: introduce PCIe PHY

From: Krzysztof Kozlowski
Date: Thu Aug 14 2025 - 02:17:54 EST


On 13/08/2025 20:46, Alex Elder wrote:
> +
> +required:
> + - compatible
> + - reg
> + - "#phy-cells"
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/clock/spacemit,k1-syscon.h>
> + pcie1_phy: phy@c0c10000 {
> + compatible = "spacemit,k1-pcie-phy";
> + reg = <0xc0c10000 0x1000>;
> + #phy-cells = <0>;
> + status = "disabled";
Same problem here.

Best regards,
Krzysztof