From: Rico Pahlisch <rico.pahlisch@kiwigrid.com>
To: barebox@lists.infradead.org
Subject: Raspberry CM3 eMMC Boot
Date: Mon, 17 Jun 2019 15:44:17 +0200 [thread overview]
Message-ID: <CAHBg2Ld_n600PKRkg1Ye+QviSYoguos5vheT6MWVQw3Nz4za4Q@mail.gmail.com> (raw)
Hello,
I try to boot from the internal eMMC with the raspberry CM3 barebox
build but I dont get a promt.
After changing the code barebox works fine. Does any one else have
problems with the raspberry 3 compute module.
diff --git a/drivers/pinctrl/pinctrl-bcm2835.c
b/drivers/pinctrl/pinctrl-bcm2835.c
index 5fd5740..56daa04 100644
--- a/drivers/pinctrl/pinctrl-bcm2835.c
+++ b/drivers/pinctrl/pinctrl-bcm2835.c
@@ -209,4 +209,4 @@ static int bcm2835_gpio_add(void)
{
return platform_driver_register(&bcm2835_gpio_driver);
}
-coredevice_initcall(bcm2835_gpio_add);
+device_initcall(bcm2835_gpio_add);
Best regards,
Rico
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2019-06-17 13:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-17 13:44 Rico Pahlisch [this message]
2019-06-18 7:57 ` Sascha Hauer
2019-06-18 8:51 ` Rico Pahlisch
2019-06-18 12:17 ` Tomaž Šolc
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=CAHBg2Ld_n600PKRkg1Ye+QviSYoguos5vheT6MWVQw3Nz4za4Q@mail.gmail.com \
--to=rico.pahlisch@kiwigrid.com \
--cc=barebox@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox