* [PATCH] ARM: dts: vf610-zii-dev-rev-b: change switch2 label @ 2017-03-28 19:24 Vivien Didelot [not found] ` <20170328192426.13798-1-vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Vivien Didelot @ 2017-03-28 19:24 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree-u79uwXL29TY76Z2rM5mHXA Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, kernel-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/, Shawn Guo, Florian Fainelli, Andrew Lunn, Vivien Didelot 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-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> --- 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 -- 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 related [flat|nested] 4+ messages in thread
[parent not found: <20170328192426.13798-1-vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>]
* Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: change switch2 label [not found] ` <20170328192426.13798-1-vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> @ 2017-03-28 19:33 ` Andrew Lunn [not found] ` <20170328193318.GG2268-g2DYL2Zd6BY@public.gmane.org> 2017-03-29 3:49 ` Shawn Guo 1 sibling, 1 reply; 4+ messages in thread From: Andrew Lunn @ 2017-03-28 19:33 UTC (permalink / raw) To: Vivien Didelot Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, kernel-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/, Shawn Guo, Florian Fainelli 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-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> 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-g2DYL2Zd6BY@public.gmane.org> Andrew -- 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] 4+ messages in thread
[parent not found: <20170328193318.GG2268-g2DYL2Zd6BY@public.gmane.org>]
* Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: change switch2 label [not found] ` <20170328193318.GG2268-g2DYL2Zd6BY@public.gmane.org> @ 2017-03-28 20:04 ` Vivien Didelot 0 siblings, 0 replies; 4+ messages in thread From: Vivien Didelot @ 2017-03-28 20:04 UTC (permalink / raw) To: Andrew Lunn Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, kernel-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/, Shawn Guo, Florian Fainelli Hi Andrew, Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> 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 -- 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] 4+ messages in thread
* Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: change switch2 label [not found] ` <20170328192426.13798-1-vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> 2017-03-28 19:33 ` Andrew Lunn @ 2017-03-29 3:49 ` Shawn Guo 1 sibling, 0 replies; 4+ messages in thread From: Shawn Guo @ 2017-03-29 3:49 UTC (permalink / raw) To: Vivien Didelot Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, kernel-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/, Florian Fainelli, Andrew Lunn 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-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> Applied, thanks. -- 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] 4+ messages in thread
end of thread, other threads:[~2017-03-29 3:49 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-03-28 19:24 [PATCH] ARM: dts: vf610-zii-dev-rev-b: change switch2 label Vivien Didelot [not found] ` <20170328192426.13798-1-vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> 2017-03-28 19:33 ` Andrew Lunn [not found] ` <20170328193318.GG2268-g2DYL2Zd6BY@public.gmane.org> 2017-03-28 20:04 ` Vivien Didelot 2017-03-29 3:49 ` Shawn Guo
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).