From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>
Cc: Robert Nelson
<robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
OMAP List <linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
ARM Kernel List
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
Drew Fustini <drew-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>,
James Strawson <jstrawso-fWt/sZ2FBdz2fBVCVOL8/A@public.gmane.org>,
Erik Welsh
<Erik.Welsh-SM+ZqDzOZfu/3pe1ocb+swC/G2K4zDHf@public.gmane.org>
Subject: Re: [PATCH] ARM: dts: Add am335x-boneblue
Date: Tue, 6 Jun 2017 00:29:46 -0700 [thread overview]
Message-ID: <20170606072945.GU3730@atomide.com> (raw)
In-Reply-To: <CA+T6QPngRrST_T5HcTXxiGnBq6ba+txocaxrW-QVTuqxzogYuw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
* Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org> [170601 00:43]:
> On Tue, May 30, 2017 at 12:20 PM, Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > BeagleBone Blue is robotics-oriented version of the BeagleBone Black (BBB).
> >
> > This board can be indentified by the BLAx value after A335BNLT (BBB)
> > in the at24 eeprom:
> > BLAx [aa 55 33 ee 41 33 33 35 42 4e 4c 54 42 4c 41 30 |.U3.A335BNLTBLA2|]
> >
> > http://beagleboard.org/blue
> > https://github.com/beagleboard/beaglebone-blue
> >
> > firmware: https://github.com/beagleboard/beaglebone-black-wireless/tree/master/firmware
> > wl18xx mac address: /proc/device-tree/ocp/ethernet@4a100000/slave@4a100200/mac-address
> >
> > Signed-off-by: Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > CC: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
> > CC: Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>
>
> Acked-by: Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>
Applying into omap-for-v4.13/dt.
> Discussed offline the fact that the couple of connectors where we'd
> like to support dynamic pinmuxing that the required pinmux helper code
> is not upstream.
Hmm do you have some link for that? We do have dynamic muxing
working with mainline tree using the named pinctrl modes. At
least omap_hsmmc.c is doing it for am335x SDIO interrupt pin.
Regards,
Tony
--
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
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: Add am335x-boneblue
Date: Tue, 6 Jun 2017 00:29:46 -0700 [thread overview]
Message-ID: <20170606072945.GU3730@atomide.com> (raw)
In-Reply-To: <CA+T6QPngRrST_T5HcTXxiGnBq6ba+txocaxrW-QVTuqxzogYuw@mail.gmail.com>
* Jason Kridner <jkridner@beagleboard.org> [170601 00:43]:
> On Tue, May 30, 2017 at 12:20 PM, Robert Nelson <robertcnelson@gmail.com> wrote:
> > BeagleBone Blue is robotics-oriented version of the BeagleBone Black (BBB).
> >
> > This board can be indentified by the BLAx value after A335BNLT (BBB)
> > in the at24 eeprom:
> > BLAx [aa 55 33 ee 41 33 33 35 42 4e 4c 54 42 4c 41 30 |.U3.A335BNLTBLA2|]
> >
> > http://beagleboard.org/blue
> > https://github.com/beagleboard/beaglebone-blue
> >
> > firmware: https://github.com/beagleboard/beaglebone-black-wireless/tree/master/firmware
> > wl18xx mac address: /proc/device-tree/ocp/ethernet at 4a100000/slave at 4a100200/mac-address
> >
> > Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
> > CC: Tony Lindgren <tony@atomide.com>
> > CC: Jason Kridner <jkridner@beagleboard.org>
>
> Acked-by: Jason Kridner <jkridner@beagleboard.org>
Applying into omap-for-v4.13/dt.
> Discussed offline the fact that the couple of connectors where we'd
> like to support dynamic pinmuxing that the required pinmux helper code
> is not upstream.
Hmm do you have some link for that? We do have dynamic muxing
working with mainline tree using the named pinctrl modes. At
least omap_hsmmc.c is doing it for am335x SDIO interrupt pin.
Regards,
Tony
next prev parent reply other threads:[~2017-06-06 7:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-30 16:20 [PATCH] ARM: dts: Add am335x-boneblue Robert Nelson
2017-05-30 16:20 ` Robert Nelson
[not found] ` <20170530162023.20391-1-robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-06-01 7:39 ` Jason Kridner
2017-06-01 7:39 ` Jason Kridner
[not found] ` <CA+T6QPngRrST_T5HcTXxiGnBq6ba+txocaxrW-QVTuqxzogYuw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-06-06 7:29 ` Tony Lindgren [this message]
2017-06-06 7:29 ` Tony Lindgren
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=20170606072945.GU3730@atomide.com \
--to=tony-4v6ys6ai5vpbdgjk7y7tuq@public.gmane.org \
--cc=Erik.Welsh-SM+ZqDzOZfu/3pe1ocb+swC/G2K4zDHf@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=drew-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org \
--cc=jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org \
--cc=jstrawso-fWt/sZ2FBdz2fBVCVOL8/A@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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.