All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleksij Rempel <o.rempel@pengutronix.de>
To: Shawn Guo <shawnguo@kernel.org>
Cc: devicetree@vger.kernel.org, Sascha Hauer <s.hauer@pengutronix.de>,
	linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	David Jander <david@protonic.nl>,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1 3/3] ARM: dts: add JOZ Access Point
Date: Mon, 22 Nov 2021 11:14:09 +0100	[thread overview]
Message-ID: <20211122101409.GA23569@pengutronix.de> (raw)
In-Reply-To: <20211121020629.GC31998@dragon>

On Sun, Nov 21, 2021 at 10:06:30AM +0800, Shawn Guo wrote:
> On Thu, Oct 14, 2021 at 10:33:13AM +0200, Oleksij Rempel wrote:
> > JOZ Access Point is imx6ull based device designed for agricultural
> > +&usdhc2 {
> > +	pinctrl-names = "default";
> > +	pinctrl-0 = <&pinctrl_usdhc2>;
> > +	mmc-pwrseq = <&usdhc2_wifi_pwrseq>;
> > +	bus-width = <4>;
> > +	no-1-8-v;
> > +	no-mmc;
> > +	no-sd;
> > +	non-removable;
> > +	pm-ignore-notify;
> 
> Not sure what this property is.

Huh... good point. Thx!
Looks like it is artifact from linux-imx...

Regards,
Oleksij
-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

WARNING: multiple messages have this Message-ID (diff)
From: Oleksij Rempel <o.rempel@pengutronix.de>
To: Shawn Guo <shawnguo@kernel.org>
Cc: devicetree@vger.kernel.org, Sascha Hauer <s.hauer@pengutronix.de>,
	linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	David Jander <david@protonic.nl>,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1 3/3] ARM: dts: add JOZ Access Point
Date: Mon, 22 Nov 2021 11:14:09 +0100	[thread overview]
Message-ID: <20211122101409.GA23569@pengutronix.de> (raw)
In-Reply-To: <20211121020629.GC31998@dragon>

On Sun, Nov 21, 2021 at 10:06:30AM +0800, Shawn Guo wrote:
> On Thu, Oct 14, 2021 at 10:33:13AM +0200, Oleksij Rempel wrote:
> > JOZ Access Point is imx6ull based device designed for agricultural
> > +&usdhc2 {
> > +	pinctrl-names = "default";
> > +	pinctrl-0 = <&pinctrl_usdhc2>;
> > +	mmc-pwrseq = <&usdhc2_wifi_pwrseq>;
> > +	bus-width = <4>;
> > +	no-1-8-v;
> > +	no-mmc;
> > +	no-sd;
> > +	non-removable;
> > +	pm-ignore-notify;
> 
> Not sure what this property is.

Huh... good point. Thx!
Looks like it is artifact from linux-imx...

Regards,
Oleksij
-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-11-22 10:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14  8:33 [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add an entry for JOZ BV Oleksij Rempel
2021-10-14  8:33 ` Oleksij Rempel
2021-10-14  8:33 ` [PATCH v1 2/3] dt-bindings: arm: fsl: add JOZ Access Point Oleksij Rempel
2021-10-14  8:33   ` Oleksij Rempel
2021-10-26 21:13   ` Rob Herring
2021-10-26 21:13     ` Rob Herring
2021-10-14  8:33 ` [PATCH v1 3/3] ARM: dts: " Oleksij Rempel
2021-10-14  8:33   ` Oleksij Rempel
2021-11-21  2:06   ` Shawn Guo
2021-11-21  2:06     ` Shawn Guo
2021-11-22 10:14     ` Oleksij Rempel [this message]
2021-11-22 10:14       ` Oleksij Rempel
2021-10-26 21:12 ` [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add an entry for JOZ BV Rob Herring
2021-10-26 21:12   ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211122101409.GA23569@pengutronix.de \
    --to=o.rempel@pengutronix.de \
    --cc=david@protonic.nl \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.