Re: [PATCH 2/7] serial: msm: Match clocks through "clocks" property

2023-03-24 Thread Konrad Dybcio
On 24.03.2023 07:00, Sumit Garg wrote: > On Fri, 24 Mar 2023 at 06:10, Konrad Dybcio wrote: >> >> "clocks" is the standard property used in Linux, "clock" seems to be >> an U-Boot invention. Use the one that's more standardized. >> >> Signed-off-by: Konrad Dybcio >> --- >> >>

Re: [PATCH 2/7] serial: msm: Match clocks through "clocks" property

2023-03-24 Thread Sumit Garg
On Fri, 24 Mar 2023 at 06:10, Konrad Dybcio wrote: > > "clocks" is the standard property used in Linux, "clock" seems to be > an U-Boot invention. Use the one that's more standardized. > > Signed-off-by: Konrad Dybcio > --- > > arch/arm/dts/qcom-ipq4019.dtsi | 2 +- >

[PATCH 2/7] serial: msm: Match clocks through "clocks" property

2023-03-23 Thread Konrad Dybcio
"clocks" is the standard property used in Linux, "clock" seems to be an U-Boot invention. Use the one that's more standardized. Signed-off-by: Konrad Dybcio --- arch/arm/dts/qcom-ipq4019.dtsi | 2 +- drivers/serial/serial_msm.c| 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff