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

Marek Behún marek.behun at nic.cz
Thu Jun 3 17:20:39 CEST 2021


On Wed,  2 Jun 2021 19:10:01 +0200
Marek Behún <marek.behun at nic.cz> wrote:

> 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";

On second thought we can ignore this patch for now. We can update the
whole DTS to kernel's DTS once all drivers are updated to support
kernel bindings.


More information about the U-Boot mailing list