On 08/09/2022 12:57, Bryan O'Donoghue wrote: > The documented yaml compat string for the apq8016 is > "qcom,apq8016-lpass-cpu" not "qcom,lpass-cpu-apq8016". Looking at the other > lpass compat strings the general form is "qcom,socnum-lpass-cpu". > > We need to fix both the driver and dts to match. > > Fixes: 3761a3618f55 ("arm64: dts: qcom: add lpass node") It's not a fix and should not be backported because of breaking ABI. The other compatible was correct, just deprecated in June this year, I think. Quite fast to replace the deprecated compatible. Maybe this should be just documented in the bindings as deprecated. Best regards, Krzysztof