Hi, I thought it would be harder to debug/fix. Please find attached a patch that corrects this boot issue, the exynos5 i2c driver was still using the "spinlock_t" structure and all initial utility functions, I just changed it to use the "raw_spinlock_t" struct. Was it the good fix? Best, Benjamin Rouxel. Le 24/07/2019 à 18:17, Benjamin Rouxel a écrit : > Hi, > > platform: odroid-xu4 > > kernel: 4.14.134 + hardkernel drivers > > rt patch: patch-4.14.134-rt63 > > preempt rt: full > > I am having issues at boot time for the aforementioned > platform+kernel+rt patch. Adding "initcall_debug" to the kernel > parameter made me realise that the call to "exynos5_i2c_driver_init" > never returns, so I believe it is lock somehow. I am requesting some > help to debug and fix it please. Attached is the bootlog. What else > should I provide? > > Best, > > Benjamin Rouxel. >