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

> The node `internal-regs` is called `internal-regs@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.be...@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@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.

Reply via email to