Skip to content

Commit a454850

Browse files
robherringvinodkoul
authored andcommitted
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: Rob Herring <robh@kernel.org> Fixes: 46b616c ("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>
1 parent cb60fdf commit a454850

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ allOf:
115115
compatible:
116116
contains:
117117
enum:
118-
- const: brcm,bcm4908-usb-phy
119-
- const: brcm,brcmstb-usb-phy
118+
- brcm,bcm4908-usb-phy
119+
- brcm,brcmstb-usb-phy
120120
then:
121121
properties:
122122
reg:

0 commit comments

Comments
 (0)