[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL_JsqLv2DJOsL=3bxf229ZdArL1TqArw+9cLtmjYMkm5yfZ7Q@mail.gmail.com>
Date: Fri, 1 Nov 2024 08:04:22 -0500
From: Rob Herring <robh@...nel.org>
To: Nick Chan <towinchenmi@...il.com>
Cc: Hector Martin <marcan@...can.st>, Sven Peter <sven@...npeter.dev>,
Alyssa Rosenzweig <alyssa@...enzweig.io>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, asahi@...ts.linux.dev,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH asahi-soc/dt 04/10] arm64: dts: apple: t7000: Add PMGR node
On Mon, Oct 28, 2024 at 8:06 PM Nick Chan <towinchenmi@...il.com> wrote:
>
> This adds the PMGR node and all known power state subnodes. Since there
> are a large number of them, let's put them in a separate file to include.
>
> Signed-off-by: Nick Chan <towinchenmi@...il.com>
> ---
> arch/arm64/boot/dts/apple/t7000-6.dtsi | 4 +
> arch/arm64/boot/dts/apple/t7000-handheld.dtsi | 4 +
> arch/arm64/boot/dts/apple/t7000-j42d.dts | 1 +
> arch/arm64/boot/dts/apple/t7000-mini4.dtsi | 4 +
> arch/arm64/boot/dts/apple/t7000-n102.dts | 4 +
> arch/arm64/boot/dts/apple/t7000-pmgr.dtsi | 641 ++++++++++++++++++
> arch/arm64/boot/dts/apple/t7000.dtsi | 14 +
> 7 files changed, 672 insertions(+)
> create mode 100644 arch/arm64/boot/dts/apple/t7000-pmgr.dtsi
>
> diff --git a/arch/arm64/boot/dts/apple/t7000-6.dtsi b/arch/arm64/boot/dts/apple/t7000-6.dtsi
> index f60ea4a4a387..77d74d6af1c4 100644
> --- a/arch/arm64/boot/dts/apple/t7000-6.dtsi
> +++ b/arch/arm64/boot/dts/apple/t7000-6.dtsi
> @@ -48,3 +48,7 @@ switch-mute {
> };
> };
> };
> +
> +&framebuffer0 {
> + power-domains = <&ps_disp0 &ps_mipi_dsi>;
> +};
> diff --git a/arch/arm64/boot/dts/apple/t7000-handheld.dtsi b/arch/arm64/boot/dts/apple/t7000-handheld.dtsi
> index 8984c9ec6cc8..566346be5b53 100644
> --- a/arch/arm64/boot/dts/apple/t7000-handheld.dtsi
> +++ b/arch/arm64/boot/dts/apple/t7000-handheld.dtsi
> @@ -10,6 +10,10 @@
> */
>
> / {
> + aliases {
> + framebuffer0 = &framebuffer0;
Looks like an unrelated change. Also, not a standard alias name. So please drop.
Rob
Powered by blists - more mailing lists