diff mbox

[net-next] ARM: dts: vf610-zii-dev-rev-b: change switch2 label

Message ID 20170328191126.18773-1-vivien.didelot@savoirfairelinux.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Vivien Didelot March 28, 2017, 7:11 p.m. UTC
Rename the switch2@0 label of the switch2 node to switch@0 to respect
the general unit@address DTS rule, and be consistent with the other
switch nodes of the DTS file.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
 arch/arm/boot/dts/vf610-zii-dev-rev-b.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Florian Fainelli March 28, 2017, 7:14 p.m. UTC | #1
On 03/28/2017 12:11 PM, Vivien Didelot wrote:
> Rename the switch2@0 label of the switch2 node to switch@0 to respect
> the general unit@address DTS rule, and be consistent with the other
> switch nodes of the DTS file.
> 
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>

This looks good, but you certainly want the ARM SoC maintainer for that
platform to be able to pick that change through his tree, can you
resubmit with the proper CC list?

Thanks!
Vivien Didelot March 28, 2017, 7:18 p.m. UTC | #2
Hi Florian,

Florian Fainelli <f.fainelli@gmail.com> writes:

> On 03/28/2017 12:11 PM, Vivien Didelot wrote:
>> Rename the switch2@0 label of the switch2 node to switch@0 to respect
>> the general unit@address DTS rule, and be consistent with the other
>> switch nodes of the DTS file.
>> 
>> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
>
> This looks good, but you certainly want the ARM SoC maintainer for that
> platform to be able to pick that change through his tree, can you
> resubmit with the proper CC list?

Hum it looks like I'm still not confortable with who is going to pick
minor changes to DTS files... Will do, thanks!

      Vivien
diff mbox

Patch

diff --git a/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts b/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
index 7940408838df..5a93f2d875b1 100644
--- a/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
+++ b/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
@@ -239,7 +239,7 @@ 
 			#size-cells = <0>;
 			reg = <4>;
 
-			switch2: switch2@0 {
+			switch2: switch@0 {
 				compatible = "marvell,mv88e6085";
 				#address-cells = <1>;
 				#size-cells = <0>;