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

dt-bindings: USB: Add bindings for Ingenic JZ4775 and X2000.

Move Ingenic USB PHY bindings from Documentation/devicetree/bindings/usb
to Documentation/devicetree/bindings/phy, and add bindings for JZ4775 SoC
and X2000 SoC.

Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20201116141906.11758-3-zhouyanjie@wanyeetech.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

周琰杰 (Zhou Yanjie) and committed by
Vinod Koul
4f6ecfaf 85e6225f

+4 -2
+1 -1
Documentation/devicetree/bindings/clock/ingenic,cgu.yaml
··· 92 92 93 93 patternProperties: 94 94 "^usb-phy@[a-f0-9]+$": 95 - allOf: [ $ref: "../usb/ingenic,jz4770-phy.yaml#" ] 95 + allOf: [ $ref: "../phy/ingenic,phy-usb.yaml#" ] 96 96 97 97 additionalProperties: false 98 98
+3 -1
Documentation/devicetree/bindings/usb/ingenic,jz4770-phy.yaml Documentation/devicetree/bindings/phy/ingenic,phy-usb.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/usb/ingenic,jz4770-phy.yaml# 4 + $id: http://devicetree.org/schemas/phy/ingenic,phy-usb.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Ingenic SoCs USB PHY devicetree bindings ··· 17 17 compatible: 18 18 enum: 19 19 - ingenic,jz4770-phy 20 + - ingenic,jz4775-phy 20 21 - ingenic,jz4780-phy 21 22 - ingenic,x1000-phy 22 23 - ingenic,x1830-phy 24 + - ingenic,x2000-phy 23 25 24 26 reg: 25 27 maxItems: 1