Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1611289
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next] ARM: dts: vf610-zii-dev-rev-b: change switch2 label |
| Date | 2017-03-28 21:20 +0200 |
| Message-ID | <tq4OR-3L1-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
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>;
--
2.12.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next] ARM: dts: vf610-zii-dev-rev-b: change switch2 label Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-03-28 21:20 +0200
Re: [PATCH net-next] ARM: dts: vf610-zii-dev-rev-b: change switch2 label Florian Fainelli <f.fainelli@gmail.com> - 2017-03-28 21:20 +0200
Re: [PATCH net-next] ARM: dts: vf610-zii-dev-rev-b: change switch2 label Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-03-28 21:30 +0200
csiph-web