Commit a454850a authored by Rob Herring's avatar Rob Herring Committed by Vinod Koul
Browse files

dt-bindings: phy: brcm,brcmstb-usb-phy: Fix error in "compatible" conditional schema



The conditional if/then schema has an error as the "enum" values have
"const" in them. Drop the "const".

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Fixes: 46b616c1 ("dt-bindings: phy: brcm, brcmstb-usb-phy: add BCM4908 binding")
Acked-by: default avatarRafał Miłecki <rafal@milecki.pl>
Message-ID: <20230621230958.3815818-1-robh@kernel.org>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent cb60fdf6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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: