Re: [PATCH RFC 4/4] dt-binding: phy: hisi-inno-usb2: add compatible of hisilicon,hi3798mv200-usb2-phy
From: Krzysztof Kozlowski <hidden>
Date: 2024-02-17 10:16:11
Also in:
linux-phy, lkml
From: Krzysztof Kozlowski <hidden>
Date: 2024-02-17 10:16:11
Also in:
linux-phy, lkml
On 16/02/2024 16:21, Yang Xiwen via B4 Relay wrote:
From: Yang Xiwen <redacted> It is accessed by direct MMIO, making "ranges" property mandatory for it.
Please use subject prefixes matching the subsystem. You can get them for example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory your patch is touching.
Signed-off-by: Yang Xiwen <redacted> --- .../devicetree/bindings/phy/hisilicon,inno-usb2-phy.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+)diff --git a/Documentation/devicetree/bindings/phy/hisilicon,inno-usb2-phy.yaml b/Documentation/devicetree/bindings/phy/hisilicon,inno-usb2-phy.yaml index 73256eee10f9..d702878b8e6e 100644 --- a/Documentation/devicetree/bindings/phy/hisilicon,inno-usb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/hisilicon,inno-usb2-phy.yaml@@ -16,6 +16,7 @@ properties: - enum: - hisilicon,hi3798cv200-usb2-phy - hisilicon,hi3798mv100-usb2-phy + - hisilicon,hi3798mv200-usb2-phy - const: hisilicon,inno-usb2-phy reg:@@ -64,6 +65,15 @@ required: - '#size-cells' - resets +if:
allOf: above.
+ properties: + compatible: + contains: + const: hisilicon,hi3798mv200-inno-usb2-phy +then: + required: + - ranges
So please test your DTS first.
Best regards, Krzysztof