On 30/06/2022 13:29, Rajendra Nayak wrote: >>> I just update the binding with the new SoC compatible (lets say qcom,sc7280-llcc-bwmon) >>> and in the device tree node use it as >>> compatible = "qcom,sc7280-llcc-bwmon", "qcom,sdm845-llcc-bwmon", "qcom,msm8998-llcc-bwmon"; >>> without any updates in the driver? >> >> I expect: >> "qcom,sc7280-llcc-bwmon", "qcom,msm8998-llcc-bwmon"; >> and you need to add sc7280 compatible to the driver. The actual proper >> solution in my patch would be to use msm8998 compatible in the driver, >> but I did not test MSM8998. >> >> Maybe we should switch to that anyway? > > Right, looks like without it every new SoC compatible added would need a dummy > update in the driver even though you really don't need to do anything different > in the driver. OK, then v7 is coming :) Best regards, Krzysztof