diff options
author | Asahi Lina <lina@asahilina.net> | 2022-12-07 04:43:05 +0300 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2022-12-08 08:37:16 +0300 |
commit | 2aa48e294622f7204d02de9758795171c0bd937a (patch) | |
tree | 65184f2c242f469025f45723bdee781e731728b0 /arch/arm64/boot | |
parent | 9ecb7a4b8ac67c1a73fefd17bc00e943d7f74378 (diff) | |
download | linux-2aa48e294622f7204d02de9758795171c0bd937a.tar.xz |
arm64: dts: apple: t600x-pmgr: Fix search & replace typo
It looks like the search-and-replace that happened to add die IDs to
the t600x PMGR tree was a little bit too eager on a comment, and nobody
noticed! Let's fix that.
Fixes: fa86294eb355 ("arm64: dts: apple: Add initial t6000/t6001/t6002 DTs")
Signed-off-by: Asahi Lina <lina@asahilina.net>
Reviewed-by: Janne Grunau <j@jannau.net>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/apple/t600x-pmgr.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/apple/t600x-pmgr.dtsi b/arch/arm64/boot/dts/apple/t600x-pmgr.dtsi index b8daeb0368d5..0bd44753b76a 100644 --- a/arch/arm64/boot/dts/apple/t600x-pmgr.dtsi +++ b/arch/arm64/boot/dts/apple/t600x-pmgr.dtsi @@ -225,7 +225,7 @@ #power-domain-cells = <0>; #reset-cells = <0>; label = DIE_LABEL(afr); - /* Apple Fabric, media DIE_NODE(stuff): this can power down */ + /* Apple Fabric, media stuff: this can power down */ }; DIE_NODE(ps_afnc1_ioa): power-controller@1f0 { |