Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1280091
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Tony Lindgren <tony@atomide.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] arm, am335x: add support for the bosch shc board |
| Date | Mon, 30 Nov 2015 17:40:02 +0100 |
| Message-ID | <qAzEC-62E-7@gated-at.bofh.it> (permalink) |
| References | <qvJOi-2w8-15@gated-at.bofh.it> <qvW8P-24z-49@gated-at.bofh.it> <qw6hQ-nn-19@gated-at.bofh.it> <qAqBk-7t-9@gated-at.bofh.it> |
| X-Original-To | Heiko Schocher <hs@denx.de> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 70 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Dave Gerlach <d-gerlach@ti.com>, linux-kernel@vger.kernel.org, BenoƮt Cousson <bcousson@baylibre.com>, Robert Nelson <robertcnelson@gmail.com>, devicetree@vger.kernel.org, Georg.Soffel@bosch-si.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org |
| X-Original-Date | Mon, 30 Nov 2015 08:34:30 -0800 |
| X-Original-Message-ID | <20151130163429.GB2517@atomide.com> |
| X-Original-References | <1447748655-2088-1-git-send-email-hs@denx.de> <564B9C3D.7070303@ti.com> <564C35D0.8060609@denx.de> <565BF1D5.8020708@denx.de> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1280091 |
Show key headers only | View raw
* Heiko Schocher <hs@denx.de> [151129 22:51]: > Hello all, > > Am 18.11.2015 um 09:24 schrieb Heiko Schocher: > >Hello Dave, > > > >Am 17.11.2015 um 22:29 schrieb Dave Gerlach: > >>Hi, > >>On 11/17/2015 02:24 AM, Heiko Schocher wrote: > >>>add support for the am335x based shc board. > >>> > >>>UART: 0-2 and 4 > >>>DRAM: 512 MiB > >>>MMC: OMAP SD/MMC: 0 @ 26 MHz > >>> OMAP SD/MMC: 1 @ 26 MHz > >>>I2C: at24 eeprom, pcf8563 > >>>USB: USB1 (host) > >>> > >>>Signed-off-by: Heiko Schocher <hs@denx.de> > >>>--- > >>>The following patches are needed to get all working > >>>for the shc board: > >>>- disable clkout on pcf8563 > >>> accepted. > >>> http://www.spinics.net/lists/devicetree/msg98542.html > >>> > >>>- leds: leds-gpio: add shutdown function > >>> accepted. > >>> https://lkml.org/lkml/2015/10/13/169 > >>> > >>>- net: phy: smsc: disable energy detect mode > >>> accepted > >>> [PATCH v2 2/2] net: phy: smsc: disable energy detect mode > >>> https://lkml.org/lkml/2015/10/17/2 > >>> [PATCH v2 1/2] drivers: net: cpsw: add phy-handle parsing > >>> https://lkml.org/lkml/2015/10/17/4 > >>> > >>>- ARM: OMAP2+: omap_hwmod: Introduce ti,no-init dt property > >>> http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/328204.html > >>> @Dave: What is the current state of this patch? > >>> I have the same problem here on this am335x based board > >>> > >> > >>A different approach is being taken for resolving the issue of rtc hwmod on am43x epos evm [1], > >>which is what I was attempting to solve with the patch you have linked. We decided to avoid changing > >>omap_hwmod code and I haven't been pursuing the ti,no-init flag anymore. > > > >Maybe I overlook something, but I cannot see, how [1] solves the RTC > >hwmod problem on am335x SoC based boards. Not all boards have this problem, > >so the RTC hwmod cannot be disabled for all am335x boards ... > > > >It must be somehow configurable for boards ... I have am335x boards > >which use the rtc from the SoC > > gentle ping ... > > No more comments on this patch? Is it Ok for mainline or are > there more issues? Looks OK to me, hoping to start applying the dts changes for v4.5 this week. Tony > >>[1] http://www.spinics.net/lists/linux-omap/msg121987.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2] arm, am335x: add support for the bosch shc board Heiko Schocher <hs@denx.de> - 2015-11-17 09:30 +0100
Re: [PATCH v2] arm, am335x: add support for the bosch shc board Dave Gerlach <d-gerlach@ti.com> - 2015-11-17 22:40 +0100
Re: [PATCH v2] arm, am335x: add support for the bosch shc board Heiko Schocher <hs@denx.de> - 2015-11-18 09:30 +0100
Re: [PATCH v2] arm, am335x: add support for the bosch shc board Heiko Schocher <hs@denx.de> - 2015-11-30 08:00 +0100
Re: [PATCH v2] arm, am335x: add support for the bosch shc board Tony Lindgren <tony@atomide.com> - 2015-11-30 17:40 +0100
Re: [PATCH v2] arm, am335x: add support for the bosch shc board Tony Lindgren <tony@atomide.com> - 2015-11-30 22:50 +0100
Re: [PATCH v2] arm, am335x: add support for the bosch shc board Heiko Schocher <hs@denx.de> - 2015-12-01 06:30 +0100
Re: [PATCH v2] arm, am335x: add support for the bosch shc board Tony Lindgren <tony@atomide.com> - 2015-12-01 07:00 +0100
Re: [PATCH v2] arm, am335x: add support for the bosch shc board Heiko Schocher <hs@denx.de> - 2015-12-01 07:20 +0100
csiph-web