diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-03-17 19:41:29 +0100 |
---|---|---|
committer | Jernej Skrabec <[email protected]> | 2024-04-15 23:09:55 +0200 |
commit | f5217bc4c94ee0ac846a9fabd63e69d658f44ccc (patch) | |
tree | 10285151335c954d28d6013cc6034f3c8835a448 | |
parent | 5dfdedf0de9a7c942a76284d0b40345c666a3151 (diff) |
arm64: dts: allwinner: Orange Pi: delete node by phandle
Delete node via phandle, not via full node path, to avoid easy mistakes
- if original node name changes, such deletion would be ineffective and
not reported by the dtc as error.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Jernej Skrabec <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jernej Skrabec <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-r1.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-r1.dts b/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-r1.dts index 3356f4210d45..067a2ecbc0a4 100644 --- a/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-r1.dts +++ b/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-r1.dts @@ -43,11 +43,12 @@ /* Orange Pi R1 is based on Orange Pi Zero design */ #include "sun8i-h2-plus-orangepi-zero.dts" +/delete-node/ ®_vcc_wifi; + / { model = "Xunlong Orange Pi R1"; compatible = "xunlong,orangepi-r1", "allwinner,sun8i-h2-plus"; - /delete-node/ reg_vcc_wifi; /* * Ths pin of this regulator is the same with the Wi-Fi extra |