public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/4] arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3
@ 2024-03-17 18:41 Krzysztof Kozlowski
  2024-03-17 18:41 ` [PATCH 2/4] arm64: dts: allwinner: drop underscore in node names Krzysztof Kozlowski
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-17 18:41 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai,
	Jernej Skrabec, Samuel Holland, Corentin Labbe, Maxime Ripard,
	devicetree, linux-arm-kernel, linux-sunxi, linux-kernel
  Cc: Krzysztof Kozlowski

There is no "reg_gmac_3v3" device node in sun50i-h6-pine-h64.dts,
although there is "gmac-3v3" with "reg_gmac_3v3" label, so let's assume
author wanted to remove that node.  Delete node via phandle, not via
full node path, to fix this.

Fixes: f33a91175029 ("arm64: dts: allwinner: add pineh64 model B")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts
index b710f1a0f53a..1b6e5595ac6e 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts
@@ -5,12 +5,12 @@
 
 #include "sun50i-h6-pine-h64.dts"
 
+/delete-node/ &reg_gmac_3v3;
+
 / {
 	model = "Pine H64 model B";
 	compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
 
-	/delete-node/ reg_gmac_3v3;
-
 	wifi_pwrseq: wifi_pwrseq {
 		compatible = "mmc-pwrseq-simple";
 		reset-gpios = <&r_pio 1 3 GPIO_ACTIVE_LOW>; /* PM3 */
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-04-24  4:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-17 18:41 [PATCH 1/4] arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 Krzysztof Kozlowski
2024-03-17 18:41 ` [PATCH 2/4] arm64: dts: allwinner: drop underscore in node names Krzysztof Kozlowski
2024-03-21 23:59   ` Andre Przywara
2024-03-26 22:18   ` Jernej Škrabec
2024-03-17 18:41 ` [PATCH 3/4] arm64: dts: allwinner: Orange Pi: delete node by phandle Krzysztof Kozlowski
2024-03-17 18:42   ` Krzysztof Kozlowski
2024-03-26 22:19     ` Jernej Škrabec
2024-03-17 18:41 ` [PATCH 4/4] arm: dts: allwinner: drop underscore in node names Krzysztof Kozlowski
2024-03-26 22:21   ` Jernej Škrabec
2024-04-23 21:23   ` Rob Herring
2024-04-24  4:41     ` Krzysztof Kozlowski
2024-03-18 11:50 ` [PATCH 1/4] arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 Andre Przywara
2024-03-26 22:16 ` Jernej Škrabec
2024-04-15 21:10 ` Jernej Škrabec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox