mbox series

[0/1] hw/arm/sbsa-ref: set 'slots' property of xhci

Message ID 20230710063750.473510-1-wangyuquan1236@phytium.com.cn
Headers show
Series hw/arm/sbsa-ref: set 'slots' property of xhci | expand

Message

Yuquan Wang July 10, 2023, 6:37 a.m. UTC
As the default xhci_sysbus just supports only one usb slot, it can not
meet the working requirement of this bord. Therefore, we extend the 
slots of xhci to 64.

Yuquan Wang (1):
  hw/arm/sbsa-ref: set 'slots' property of xhci

 hw/arm/sbsa-ref.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Maydell July 13, 2023, 11:39 a.m. UTC | #1
On Mon, 10 Jul 2023 at 07:38, Yuquan Wang <wangyuquan1236@phytium.com.cn> wrote:
>
> As the default xhci_sysbus just supports only one usb slot, it can not
> meet the working requirement of this bord. Therefore, we extend the
> slots of xhci to 64.
>
> Yuquan Wang (1):
>   hw/arm/sbsa-ref: set 'slots' property of xhci
>
>  hw/arm/sbsa-ref.c | 1 +
>  1 file changed, 1 insertion(+)



Applied to target-arm.next, thanks.

-- PMM