Hi,
Am 03.09.2015 um 18:23 schrieb Misha Komarovskiy:
On Wed, Aug 5, 2015 at 5:12 PM, Misha Komarovskiy zombah@gmail.com wrote:
Hello Matwey, I hope soon to be able to collect panic log, as tegra20 serial output is fixed in kernel-source now.
Panic happen before simple serial console started, but i made package of kernel-default with tegra DEBUG_LL enabled and now i have panic logs: http://paste.opensuse.org/15729922, log with initcall_debug http://paste.opensuse.org/76504505
I blame some kernel-default config option, because same kernel compiled with tegra_defconfig boots fine, but how to find which one?
Please take a look at function tegra_pmc_probe() (`git grep tegra_pmc_probe -- drivers/` to find the corresponding file). I'm guessing it tries to of_node_put() a NULL pointer or something else it shouldn't touch.
Regards, Andreas