Re: [PATCH v4 3/3] arm64: dts: qcom: sc7180: Add A618 gpu dt blob

From: Doug Anderson
Date: Wed Feb 05 2020 - 14:24:56 EST


Hi,

On Tue, Feb 4, 2020 at 11:02 PM Sharat Masetty <smasetty@xxxxxxxxxxxxxx> wrote:
>
> + power-domains = <&gpucc CX_GDSC>, <&gpucc GX_GDSC>;

I should note that this is going to be a PITA to land because the
patch adding "GX_GDSC" should technically land in the "clk" tree.
Without extra work that's going to mean waiting for a full Linux
release before Bjorn and Andy can land. It might be worth sticking
the hardcoded "1" in for now instead of "GX_GDSC". That's what we
often do in cases like this.

-Doug