Message ID | 1411966997-27118-3-git-send-email-r65037@freescale.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
Am Montag, den 29.09.2014, 13:03 +0800 schrieb Richard Zhu: > - enable pcie on imx6qdl sabreauto boards. > > Signed-off-by: Richard Zhu <r65037@freescale.com> > Reviewed-by: Lucas Stach <l.stach@pengutronix.de> > --- > arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi > index 009abd6..d6040a5 100644 > --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi > +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi > @@ -410,6 +410,10 @@ > }; > }; > > +&pcie { > + status = "okay"; > +}; > + > &pwm3 { > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_pwm3>; The dts changes have a wrong prefix. They are not PCI subsystem patches, but arch patches for i.MX and should be applied by Shawn. So prefix needs to be ARM: imx6XX: ... Also I would recommend that you sort them to the end of the series so make it easy for Bjorn and Shawn to see where the slit between the two is. Don't intermix those changes in the series, it certainly isn't needed here. Regards, Lucas
Best Regards Richard Zhu > -----Original Message----- > From: Lucas Stach [mailto:l.stach@pengutronix.de] > Sent: Monday, September 29, 2014 5:57 PM > To: Zhu Richard-R65037 > Cc: linux-pci-owner@vger.kernel.org; linux-pci@vger.kernel.org; Guo Shawn- > R65073; festevam@gmail.com; tharvey@gateworks.com > Subject: Re: [PATCH v3 2/9] PCI: imx6: enable pcie on imx6qdl sabreauto > > Am Montag, den 29.09.2014, 13:03 +0800 schrieb Richard Zhu: > > - enable pcie on imx6qdl sabreauto boards. > > > > Signed-off-by: Richard Zhu <r65037@freescale.com> > > Reviewed-by: Lucas Stach <l.stach@pengutronix.de> > > --- > > arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi > > b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi > > index 009abd6..d6040a5 100644 > > --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi > > +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi > > @@ -410,6 +410,10 @@ > > }; > > }; > > > > +&pcie { > > + status = "okay"; > > +}; > > + > > &pwm3 { > > pinctrl-names = "default"; > > pinctrl-0 = <&pinctrl_pwm3>; > > The dts changes have a wrong prefix. They are not PCI subsystem patches, but > arch patches for i.MX and should be applied by Shawn. So prefix needs to be > ARM: imx6XX: ... > > Also I would recommend that you sort them to the end of the series so make it > easy for Bjorn and Shawn to see where the slit between the two is. Don't > intermix those changes in the series, it certainly isn't needed here. > [Richard] Ok, no problem. Thanks. > Regards, > Lucas > -- > Pengutronix e.K. | Lucas Stach | > Industrial Linux Solutions | http://www.pengutronix.de/ |
diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi index 009abd6..d6040a5 100644 --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi @@ -410,6 +410,10 @@ }; }; +&pcie { + status = "okay"; +}; + &pwm3 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pwm3>;