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: ci-hdrc-usb2-imx: add compatible and clock-names restriction for imx93

The i.MX93 needs a wakup clock to work properly. This will add compatible
and restriction for i.MX93 platform.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>

Link: https://lore.kernel.org/r/20240321081439.541799-6-xu.yang_2@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Xu Yang and committed by
Greg Kroah-Hartman
47870bad 089fa715

+18
+18
Documentation/devicetree/bindings/usb/chipidea,usb2-imx.yaml
··· 40 40 - enum: 41 41 - fsl,imx8mm-usb 42 42 - fsl,imx8mn-usb 43 + - fsl,imx93-usb 43 44 - const: fsl,imx7d-usb 44 45 - const: fsl,imx27-usb 45 46 - items: ··· 183 182 - const: ipg 184 183 - const: ahb 185 184 - const: per 185 + 186 + # imx93 Soc needs two clocks 187 + - if: 188 + properties: 189 + compatible: 190 + contains: 191 + enum: 192 + - fsl,imx93-usb 193 + then: 194 + properties: 195 + clocks: 196 + minItems: 2 197 + maxItems: 2 198 + clock-names: 199 + items: 200 + - const: usb_ctrl_root 201 + - const: usb_wakeup 186 202 187 203 # imx7d Soc need one clock 188 204 - if: