Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

Rob Herring and committed by
Vinod Koul
a454850a cb60fdf6

+2 -2
+2 -2
Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml
··· 115 115 compatible: 116 116 contains: 117 117 enum: 118 - - const: brcm,bcm4908-usb-phy 119 - - const: brcm,brcmstb-usb-phy 118 + - brcm,bcm4908-usb-phy 119 + - brcm,brcmstb-usb-phy 120 120 then: 121 121 properties: 122 122 reg: