* [PATCH] ARM: am33xx: Fix SCRM compatible string to match new DT compatible string
@ 2015-05-13 10:15 Wadim Egorov
2015-05-15 5:12 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Wadim Egorov @ 2015-05-13 10:15 UTC (permalink / raw)
To: barebox
Commit 461f8cfc7ea788428240271818363333ceff5c4c renamed the SCRM compatible
string in am33xx.dtsi and breaks all am335x based boards.
Rename the SCRM compatible string.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
---
arch/arm/mach-omap/am33xx_scrm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-omap/am33xx_scrm.c b/arch/arm/mach-omap/am33xx_scrm.c
index bb0babe..f03fb2b 100644
--- a/arch/arm/mach-omap/am33xx_scrm.c
+++ b/arch/arm/mach-omap/am33xx_scrm.c
@@ -31,7 +31,7 @@ static int am33xx_scrm_probe(struct device_d *dev)
static __maybe_unused struct of_device_id am33xx_scrm_dt_ids[] = {
{
- .compatible = "ti,am3-scrm",
+ .compatible = "ti,am3-scm",
}, {
/* sentinel */
}
--
1.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: am33xx: Fix SCRM compatible string to match new DT compatible string
2015-05-13 10:15 [PATCH] ARM: am33xx: Fix SCRM compatible string to match new DT compatible string Wadim Egorov
@ 2015-05-15 5:12 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-05-15 5:12 UTC (permalink / raw)
To: Wadim Egorov; +Cc: barebox
Hi Wadim,
On Wed, May 13, 2015 at 12:15:54PM +0200, Wadim Egorov wrote:
> Commit 461f8cfc7ea788428240271818363333ceff5c4c renamed the SCRM compatible
> string in am33xx.dtsi and breaks all am335x based boards.
>
> Rename the SCRM compatible string.
>
> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Applied to master, thanks. Please mention next time that this should
be applied to master. I realized this time but I might miss it next
time.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-15 5:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-13 10:15 [PATCH] ARM: am33xx: Fix SCRM compatible string to match new DT compatible string Wadim Egorov
2015-05-15 5:12 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox