From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de> To: Alexandre Belloni <alexandre.belloni@bootlin.com> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>, Ludovic Desroches <ludovic.desroches@microchip.com>, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, info@acmesystems.it, Thomas Gleixner <tglx@linutronix.de> Subject: Re: [PATCH v3 6/7] ARM: dts: at91: at91sam9x5: switch to new clock bindings Date: Sun, 28 Jul 2019 22:56:15 +0200 [thread overview] Message-ID: <20190728205615.lgxyfwzqcftb6e77@pengutronix.de> (raw) In-Reply-To: <20190727153943.abjyfhkdnafq2u5w@pengutronix.de> Hello, [added tglx to Cc because Alexandre said in irc: 4 or 5 years ago, there was some discussion (with tglx) to make the driver not sleep when early in the boot process I'll try to dig that up] On Sat, Jul 27, 2019 at 05:39:43PM +0200, Uwe Kleine-König wrote: > Hello Alexandre, > > On Mon, Nov 12, 2018 at 02:31:07PM +0100, Alexandre Belloni wrote: > > Switch at91sam9x5 boards to the new PMC clock bindings. > > This patch results in a broken dtb for my AriettaG25[1]. It compiles > fine, but booting results in: > > SD/MMC: dt blob: Read file acme-arietta.dtb to 0x21000000 > SD: Card Capacity: Standard > SD: Specification Version 3.0X > > Booting zImage ...... > zImage magic: 0x16f2818 is found > > Using device tree in place at 0x21000000 > > Starting linux kernel ..., machid: 0xffffffff > > Uncompressing Linux... done, booting the kernel. > Booting Linux on physical CPU 0x0 > Linux version 5.3.0-rc1+ (uwe@taurus) (gcc version 7.3.1 20180201 (OSELAS.Toolchain-2018.02.0 7-20180201)) #4 Sat Jul 27 15:47:15 CEST 2019 > CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=0005317f > CPU: VIVT data cache, VIVT instruction cache > OF: fdt: Machine model: Acme Systems Arietta G25 > printk: bootconsole [earlycon0] enabled > printk: debug: ignoring loglevel setting. > Memory policy: Data cache writeback > On node 0 totalpages: 32768 > Normal zone: 256 pages used for memmap > Normal zone: 0 pages reserved > Normal zone: 32768 pages, LIFO batch:7 > pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 > pcpu-alloc: [0] 0 > Built 1 zonelists, mobility grouping on. Total pages: 32512 > Kernel command line: earlyprintk ignore_loglevel mem=128M console=ttyS0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait > Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) > Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) > mem auto-init: stack:off, heap alloc:off, heap free:off > Memory: 121352K/131072K available (5826K kernel code, 199K rwdata, 1892K rodata, 232K init, 125K bss, 9720K reserved, 0K cma-reserved) > NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 > random: get_random_bytes called from start_kernel+0x294/0x474 with crng_init=0 > bad: scheduling from the idle thread! > CPU: 0 PID: 0 Comm: swapper Not tainted 5.3.0-rc1+ #4 > Hardware name: Atmel AT91SAM9 > [<c000fc4c>] (unwind_backtrace) from [<c000d654>] (show_stack+0x10/0x18) > [<c000d654>] (show_stack) from [<c059db74>] (dump_stack+0x18/0x24) > [<c059db74>] (dump_stack) from [<c00386e8>] (dequeue_task_idle+0x1c/0x34) > [<c00386e8>] (dequeue_task_idle) from [<c05b5818>] (__schedule+0x250/0x38c) > [<c05b5818>] (__schedule) from [<c05b59e8>] (schedule+0x94/0xc8) > [<c05b59e8>] (schedule) from [<c05b876c>] (schedule_hrtimeout_range_clock+0xf4/0x13c) > [<c05b876c>] (schedule_hrtimeout_range_clock) from [<c05b87cc>] (schedule_hrtimeout_range+0x18/0x24) > [<c05b87cc>] (schedule_hrtimeout_range) from [<c05b8240>] (usleep_range+0x70/0x98) > [<c05b8240>] (usleep_range) from [<c02a18a0>] (clk_slow_rc_osc_prepare+0x28/0x34) > [<c02a18a0>] (clk_slow_rc_osc_prepare) from [<c029af78>] (clk_core_prepare+0x84/0xa0) > [<c029af78>] (clk_core_prepare) from [<c029af54>] (clk_core_prepare+0x60/0xa0) > [<c029af54>] (clk_core_prepare) from [<c029b790>] (clk_prepare+0x1c/0x30) > [<c029b790>] (clk_prepare) from [<c02f1310>] (regmap_mmio_attach_clk+0x1c/0x24) > [<c02f1310>] (regmap_mmio_attach_clk) from [<c02f7a98>] (of_syscon_register+0x218/0x268) > [<c02f7a98>] (of_syscon_register) from [<c02f7b18>] (syscon_node_to_regmap+0x30/0x58) > [<c02f7b18>] (syscon_node_to_regmap) from [<c07d2f7c>] (at91sam9x5_pmc_setup+0x78/0x430) > [<c07d2f7c>] (at91sam9x5_pmc_setup) from [<c07cfe88>] (of_clk_init+0x188/0x21c) > [<c07cfe88>] (of_clk_init) from [<c07c062c>] (time_init+0x1c/0x2c) > [<c07c062c>] (time_init) from [<c07bcbec>] (start_kernel+0x2c4/0x474) > [<c07bcbec>] (start_kernel) from [<00000000>] (0x0) > bad: scheduling from the idle thread! > CPU: 0 PID: 0 Comm: swapper Not tainted 5.3.0-rc1+ #4 > Hardware name: Atmel AT91SAM9 > [<c000fc4c>] (unwind_backtrace) from [<c000d654>] (show_stack+0x10/0x18) > [<c000d654>] (show_stack) from [<c059db74>] (dump_stack+0x18/0x24) > [<c059db74>] (dump_stack) from [<c00386e8>] (dequeue_task_idle+0x1c/0x34) > [<c00386e8>] (dequeue_task_idle) from [<c05b5818>] (__schedule+0x250/0x38c) > [<c05b5818>] (__schedule) from [<c05b59e8>] (schedule+0x94/0xc8) > [<c05b59e8>] (schedule) from [<c05b876c>] (schedule_hrtimeout_range_clock+0xf4/0x13c) > [<c05b876c>] (schedule_hrtimeout_range_clock) from [<c05b87cc>] (schedule_hrtimeout_range+0x18/0x24) > [<c05b87cc>] (schedule_hrtimeout_range) from [<c05b8240>] (usleep_range+0x70/0x98) > [<c05b8240>] (usleep_range) from [<c02a18a0>] (clk_slow_rc_osc_prepare+0x28/0x34) > [<c02a18a0>] (clk_slow_rc_osc_prepare) from [<c029af78>] (clk_core_prepare+0x84/0xa0) > [<c029af78>] (clk_core_prepare) from [<c029af54>] (clk_core_prepare+0x60/0xa0) > [<c029af54>] (clk_core_prepare) from [<c029b790>] (clk_prepare+0x1c/0x30) > [<c029b790>] (clk_prepare) from [<c02f1310>] (regmap_mmio_attach_clk+0x1c/0x24) > [<c02f1310>] (regmap_mmio_attach_clk) from [<c02f7a98>] (of_syscon_register+0x218/0x268) > [<c02f7a98>] (of_syscon_register) from [<c02f7b18>] (syscon_node_to_regmap+0x30/0x58) > [<c02f7b18>] (syscon_node_to_regmap) from [<c07d2f7c>] (at91sam9x5_pmc_setup+0x78/0x430) > [<c07d2f7c>] (at91sam9x5_pmc_setup) from [<c07cfe88>] (of_clk_init+0x188/0x21c) > [<c07cfe88>] (of_clk_init) from [<c07c062c>] (time_init+0x1c/0x2c) > [<c07c062c>] (time_init) from [<c07bcbec>] (start_kernel+0x2c4/0x474) > [<c07bcbec>] (start_kernel) from [<00000000>] (0x0) > bad: scheduling from the idle thread! > CPU: 0 PID: 0 Comm: swapper Not tainted 5.3.0-rc1+ #4 > Hardware name: Atmel AT91SAM9 > ... > > The error message repeats without end. (I obviously didn't test until > the end :-), but after 10 minutes the machine still prints this message.) > > With the old dtb Linux 5.3-rc1 boots just fine. I assume this is not > related to my dts or .config so I'm not attaching these here. If you're > interested I can provide them of course. With the following diff applied, the machine boots just fine: diff --git a/drivers/clk/at91/sckc.c b/drivers/clk/at91/sckc.c index 9bfe9a28294a..4d2be45be916 100644 --- a/drivers/clk/at91/sckc.c +++ b/drivers/clk/at91/sckc.c @@ -187,7 +187,7 @@ static int clk_slow_rc_osc_prepare(struct clk_hw *hw) writel(readl(sckcr) | osc->bits->cr_rcen, sckcr); - usleep_range(osc->startup_usec, osc->startup_usec + 1); + udelay(osc->startup_usec); return 0; } Best regards Uwe
next prev parent reply other threads:[~2019-07-28 20:56 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-11-12 13:31 [PATCH v3 0/7] clk: at91: Rework DT bindings Alexandre Belloni 2018-11-12 13:31 ` [PATCH v3 1/7] ARM: dts: at91: sama5d4: switch to new clock bindings Alexandre Belloni 2018-11-12 13:31 ` [PATCH v3 2/7] ARM: dts: at91: sama5d2: switch to new binding Alexandre Belloni 2018-11-13 8:27 ` Ludovic Desroches 2018-11-13 9:03 ` Alexandre Belloni 2018-11-12 13:31 ` [PATCH v3 3/7] ARM: dts: at91: at91sam9260: switch to new clock bindings Alexandre Belloni 2018-11-12 13:31 ` [PATCH v3 4/7] ARM: dts: at91: at91sam9261: " Alexandre Belloni 2018-11-12 13:31 ` [PATCH v3 5/7] ARM: dts: at91: at91sam9263: " Alexandre Belloni 2018-11-12 13:31 ` [PATCH v3 6/7] ARM: dts: at91: at91sam9x5: " Alexandre Belloni 2019-07-27 15:39 ` Uwe Kleine-König 2019-07-28 20:56 ` Uwe Kleine-König [this message] 2019-08-20 19:40 ` Alexandre Belloni 2018-11-12 13:31 ` [PATCH v3 7/7] ARM: dts: at91: at91sam9rl: " Alexandre Belloni
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=20190728205615.lgxyfwzqcftb6e77@pengutronix.de \ --to=u.kleine-koenig@pengutronix.de \ --cc=alexandre.belloni@bootlin.com \ --cc=info@acmesystems.it \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-kernel@vger.kernel.org \ --cc=ludovic.desroches@microchip.com \ --cc=nicolas.ferre@microchip.com \ --cc=tglx@linutronix.de \ --subject='Re: [PATCH v3 6/7] ARM: dts: at91: at91sam9x5: switch to new clock bindings' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).