Re: [PATCH v4 08/39] serial: msm: fix clock handling and pinctrl

2024-02-19 Thread Sumit Garg
On Fri, 16 Feb 2024 at 02:22, Caleb Connolly wrote: > > Use the modern helpers to fetch the clock and use the correct property > ("clocks" instead of "clock"). Drop the call to pinctrl_select_state() > as no boards have a "uart" pinctrl state and this prints confusing > errors. > > Signed-off-by:

Re: [PATCH v4 08/39] serial: msm: fix clock handling and pinctrl

2024-02-19 Thread Neil Armstrong
On 15/02/2024 21:52, Caleb Connolly wrote: Use the modern helpers to fetch the clock and use the correct property ("clocks" instead of "clock"). Drop the call to pinctrl_select_state() as no boards have a "uart" pinctrl state and this prints confusing errors. Signed-off-by: Caleb Connolly ---

[PATCH v4 08/39] serial: msm: fix clock handling and pinctrl

2024-02-15 Thread Caleb Connolly
Use the modern helpers to fetch the clock and use the correct property ("clocks" instead of "clock"). Drop the call to pinctrl_select_state() as no boards have a "uart" pinctrl state and this prints confusing errors. Signed-off-by: Caleb Connolly --- arch/arm/dts/dragonboard410c.dts | 3 ++-