ARM: dts: ti: omap: add missing abb_{mpu,ivahd,dspeve,gpu} unit addresses for dra7 SoC
authorRomain Naour <romain.naour@skf.com>
Tue, 23 Jan 2024 08:55:51 +0000 (09:55 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Feb 2024 11:56:27 +0000 (13:56 +0200)
abb_{mpu,ivahd,dspeve,gpu} have 'reg' so they must have unit address to fix dtc
W=1 warnings:

  Warning (unit_address_vs_reg): /ocp/regulator-abb-mpu: node has a reg or ranges property, but no unit name
  Warning (unit_address_vs_reg): /ocp/regulator-abb-ivahd: node has a reg or ranges property, but no unit name
  Warning (unit_address_vs_reg): /ocp/regulator-abb-dspeve: node has a reg or ranges property, but no unit name
  Warning (unit_address_vs_reg): /ocp/regulator-abb-gpu: node has a reg or ranges property, but no unit name

Signed-off-by: Romain Naour <romain.naour@skf.com>
Message-ID: <20240123085551.733155-3-romain.naour@smile.fr>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/ti/omap/dra7.dtsi

index 6509c742fb58c90497660ba34c950ef7a5c701a7..565ac7691a2acb3e73ee56a06bdee7bf75902665 100644 (file)
                        };
                };
 
-               abb_mpu: regulator-abb-mpu {
+               abb_mpu: regulator-abb-mpu@4ae07ddc {
                        compatible = "ti,abb-v3";
                        regulator-name = "abb_mpu";
                        #address-cells = <0>;
                        >;
                };
 
-               abb_ivahd: regulator-abb-ivahd {
+               abb_ivahd: regulator-abb-ivahd@4ae07e34 {
                        compatible = "ti,abb-v3";
                        regulator-name = "abb_ivahd";
                        #address-cells = <0>;
                        >;
                };
 
-               abb_dspeve: regulator-abb-dspeve {
+               abb_dspeve: regulator-abb-dspeve@4ae07e30 {
                        compatible = "ti,abb-v3";
                        regulator-name = "abb_dspeve";
                        #address-cells = <0>;
                        >;
                };
 
-               abb_gpu: regulator-abb-gpu {
+               abb_gpu: regulator-abb-gpu@4ae07de4 {
                        compatible = "ti,abb-v3";
                        regulator-name = "abb_gpu";
                        #address-cells = <0>;