[PATCH] dt-bindings: phy: ti,tcan104x-can: Fixup unapplied constraint to ti,tcan1042 family
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.infradead.lists.linux-phy,org.kernel.vger.linux-can,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <[email protected]> |
ti,tcan1042 is also used as fallback for a few devices, thus the check in "if:" conditional should use "contains" to properly validate these other devices. The other compatibles used in the changed enum are used alone, so it does not affect them. Signed-off-by: Krzysztof Kozlowski <[email protected]> --- .../devicetree/bindings/phy/ti,tcan104x-can.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml b/Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml index 9f5c37ca6496..0cf5fa21106b 100644 --- a/Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml +++ b/Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml @@ -71,10 +71,11 @@ allOf: - if: properties: compatible: - enum: - - nxp,tjr1443 - - ti,tcan1042 - - ti,tcan1043 + contains: + enum: + - nxp,tjr1443 + - ti,tcan1042 + - ti,tcan1043 then: properties: '#phy-cells': -- 2.53.0