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

dt-bindings: usb: samsung,exynos-usb2: include usb-hcd schema

Remove parts duplicated with usb-hcd.yaml DT schema and include it
directly.

Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220419121013.250023-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
1e2b2f06 b92ffb1e

+2 -13
+2 -13
Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml
··· 15 15 - samsung,exynos4210-ehci 16 16 - samsung,exynos4210-ohci 17 17 18 - '#address-cells': 19 - const: 1 20 - 21 18 clocks: 22 19 maxItems: 1 23 20 ··· 43 46 Only for controller in EHCI mode, if present, specifies the GPIO that 44 47 needs to be pulled up for the bus to be powered. 45 48 46 - '#size-cells': 47 - const: 0 48 - 49 - patternProperties: 50 - "^.*@[0-9a-f]{1,2}$": 51 - description: The hard wired USB devices 52 - type: object 53 - $ref: /usb/usb-device.yaml 54 - 55 49 required: 56 50 - compatible 57 51 - clocks ··· 52 64 - phy-names 53 65 54 66 allOf: 67 + - $ref: usb-hcd.yaml# 55 68 - if: 56 69 properties: 57 70 compatible: ··· 62 73 properties: 63 74 samsung,vbus-gpio: false 64 75 65 - additionalProperties: false 76 + unevaluatedProperties: false 66 77 67 78 examples: 68 79 - |