[PATCH v3 1/2] dt-bindings: phy: Add sa8255p USB PHY
sashiko-bot at kernel.org
sashiko-bot at kernel.org
Wed Jul 22 06:54:00 PDT 2026
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The schema uses `unevaluatedProperties: false` without referencing any external schema via `$ref`.
--
--- Patch [1]: [PATCH v3 1/2] dt-bindings: phy: Add sa8255p USB PHY ---
commit 7b3aaeb1e0d8c8cd82e7d6b2d97dc88cb763da87
Author: Mattijs Korpershoek <mkorpershoek at kernel.org>
Date: Wed Jul 22 13:45:44 2026 +0000
dt-bindings: phy: Add sa8255p USB PHY
This commit introduces a new devicetree binding for the Qualcomm QMP Super
Speed (SS) UNI PHY on the SA8255P platform. The hardware abstracts resources
like clocks and interconnects through firmware via the SCMI power protocol.
> diff --git a/Documentation/devicetree/bindings/phy/qcom,sa8255p-qmp-usb3-uni-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sa8255p-qmp-usb3-uni-phy.yaml
> new file mode 100644
> index 0000000000000..d274d500fc9c5
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/phy/qcom,sa8255p-qmp-usb3-uni-phy.yaml
[ ... ]
> +required:
> + - compatible
> + - reg
> + - "#phy-cells"
> + - power-domains
> + - power-domain-names
> +
> +unevaluatedProperties: false
[Severity: Low]
Since this schema does not reference any external schemas via $ref, should
this be additionalProperties: false instead of unevaluatedProperties: false?
> +
> +examples:
[ ... ]
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260722-phy-qcom-qmp-usb-8255-v3-0-e789070b48f7@kernel.org?part=1
More information about the linux-phy
mailing list