From: Nick Chan <towinchenmi@gmail.com>
To: Rob Herring <robh@kernel.org>
Cc: Hector Martin <marcan@marcan.st>, Sven Peter <sven@svenpeter.dev>,
Alyssa Rosenzweig <alyssa@rosenzweig.io>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH asahi-soc/dt 04/10] arm64: dts: apple: t7000: Add PMGR node
Date: Fri, 1 Nov 2024 23:09:27 +0800 [thread overview]
Message-ID: <b0e81bfe-f7d3-475c-95af-7824d60deed9@gmail.com> (raw)
In-Reply-To: <CAL_JsqLv2DJOsL=3bxf229ZdArL1TqArw+9cLtmjYMkm5yfZ7Q@mail.gmail.com>
On 1/11/2024 21:04, Rob Herring wrote:
> On Mon, Oct 28, 2024 at 8:06 PM Nick Chan <towinchenmi@gmail.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@gmail.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.
Alright, (for other SoCs as well) the next version will not have any
"framebuffer0"
aliases additions.
>
> Rob
Nick Chan
next prev parent reply other threads:[~2024-11-01 15:09 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-29 1:03 [PATCH asahi-soc/dt 00/10] Add PMGR nodes for Apple A7-A11 SoCs Nick Chan
2024-10-29 1:03 ` [PATCH asahi-soc/dt 01/10] dt-bindings: arm: apple: apple,pmgr: Add A7-A11 compatibles Nick Chan
2024-10-29 7:41 ` Krzysztof Kozlowski
2024-11-01 12:33 ` Hector Martin
2024-11-01 15:39 ` Krzysztof Kozlowski
2024-10-29 1:04 ` [PATCH asahi-soc/dt 02/10] dt-bindings: arm: apple: apple,pmgr-pwrstate: " Nick Chan
2024-10-29 7:41 ` Krzysztof Kozlowski
2024-10-29 1:04 ` [PATCH asahi-soc/dt 03/10] arm64: dts: apple: s5l8960x: Add PMGR node Nick Chan
2024-10-29 1:04 ` [PATCH asahi-soc/dt 04/10] arm64: dts: apple: t7000: " Nick Chan
2024-11-01 13:04 ` Rob Herring
2024-11-01 15:09 ` Nick Chan [this message]
2024-10-29 1:04 ` [PATCH asahi-soc/dt 05/10] arm64: dts: apple: t7001: " Nick Chan
2024-10-29 1:04 ` [PATCH asahi-soc/dt 06/10] arm64: dts: apple: s8000: Add PMGR nodes Nick Chan
2024-10-29 1:04 ` [PATCH asahi-soc/dt 07/10] arm64: dts: apple: s8001: " Nick Chan
2024-10-29 1:04 ` [PATCH asahi-soc/dt 08/10] arm64: dts: apple: t8010: " Nick Chan
2024-10-29 1:04 ` [PATCH asahi-soc/dt 09/10] arm64: dts: apple: t8011: " Nick Chan
2024-10-29 1:04 ` [PATCH asahi-soc/dt 10/10] arm64: dts: apple: t8015: " Nick Chan
2024-11-01 12:41 ` [PATCH asahi-soc/dt 00/10] Add PMGR nodes for Apple A7-A11 SoCs Hector Martin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b0e81bfe-f7d3-475c-95af-7824d60deed9@gmail.com \
--to=towinchenmi@gmail.com \
--cc=alyssa@rosenzweig.io \
--cc=asahi@lists.linux.dev \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcan@marcan.st \
--cc=robh@kernel.org \
--cc=sven@svenpeter.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox