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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: usb: qcom,dwc3: correct SDM660 clocks

SDM660 SoC has two instances of DWC3 USB controller: one supporting USB
3.0 and one supporting only up to USB 2.0. The latter one does not use
iface clock, so allow such variant to fix dtbs_check warnings:

sda660-inforce-ifc6560.dtb: usb@c2f8800: clocks: [[37, 48], [37, 88], [37, 89], [37, 90]] is too short
sda660-inforce-ifc6560.dtb: usb@c2f8800: clock-names:2: 'iface' was expected

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230723141550.90223-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
0497d346 74a6f1e8

+16 -8
+16 -8
Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
··· 283 283 then: 284 284 properties: 285 285 clocks: 286 - minItems: 6 286 + minItems: 5 287 + maxItems: 6 287 288 clock-names: 288 - items: 289 - - const: cfg_noc 290 - - const: core 291 - - const: iface 292 - - const: sleep 293 - - const: mock_utmi 294 - - const: bus 289 + oneOf: 290 + - items: 291 + - const: cfg_noc 292 + - const: core 293 + - const: iface 294 + - const: sleep 295 + - const: mock_utmi 296 + - const: bus 297 + - items: 298 + - const: cfg_noc 299 + - const: core 300 + - const: sleep 301 + - const: mock_utmi 302 + - const: bus 295 303 296 304 - if: 297 305 properties: