Re: [PATCH 3/5] clk: rockchip: rk3568: Include UART clocks in SPL

2023-08-06 Thread Kever Yang
On 2023/8/4 17:33, Jonas Karlman wrote: The clock driver for RK3568 does not include support for UART clocks in SPL. This result in the following message with high enough loglevel. ns16550_serial serial@fe66: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19 Fix this

Re: [PATCH 3/5] clk: rockchip: rk3568: Include UART clocks in SPL

2023-08-05 Thread Jonas Karlman
On 2023-08-04 12:05, Eugen Hristev wrote: > On 8/4/23 12:33, Jonas Karlman wrote: >> The clock driver for RK3568 does not include support for UART clocks in >> SPL. This result in the following message with high enough loglevel. >> >>ns16550_serial serial@fe66: pinctrl_select_state_full: >

Re: [PATCH 3/5] clk: rockchip: rk3568: Include UART clocks in SPL

2023-08-04 Thread Eugen Hristev
On 8/4/23 12:33, Jonas Karlman wrote: The clock driver for RK3568 does not include support for UART clocks in SPL. This result in the following message with high enough loglevel. ns16550_serial serial@fe66: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19 Fix this by

[PATCH 3/5] clk: rockchip: rk3568: Include UART clocks in SPL

2023-08-04 Thread Jonas Karlman
The clock driver for RK3568 does not include support for UART clocks in SPL. This result in the following message with high enough loglevel. ns16550_serial serial@fe66: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19 Fix this by including support for UART clocks in SPL.