* [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property
@ 2017-02-09 15:27 ` Ralph Sennhauser
0 siblings, 0 replies; 9+ messages in thread
From: Ralph Sennhauser @ 2017-02-09 15:27 UTC (permalink / raw)
To: linux-arm-kernel
The switch to the new DSA binding used "marvell,mv88e6095" for the
compatible property which doesn't exist, use "marvell,mv88e6085"
instead.
Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding")
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
---
arch/arm/boot/dts/armada-385-linksys.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/armada-385-linksys.dtsi b/arch/arm/boot/dts/armada-385-linksys.dtsi
index 20d5e8b..df47bf1 100644
--- a/arch/arm/boot/dts/armada-385-linksys.dtsi
+++ b/arch/arm/boot/dts/armada-385-linksys.dtsi
@@ -107,7 +107,7 @@
status = "okay";
switch at 0 {
- compatible = "marvell,mv88e6095";
+ compatible = "marvell,mv88e6085";
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
--
2.10.2
^ permalink raw reply related [flat|nested] 9+ messages in thread* [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property @ 2017-02-09 15:27 ` Ralph Sennhauser 0 siblings, 0 replies; 9+ messages in thread From: Ralph Sennhauser @ 2017-02-09 15:27 UTC (permalink / raw) To: Florian Fainelli Cc: Ralph Sennhauser, Jason Cooper, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Rob Herring, Mark Rutland, Russell King, moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x,..., open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list The switch to the new DSA binding used "marvell,mv88e6095" for the compatible property which doesn't exist, use "marvell,mv88e6085" instead. Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> --- arch/arm/boot/dts/armada-385-linksys.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/armada-385-linksys.dtsi b/arch/arm/boot/dts/armada-385-linksys.dtsi index 20d5e8b..df47bf1 100644 --- a/arch/arm/boot/dts/armada-385-linksys.dtsi +++ b/arch/arm/boot/dts/armada-385-linksys.dtsi @@ -107,7 +107,7 @@ status = "okay"; switch@0 { - compatible = "marvell,mv88e6095"; + compatible = "marvell,mv88e6085"; #address-cells = <1>; #size-cells = <0>; reg = <0>; -- 2.10.2 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property @ 2017-02-09 15:27 ` Ralph Sennhauser 0 siblings, 0 replies; 9+ messages in thread From: Ralph Sennhauser @ 2017-02-09 15:27 UTC (permalink / raw) To: Florian Fainelli Cc: Mark Rutland, Andrew Lunn, Jason Cooper, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, Russell King, open list, Gregory Clement, Rob Herring, Ralph Sennhauser, moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x, ..., Sebastian Hesselbarth The switch to the new DSA binding used "marvell,mv88e6095" for the compatible property which doesn't exist, use "marvell,mv88e6085" instead. Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> --- arch/arm/boot/dts/armada-385-linksys.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/armada-385-linksys.dtsi b/arch/arm/boot/dts/armada-385-linksys.dtsi index 20d5e8b..df47bf1 100644 --- a/arch/arm/boot/dts/armada-385-linksys.dtsi +++ b/arch/arm/boot/dts/armada-385-linksys.dtsi @@ -107,7 +107,7 @@ status = "okay"; switch@0 { - compatible = "marvell,mv88e6095"; + compatible = "marvell,mv88e6085"; #address-cells = <1>; #size-cells = <0>; reg = <0>; -- 2.10.2 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property 2017-02-09 15:27 ` Ralph Sennhauser (?) @ 2017-02-09 15:51 ` Andrew Lunn -1 siblings, 0 replies; 9+ messages in thread From: Andrew Lunn @ 2017-02-09 15:51 UTC (permalink / raw) To: linux-arm-kernel On Thu, Feb 09, 2017 at 04:27:02PM +0100, Ralph Sennhauser wrote: > The switch to the new DSA binding used "marvell,mv88e6095" for the > compatible property which doesn't exist, use "marvell,mv88e6085" > instead. > > Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") > Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> Hi Ralph Good catch. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Gregory, this is in the mvebu dt branch and need fixing there. [Goes away to look at the other dts files] O.K. Florian only made this typ0 once in the patchset. Andrew ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property @ 2017-02-09 15:51 ` Andrew Lunn 0 siblings, 0 replies; 9+ messages in thread From: Andrew Lunn @ 2017-02-09 15:51 UTC (permalink / raw) To: Ralph Sennhauser Cc: Florian Fainelli, Jason Cooper, Gregory Clement, Sebastian Hesselbarth, Rob Herring, Mark Rutland, Russell King, moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x,..., open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list On Thu, Feb 09, 2017 at 04:27:02PM +0100, Ralph Sennhauser wrote: > The switch to the new DSA binding used "marvell,mv88e6095" for the > compatible property which doesn't exist, use "marvell,mv88e6085" > instead. > > Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") > Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> Hi Ralph Good catch. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Gregory, this is in the mvebu dt branch and need fixing there. [Goes away to look at the other dts files] O.K. Florian only made this typ0 once in the patchset. Andrew ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property @ 2017-02-09 15:51 ` Andrew Lunn 0 siblings, 0 replies; 9+ messages in thread From: Andrew Lunn @ 2017-02-09 15:51 UTC (permalink / raw) To: Ralph Sennhauser Cc: Mark Rutland, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, Florian Fainelli, Jason Cooper, Russell King, open list, Rob Herring, Gregory Clement, moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x, ..., Sebastian Hesselbarth On Thu, Feb 09, 2017 at 04:27:02PM +0100, Ralph Sennhauser wrote: > The switch to the new DSA binding used "marvell,mv88e6095" for the > compatible property which doesn't exist, use "marvell,mv88e6085" > instead. > > Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") > Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> Hi Ralph Good catch. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Gregory, this is in the mvebu dt branch and need fixing there. [Goes away to look at the other dts files] O.K. Florian only made this typ0 once in the patchset. Andrew ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property @ 2017-02-15 14:56 ` Gregory CLEMENT 0 siblings, 0 replies; 9+ messages in thread From: Gregory CLEMENT @ 2017-02-15 14:56 UTC (permalink / raw) To: linux-arm-kernel Hi Ralph and Andrew, On jeu., f?vr. 09 2017, Andrew Lunn <andrew@lunn.ch> wrote: > On Thu, Feb 09, 2017 at 04:27:02PM +0100, Ralph Sennhauser wrote: >> The switch to the new DSA binding used "marvell,mv88e6095" for the >> compatible property which doesn't exist, use "marvell,mv88e6085" >> instead. >> >> Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") >> Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> > > Hi Ralph > > Good catch. > > Reviewed-by: Andrew Lunn <andrew@lunn.ch> > > Gregory, this is in the mvebu dt branch and need fixing there. Applied on mvebu/dt if it can't go through arm-soc I will submitted as a fix for v4.11-rc1. Thanks, Gregory > > [Goes away to look at the other dts files] > > O.K. Florian only made this typ0 once in the patchset. > > Andrew -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property @ 2017-02-15 14:56 ` Gregory CLEMENT 0 siblings, 0 replies; 9+ messages in thread From: Gregory CLEMENT @ 2017-02-15 14:56 UTC (permalink / raw) To: Ralph Sennhauser, Andrew Lunn Cc: Florian Fainelli, Jason Cooper, Sebastian Hesselbarth, Rob Herring, Mark Rutland, Russell King, moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x,..., open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list Hi Ralph and Andrew, On jeu., févr. 09 2017, Andrew Lunn <andrew@lunn.ch> wrote: > On Thu, Feb 09, 2017 at 04:27:02PM +0100, Ralph Sennhauser wrote: >> The switch to the new DSA binding used "marvell,mv88e6095" for the >> compatible property which doesn't exist, use "marvell,mv88e6085" >> instead. >> >> Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") >> Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> > > Hi Ralph > > Good catch. > > Reviewed-by: Andrew Lunn <andrew@lunn.ch> > > Gregory, this is in the mvebu dt branch and need fixing there. Applied on mvebu/dt if it can't go through arm-soc I will submitted as a fix for v4.11-rc1. Thanks, Gregory > > [Goes away to look at the other dts files] > > O.K. Florian only made this typ0 once in the patchset. > > Andrew -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property @ 2017-02-15 14:56 ` Gregory CLEMENT 0 siblings, 0 replies; 9+ messages in thread From: Gregory CLEMENT @ 2017-02-15 14:56 UTC (permalink / raw) To: Ralph Sennhauser, Andrew Lunn Cc: Florian Fainelli, Jason Cooper, Sebastian Hesselbarth, Rob Herring, Mark Rutland, Russell King, moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x,..., open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list Hi Ralph and Andrew, On jeu., févr. 09 2017, Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> wrote: > On Thu, Feb 09, 2017 at 04:27:02PM +0100, Ralph Sennhauser wrote: >> The switch to the new DSA binding used "marvell,mv88e6095" for the >> compatible property which doesn't exist, use "marvell,mv88e6085" >> instead. >> >> Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") >> Signed-off-by: Ralph Sennhauser <ralph.sennhauser-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > Hi Ralph > > Good catch. > > Reviewed-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> > > Gregory, this is in the mvebu dt branch and need fixing there. Applied on mvebu/dt if it can't go through arm-soc I will submitted as a fix for v4.11-rc1. Thanks, Gregory > > [Goes away to look at the other dts files] > > O.K. Florian only made this typ0 once in the patchset. > > Andrew -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2017-02-15 14:56 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-02-09 15:27 [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property Ralph Sennhauser 2017-02-09 15:27 ` Ralph Sennhauser 2017-02-09 15:27 ` Ralph Sennhauser 2017-02-09 15:51 ` Andrew Lunn 2017-02-09 15:51 ` Andrew Lunn 2017-02-09 15:51 ` Andrew Lunn 2017-02-15 14:56 ` Gregory CLEMENT 2017-02-15 14:56 ` Gregory CLEMENT 2017-02-15 14:56 ` Gregory CLEMENT
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.