Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1611305 > unrolled thread
| Started by | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| First post | 2017-03-28 21:40 +0200 |
| Last post | 2017-03-29 06:00 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: dts: vf610-zii-dev-rev-b: change switch2 label Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-03-28 21:40 +0200
Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: change switch2 label Andrew Lunn <andrew@lunn.ch> - 2017-03-28 21:40 +0200
Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: change switch2 label Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-03-28 22:10 +0200
Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: change switch2 label Shawn Guo <shawnguo@kernel.org> - 2017-03-29 06:00 +0200
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Date | 2017-03-28 21:40 +0200 |
| Subject | [PATCH] ARM: dts: vf610-zii-dev-rev-b: change switch2 label |
| Message-ID | <tq58e-3Wt-21@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Andrew Lunn <andrew@lunn.ch> |
|---|---|
| Date | 2017-03-28 21:40 +0200 |
| Message-ID | <tq58f-3Wt-55@gated-at.bofh.it> |
| In reply to | #1611305 |
On Tue, Mar 28, 2017 at 03:24:26PM -0400, 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>
Hi Vivien
You might need to rebase this onto
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
There have been a few other changes to the ZII dts files this cycle.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
[toc] | [prev] | [next] | [standalone]
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Date | 2017-03-28 22:10 +0200 |
| Message-ID | <tq5Bf-4mQ-11@gated-at.bofh.it> |
| In reply to | #1611324 |
Hi Andrew,
Andrew Lunn <andrew@lunn.ch> writes:
> You might need to rebase this onto
>
> git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
>
> There have been a few other changes to the ZII dts files this cycle.
This patch applies correctly on shawnguo/for-next. Is it the correct
branch to rebase onto?
Thanks,
Vivien
[toc] | [prev] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2017-03-29 06:00 +0200 |
| Message-ID | <tqcW5-18c-3@gated-at.bofh.it> |
| In reply to | #1611305 |
On Tue, Mar 28, 2017 at 03:24:26PM -0400, 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> Applied, thanks.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web