[PATCH u-boot-marvell 7/7] arm64: a37xx: dts: rename internal-regs node

Marek Behún marek.behun at nic.cz
Wed Jun 2 19:10:01 CEST 2021


The node `internal-regs` is called `internal-regs at d0000000`
in Linux' device tree. Rename this in U-Boot also.

No in-tree code depends on this name, so this should be safe.

Signed-off-by: Marek Behún <marek.behun at nic.cz>
---
 arch/arm/dts/armada-37xx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/armada-37xx.dtsi b/arch/arm/dts/armada-37xx.dtsi
index a1052add0c..ad86bf5c1d 100644
--- a/arch/arm/dts/armada-37xx.dtsi
+++ b/arch/arm/dts/armada-37xx.dtsi
@@ -93,7 +93,7 @@
 		#size-cells = <2>;
 		ranges;
 
-		internal-regs {
+		internal-regs at d0000000 {
 			#address-cells = <1>;
 			#size-cells = <1>;
 			compatible = "simple-bus";
-- 
2.26.3



More information about the U-Boot mailing list