* [PATCH 1/1] ARM: dts: imx6q-bx50v3: disable SD card @ 2018-01-08 11:29 Ian Ray [not found] ` <8de710254808e8d80295b75ff28ccd14afe2ad94.1515410930.git.ian.ray-JJi787mZWgc@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Ian Ray @ 2018-01-08 11:29 UTC (permalink / raw) To: devicetree-u79uwXL29TY76Z2rM5mHXA Cc: shawnguo-DgEjT+Ai2ygdnm+yROfE0A, kernel-bIcnvbaLZ9MEGnE8C9+IrQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw, Ian Ray, Romain Perier Default boot medium must be internal eMMC, we don't want the SDIO to be used for these devices. This commit disables the SD card interface for GE Healthcare Bx50v3 devices. Signed-off-by: Ian Ray <ian.ray-JJi787mZWgc@public.gmane.org> Signed-off-by: Romain Perier <romain.perier-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> --- arch/arm/boot/dts/imx6q-bx50v3.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi index b915837..a530169 100644 --- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi +++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi @@ -303,6 +303,10 @@ }; }; +&usdhc2 { + status = "disabled"; +}; + &usdhc4 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc4>; -- 2.10.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: <8de710254808e8d80295b75ff28ccd14afe2ad94.1515410930.git.ian.ray-JJi787mZWgc@public.gmane.org>]
* Re: [PATCH 1/1] ARM: dts: imx6q-bx50v3: disable SD card [not found] ` <8de710254808e8d80295b75ff28ccd14afe2ad94.1515410930.git.ian.ray-JJi787mZWgc@public.gmane.org> @ 2018-02-02 1:04 ` Shawn Guo 2018-02-02 7:11 ` EXT: " Ray, Ian (GE Healthcare) 2018-02-02 7:10 ` Shawn Guo 1 sibling, 1 reply; 4+ messages in thread From: Shawn Guo @ 2018-02-02 1:04 UTC (permalink / raw) To: Ian Ray Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, kernel-bIcnvbaLZ9MEGnE8C9+IrQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw, Romain Perier Hi Ian, On Mon, Jan 08, 2018 at 01:29:01PM +0200, Ian Ray wrote: > Default boot medium must be internal eMMC, we don't want the SDIO to be > used for these devices. This commit disables the SD card interface for > GE Healthcare Bx50v3 devices. > > Signed-off-by: Ian Ray <ian.ray-JJi787mZWgc@public.gmane.org> > Signed-off-by: Romain Perier <romain.perier-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> You are submitting a patch authored by yourself. Why is Romain's SoB there? Shawn > --- > arch/arm/boot/dts/imx6q-bx50v3.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi > index b915837..a530169 100644 > --- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi > +++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi > @@ -303,6 +303,10 @@ > }; > }; > > +&usdhc2 { > + status = "disabled"; > +}; > + > &usdhc4 { > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_usdhc4>; > -- > 2.10.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 [flat|nested] 4+ messages in thread
* Re: EXT: Re: [PATCH 1/1] ARM: dts: imx6q-bx50v3: disable SD card 2018-02-02 1:04 ` Shawn Guo @ 2018-02-02 7:11 ` Ray, Ian (GE Healthcare) 0 siblings, 0 replies; 4+ messages in thread From: Ray, Ian (GE Healthcare) @ 2018-02-02 7:11 UTC (permalink / raw) To: Shawn Guo, Romain Perier, Sebastian Reichel Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org > On 2 Feb 2018, at 3.04, Shawn Guo <shawnguo@kernel.org> wrote: > > Hi Ian, > > On Mon, Jan 08, 2018 at 01:29:01PM +0200, Ian Ray wrote: >> Default boot medium must be internal eMMC, we don't want the SDIO to be >> used for these devices. This commit disables the SD card interface for >> GE Healthcare Bx50v3 devices. >> >> Signed-off-by: Ian Ray <ian.ray@ge.com> >> Signed-off-by: Romain Perier <romain.perier@collabora.com> > > You are submitting a patch authored by yourself. Why is Romain's SoB > there? > Sorry for the mess — Romain sent a V1 which was NAK’d because of non-alphabetical ordering. > Shawn > >> --- >> arch/arm/boot/dts/imx6q-bx50v3.dtsi | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi >> index b915837..a530169 100644 >> --- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi >> +++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi >> @@ -303,6 +303,10 @@ >> }; >> }; >> >> +&usdhc2 { >> + status = "disabled"; >> +}; >> + >> &usdhc4 { >> pinctrl-names = "default"; >> pinctrl-0 = <&pinctrl_usdhc4>; >> -- >> 2.10.1 >> ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] ARM: dts: imx6q-bx50v3: disable SD card [not found] ` <8de710254808e8d80295b75ff28ccd14afe2ad94.1515410930.git.ian.ray-JJi787mZWgc@public.gmane.org> 2018-02-02 1:04 ` Shawn Guo @ 2018-02-02 7:10 ` Shawn Guo 1 sibling, 0 replies; 4+ messages in thread From: Shawn Guo @ 2018-02-02 7:10 UTC (permalink / raw) To: Ian Ray Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, kernel-bIcnvbaLZ9MEGnE8C9+IrQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw, Romain Perier On Mon, Jan 08, 2018 at 01:29:01PM +0200, Ian Ray wrote: > Default boot medium must be internal eMMC, we don't want the SDIO to be > used for these devices. This commit disables the SD card interface for > GE Healthcare Bx50v3 devices. > > Signed-off-by: Ian Ray <ian.ray-JJi787mZWgc@public.gmane.org> > Signed-off-by: Romain Perier <romain.perier-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> Romain's SoB doesn't make too much sense here, and the email address bounced messages. So I dropped his SoB and applied patch. Shawn > --- > arch/arm/boot/dts/imx6q-bx50v3.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi > index b915837..a530169 100644 > --- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi > +++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi > @@ -303,6 +303,10 @@ > }; > }; > > +&usdhc2 { > + status = "disabled"; > +}; > + > &usdhc4 { > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_usdhc4>; > -- > 2.10.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 [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-02-02 7:11 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-01-08 11:29 [PATCH 1/1] ARM: dts: imx6q-bx50v3: disable SD card Ian Ray [not found] ` <8de710254808e8d80295b75ff28ccd14afe2ad94.1515410930.git.ian.ray-JJi787mZWgc@public.gmane.org> 2018-02-02 1:04 ` Shawn Guo 2018-02-02 7:11 ` EXT: " Ray, Ian (GE Healthcare) 2018-02-02 7:10 ` 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).