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: uhci: Add Aspeed AST2700 compatible

Add the compatible string for Aspeed AST2700 SoC.

Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/20250922052045.2421480-4-ryan_chen@aspeedtech.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ryan Chen and committed by
Greg Kroah-Hartman
8b25c96a 113ba427

+10
+10
Documentation/devicetree/bindings/usb/usb-uhci.yaml
··· 20 20 - aspeed,ast2400-uhci 21 21 - aspeed,ast2500-uhci 22 22 - aspeed,ast2600-uhci 23 + - aspeed,ast2700-uhci 23 24 - const: generic-uhci 24 25 25 26 reg: ··· 53 52 then: 54 53 required: 55 54 - clocks 55 + 56 + - if: 57 + properties: 58 + compatible: 59 + contains: 60 + const: aspeed,ast2700-uhci 61 + then: 62 + required: 63 + - resets 56 64 57 65 unevaluatedProperties: false 58 66