Re: [PATCH v3 2/4] usb: dwc3: reference clock period configuration
From: Felipe Balbi <balbi@kernel.org>
Date: 2021-08-31 07:30:43
Also in:
linux-arm-kernel, linux-arm-msm, linux-usb
From: Felipe Balbi <balbi@kernel.org>
Date: 2021-08-31 07:30:43
Also in:
linux-arm-kernel, linux-arm-msm, linux-usb
Baruch Siach [off-list ref] writes:
From: Balaji Prakash J <redacted> Set reference clock period when it differs from dwc3 default hardware set. We could calculate clock period based on reference clock frequency. But this information is not always available. This is the case of PCI bus attached USB host. For that reason we use a custom property. Tested (USB2 only) on IPQ6010 SoC based board with 24 MHz reference clock while hardware default is 19.2 MHz. Nacked-by: Rob Herring [off-list ref] Signed-off-by: Balaji Prakash J <redacted> [ baruch: rewrite commit message; drop GFLADJ code; remove 'quirk-' from property name; mention tested hardware ] Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Felipe Balbi <balbi@kernel.org> -- balbi