Re: [PATCH] interconnect: qcom: Fix DT backwards compatibility for QoS

2024-07-06 Thread Konrad Dybcio
On 4.07.2024 7:44 PM, Bjorn Andersson wrote: > On Thu, Jul 04, 2024 at 06:25:15PM GMT, Odelu Kukatla wrote: >> Add qos_clks_required flag to skip QoS configuration if clocks property >> is not populated in devicetree for providers which require clocks to be >> enabled for accessing registers. This

Re: [PATCH] interconnect: qcom: Fix DT backwards compatibility for QoS

2024-07-04 Thread Bjorn Andersson
On Thu, Jul 04, 2024 at 06:25:15PM GMT, Odelu Kukatla wrote: > Add qos_clks_required flag to skip QoS configuration if clocks property > is not populated in devicetree for providers which require clocks to be > enabled for accessing registers. This is to keep the QoS configuration > backwards compa

[PATCH] interconnect: qcom: Fix DT backwards compatibility for QoS

2024-07-04 Thread Odelu Kukatla
Add qos_clks_required flag to skip QoS configuration if clocks property is not populated in devicetree for providers which require clocks to be enabled for accessing registers. This is to keep the QoS configuration backwards compatible with devices that have older DTB. Reported-by: Bjorn Andersson