Searched hist:fd610e604837936440ef7c64ab6998b004631647 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3128.dtsi | diff fd610e604837936440ef7c64ab6998b004631647 Sun Nov 19 13:13:40 CET 2023 Alex Bee <knaerzche@gmail.com> ARM: dts: rockchip: Make usbphy the parent of SCLK_USB480M for RK3128
Without setting the parent for SCLK_USB480M the clock will use xin24m as it's default parent. While this is generally not an issue for the usb blocks to work, it becomes an issue for RK3128 since SCLK_USB480M can be a parent for other HW blocks (GPU, VPU, VIO), but they will never chose it, since it is currently always running at OSC frequency which is to slow for their needs.
This sets the usb2 phy's output as SCLK_USB480M's parent and it's users can chose it if desired.
Signed-off-by: Alex Bee <knaerzche@gmail.com> Link: https://lore.kernel.org/r/20231119121340.109025-6-knaerzche@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|