On 26/03/2024 15:01, Johan Hovold wrote: > The SA8540P platform is closely related to SC8280XP but differs in that > it uses an external supply for the GX power domain. > > Add a new compatible string for the SA8540P GPU clock controller so that > the OS can determine which resources to look for. > > Fixes: e60b95d2b687 ("dt-bindings: clock: qcom: Allow VDD_GFX supply to GX") I don't get why adding new device support is a fix. Commit msg did not help me to understand it. > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/clock/qcom,gpucc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml b/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml > index f57aceddac6b..5b385e4976b6 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml > +++ b/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml > @@ -28,6 +28,7 @@ properties: > compatible: > enum: > - qcom,sdm845-gpucc > + - qcom,sa8540p-gpucc This looks fine and pretty trivial, but I really do not understand why skipping our list for automated testing. <standard letter> Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Tools like b4 or scripts/get_maintainer.pl provide you proper list of people, so fix your workflow. Tools might also fail if you work on some ancient tree (don't, instead use mainline), work on fork of kernel (don't, instead use mainline) or you ignore some maintainers (really don't). Just use b4 and everything should be fine, although remember about `b4 prep --auto-to-cc` if you added new patches to the patchset. You missed at least devicetree list (maybe more), so this won't be tested by automated tooling. Performing review on untested code might be a waste of time. Please kindly resend and include all necessary To/Cc entries. </standard letter> Best regards, Krzysztof