dt-bindings: phy: brcm,brcmstb-usb-phy: Fix error in "compatible" conditional schema
authorRob Herring <robh@kernel.org>
Wed, 21 Jun 2023 23:09:58 +0000 (17:09 -0600)
committerVinod Koul <vkoul@kernel.org>
Thu, 22 Jun 2023 07:59:38 +0000 (13:29 +0530)
The conditional if/then schema has an error as the "enum" values have
"const" in them. Drop the "const".

Signed-off-by: Rob Herring <robh@kernel.org>
Fixes: 46b616c1574d ("dt-bindings: phy: brcm, brcmstb-usb-phy: add BCM4908 binding")
Acked-by: Rafał Miłecki <rafal@milecki.pl>
Message-ID: <20230621230958.3815818-1-robh@kernel.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml

index 43a4b88..580fbe3 100644 (file)
@@ -115,8 +115,8 @@ allOf:
         compatible:
           contains:
             enum:
-              - const: brcm,bcm4908-usb-phy
-              - const: brcm,brcmstb-usb-phy
+              - brcm,bcm4908-usb-phy
+              - brcm,brcmstb-usb-phy
     then:
       properties:
         reg: