Re: Regression in probing some AMBA devices possibly devlink related

From: Linus Walleij
Date: Sun Feb 26 2023 - 16:56:14 EST


On Sun, Feb 26, 2023 at 12:56 AM Saravana Kannan <saravanak@xxxxxxxxxx> wrote:
> On Sat, Feb 25, 2023 at 6:29 AM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:
> >
> > Hi Saravana,
> >
> > I have a boot regression for Ux500 on mainline, but bisecting mainline
> > isn't quite working for misc reasons :/
> >
> > I'm not sure about this regression, but it smells like devlink-related.
> >
> > Ux500 have a bunch of normal and some AMBA devices. After
> > boot this happens and we hang waiting for rootfs (which is on eMMC):
>
> Hmmm... my recent changes were definitely tested on systems with AMBA
> devices and it worked.

Some of them work, such as the TWD, interrupt controller GIC
and the CoreSight stuff.

> > [ 31.849586] amba 80126000.mmc: deferred probe pending
> > [ 31.854801] amba 80118000.mmc: deferred probe pending
> > [ 31.859895] amba 80005000.mmc: deferred probe pending
> > [ 31.870297] amba 80120000.uart: deferred probe pending
> > [ 31.875472] amba 80121000.uart: deferred probe pending
> > [ 31.880689] amba 80004000.i2c: deferred probe pending
> > [ 31.885799] amba 80128000.i2c: deferred probe pending
> > [ 31.890932] amba 80110000.i2c: deferred probe pending
> > [ 51.688361] vmem_3v3: disabling
>
> What does /debug/devices_deferred say about these? That should tell us
> exactly what's blocking it.

Can't get to check that sadly, because the root fs is on eMMC and
that one is deferring indefinitely.

I tried to compile in an initramfs but that became too big for this
target. I'll check if I can use that on another target which I
can boot directly from RAM.

> Also if you convert all the pr_debug and dev_dbg in
> drivers/base/core.c that should give us enough of an idea of what's
> happening. Can you do that too and send it as an attachment (I logs
> are hard to read when they get word wrapped)?

This I could do!

See attachment.

It seems these devices are waiting for the PRCC reset-controller
which is in
drivers/clk/ux500/reset-prcc.c

Very well! I went into
arch/arm/boot/dts/ste-dbx5x0.dtsi
and commented out all "resets = < &prcc....>; statements,
and indeed then the system comes up fine! (The resets are
not vital to boot the system.)

But this is weird because the driver for the resets is spawn from
the same device node that is spawning the clocks...
All resources (clocks and resets) are spawn from here:
drivers/clk/ux500/u8500_of_clk.c

>From these nodes in the DTS
arch/arm/boot/dts/ste-dbx5x0.dtsi:

clocks {
compatible = "stericsson,u8500-clks";
/*
* Registers for the CLKRST block on peripheral
* groups 1, 2, 3, 5, 6,
*/
reg = <0x8012f000 0x1000>, <0x8011f000 0x1000>,
<0x8000f000 0x1000>, <0xa03ff000 0x1000>,
<0xa03cf000 0x1000>;

prcmu_clk: prcmu-clock {
#clock-cells = <1>;
};

prcc_pclk: prcc-periph-clock {
#clock-cells = <2>;
};

prcc_kclk: prcc-kernel-clock {
#clock-cells = <2>;
};

prcc_reset: prcc-reset-controller {
#reset-cells = <2>;
};

rtc_clk: rtc32k-clock {
#clock-cells = <0>;
};

smp_twd_clk: smp-twd-clock {
#clock-cells = <0>;
};

clkout_clk: clkout-clock {
/* Cell 1 id, cell 2 source, cell 3 div */
#clock-cells = <3>;
};
};

So it seems like the device core things that the
resets are never coming online. But they are! I put some
debug prints into the PRCC reset driver to make sure.

diff --git a/drivers/clk/ux500/reset-prcc.c b/drivers/clk/ux500/reset-prcc.c
index f7e48941fbc7..b1ed9a48cdfb 100644
--- a/drivers/clk/ux500/reset-prcc.c
+++ b/drivers/clk/ux500/reset-prcc.c
@@ -178,4 +178,6 @@ void u8500_prcc_reset_init(struct device_node *np,
struct u8500_prcc_reset *ur)
ret = reset_controller_register(rcdev);
if (ret)
pr_err("PRCC failed to register reset controller\n");
+
+ pr_info("PRCC reset controller registered\n");
}

[ 0.000000] PRCC reset controller registered

It is registered as early as the clocks.

So it seems something is fishy with the reset resource resolution?

> > The last regulator (vmem_3v3) is something the eMMC that didn't
> > probe was supposed to use.
> >
> > All the failing drivers are AMBA PrimeCell devices:
> > drivers/mmc/host/mmci.c
> > drivers/tty/serial/amba-pl011.c
> > drivers/i2c/busses/i2c-nomadik.c
> >
> > This makes me suspect something was done for ordinary (platform)
> > devices that didn't happen for AMBA devices?
> >
> > This is the main portion of the device tree containing these
> > devices and their resources:
> > arch/arm/boot/dts/ste-dbx5x0.dtsi
>
> I'll take a closer look on Monday. Btw, I always prefer the dts file
> because there's always some property that adds a dependency and that
> might be the clue to whatever is broken. But I'll take a look at this.

The top level DTS for this system I'm testing on (source for the
log) is
arch/arm/boot/dts/ste-ux500-samsung-golden.dts

> It's unlikely the patch attached might fix it, but can you give it a shot?

Sadly does not help!

Yours,
Linus Walleij
Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x300
[ 0.000000] Linux version 6.2.0-12019-g053bd4b61e36-dirty (linus@Fecusia) (arm-none-eabi-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Tool3
[ 0.000000] CPU: ARMv7 Processor [412fc091] revision 1 (ARMv7), cr=10c5787d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Samsung Galaxy S III mini (GT-I8190)
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] OF: reserved mem: 0x06000000..0x06efffff (15360 KiB) nomap non-reusable ram@6000000
[ 0.000000] OF: reserved mem: 0x06f00000..0x06ffffff (1024 KiB) nomap non-reusable ram@6f00000
[ 0.000000] OF: reserved mem: 0x07000000..0x07ffffff (16384 KiB) nomap non-reusable ram@7000000
[ 0.000000] OF: reserved mem: 0x17f00000..0x17ffffff (1024 KiB) nomap non-reusable ram@17f00000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000003fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000005ffffff]
[ 0.000000] node 0: [mem 0x0000000006000000-0x0000000007ffffff]
[ 0.000000] node 0: [mem 0x0000000008000000-0x0000000017efffff]
[ 0.000000] node 0: [mem 0x0000000017f00000-0x0000000017ffffff]
[ 0.000000] node 0: [mem 0x0000000018000000-0x000000003fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] percpu: Embedded 12 pages/cpu s18068 r8192 d22892 u49152
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416
[ 0.000000] Kernel command line: console=ttyAMA2,115200n8 PMOS_NO_OUTPUT_REDIRECT
[ 0.000000] Unknown kernel command line parameters "PMOS_NO_OUTPUT_REDIRECT", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 982756K/1048576K available (9216K kernel code, 709K rwdata, 3496K rodata, 4096K init, 283K bss, 65820K reserved, 0K cma-reserved, 262144K hi)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] PRCMU firmware: U8420(14), version 3.1.7
[ 0.000000] L2C-310 erratum 753970 enabled
[ 0.000000] L2C-310 cache controller enabled, 8 ways, 512 kB
[ 0.000000] L2C-310: CACHE_ID 0x410000c5, AUX_CTRL 0x7ec60800
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] clocksource: mtu_0: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 796358519366 ns
[ 0.000000] sched_clock: 32 bits at 2400kHz, resolution 416ns, wraps every 894784852783ns
[ 0.000041] Switching to timer-based delay loop, resolution 416ns
[ 0.000084] GIC: PPI13 is secure or misconfigured
[ 0.000109] GIC: PPI13 is secure or misconfigured
[ 0.000321] clocksource: dbx500-prcmu-timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000727] Console: colour dummy device 80x30
[ 0.000761] Calibrating delay loop (skipped), value calculated using timer frequency.. 4.80 BogoMIPS (lpj=24000)
[ 0.000773] pid_max: default: 32768 minimum: 301
[ 0.000874] LSM: initializing lsm=capability,integrity
[ 0.000996] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001014] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001866] CPU: Testing write buffer coherency: ok
[ 0.001927] CPU0: Spectre v2: using BPIALL workaround
[ 0.002254] CPU0: thread -1, cpu 0, socket 3, mpidr 80000300
[ 0.003235] Setting up static identity map for 0x100000 - 0x100060
[ 0.003394] rcu: Hierarchical SRCU implementation.
[ 0.003400] rcu: Max phase no-delay instances is 1000.
[ 0.003817] smp: Bringing up secondary CPUs ...
[ 0.004617] GIC: PPI13 is secure or misconfigured
[ 0.004644] CPU1: thread -1, cpu 1, socket 3, mpidr 80000301
[ 0.004656] CPU1: Spectre v2: using BPIALL workaround
[ 0.004777] smp: Brought up 1 node, 2 CPUs
[ 0.004789] SMP: Total of 2 processors activated (9.60 BogoMIPS).
[ 0.004797] CPU: All CPU(s) started in SVC mode.
[ 0.005530] devtmpfs: initialized
[ 0.012207] device: 'platform': device_add
[ 0.012342] device: 'cpu': device_add
[ 0.012440] device: 'container': device_add
[ 0.013136] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 2
[ 0.013251] device: 'workqueue': device_add
[ 0.013372] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.013395] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.013696] pinctrl core: initialized pinctrl subsystem
[ 0.013942] device: 'reg-dummy': device_add
[ 0.014072] device: 'regulator.0': device_add
[ 0.014384] device: 'cpufreq-dt': device_add
[ 0.015127] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.015869] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.016389] device: 'vtcon0': device_add
[ 0.016714] thermal_sys: Registered thermal governor 'step_wise'
[ 0.017043] cpuidle: using governor menu
[ 0.017240] device: 'soc': device_add
[ 0.017374] soc Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.017405] ptm@801ae000 Linked as a fwnode consumer to prcmu-clock
[ 0.017437] ptm@801ae000 Linked as a fwnode consumer to endpoint
[ 0.017460] ptm@801af000 Linked as a fwnode consumer to prcmu-clock
[ 0.017491] ptm@801af000 Linked as a fwnode consumer to endpoint
[ 0.017512] funnel@801a6000 Linked as a fwnode consumer to prcmu-clock
[ 0.017540] funnel@801a6000 Linked as a fwnode consumer to endpoint
[ 0.017572] funnel@801a6000 Linked as a fwnode consumer to endpoint
[ 0.017596] funnel@801a6000 Linked as a fwnode consumer to endpoint
[ 0.017614] replicator Linked as a fwnode consumer to prcmu-clock
[ 0.017646] replicator Linked as a fwnode consumer to endpoint
[ 0.017670] replicator Linked as a fwnode consumer to endpoint
[ 0.017694] replicator Linked as a fwnode consumer to endpoint
[ 0.017714] tpiu@80190000 Linked as a fwnode consumer to prcmu-clock
[ 0.017740] tpiu@80190000 Linked as a fwnode consumer to endpoint
[ 0.017761] etb@801a4000 Linked as a fwnode consumer to prcmu-clock
[ 0.017787] etb@801a4000 Linked as a fwnode consumer to endpoint
[ 0.017855] cache-controller Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.017886] pmu Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.017990] mtu@a03c6000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018002] mtu@a03c6000 Linked as a fwnode consumer to prcmu-clock
[ 0.018011] mtu@a03c6000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.018039] timer@a0410600 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018052] timer@a0410600 Linked as a fwnode consumer to smp-twd-clock
[ 0.018077] watchdog@a0410620 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018088] watchdog@a0410620 Linked as a fwnode consumer to smp-twd-clock
[ 0.018113] rtc@80154000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018124] rtc@80154000 Linked as a fwnode consumer to rtc32k-clock
[ 0.018154] gpio@8012e000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018187] gpio@8012e000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.018216] gpio@8012e080 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018247] gpio@8012e080 Linked as a fwnode consumer to prcc-periph-clock
[ 0.018278] gpio@8000e000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018310] gpio@8000e000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.018340] gpio@8000e080 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018371] gpio@8000e080 Linked as a fwnode consumer to prcc-periph-clock
[ 0.018411] gpio@8000e100 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018444] gpio@8000e100 Linked as a fwnode consumer to prcc-periph-clock
[ 0.018474] gpio@8000e180 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018505] gpio@8000e180 Linked as a fwnode consumer to prcc-periph-clock
[ 0.018535] gpio@8011e000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018566] gpio@8011e000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.018596] gpio@8011e080 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018627] gpio@8011e080 Linked as a fwnode consumer to prcc-periph-clock
[ 0.018657] gpio@a03fe000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.018688] gpio@a03fe000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.020046] usb_per5@a03e0000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.020074] usb_per5@a03e0000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.020092] usb_per5@a03e0000 Linked as a fwnode consumer to phy
[ 0.020184] dma-controller@801C0000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.020209] dma-controller@801C0000 Linked as a fwnode consumer to prcmu-clock
[ 0.020240] prcmu@80157000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.020288] thermal@801573c0 Linked as a fwnode consumer to prcmu@80157000
[ 0.020391] db8500_sga Linked as a fwnode consumer to db8500_vape
[ 0.020409] db8500_b2r2_mcde Linked as a fwnode consumer to db8500_vape
[ 0.020440] ab8505 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.020500] gpio Linked as a fwnode consumer to gpio_default
[ 0.020549] rtc Linked as a fwnode consumer to ab8505
[ 0.020582] adc Linked as a fwnode consumer to ab8505
[ 0.020602] adc Linked as a fwnode consumer to ab8500_ldo_adc
[ 0.020699] thermal Linked as a fwnode consumer to ab8505
[ 0.020729] ab8500_fg Linked as a fwnode consumer to ab8505
[ 0.020790] ab8500_btemp Linked as a fwnode consumer to ab8505
[ 0.020845] ab8500_charger Linked as a fwnode consumer to ab8505
[ 0.020935] ab8500_charger Linked as a fwnode consumer to ab8500_ldo_adc
[ 0.020973] phy Linked as a fwnode consumer to ab8505
[ 0.021026] phy Linked as a fwnode consumer to ab8500_ldo_intcore
[ 0.021039] phy Linked as a fwnode consumer to db8500_vape
[ 0.021051] phy Linked as a fwnode consumer to db8500_vsmps2
[ 0.021062] phy Linked as a fwnode consumer to prcmu-clock
[ 0.021082] phy Linked as a fwnode consumer to usb_a_1_default
[ 0.021093] phy Linked as a fwnode consumer to usb_a_1_sleep
[ 0.021118] key Linked as a fwnode consumer to ab8505
[ 0.021154] pwm@1 Linked as a fwnode consumer to clock-controller
[ 0.021180] codec Linked as a fwnode consumer to ab8500_ldo_audio
[ 0.021193] codec Linked as a fwnode consumer to ab8500_ldo_anamic1
[ 0.021206] codec Linked as a fwnode consumer to ab8500_ldo_anamic2
[ 0.021215] codec Linked as a fwnode consumer to clock-controller
[ 0.021390] i2c@80004000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.021412] i2c@80004000 Linked as a fwnode consumer to prcc-kernel-clock
[ 0.021421] i2c@80004000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.021436] i2c@80004000 Linked as a fwnode consumer to pm_domains0
[ 0.021447] i2c@80004000 Linked as a fwnode consumer to prcc-reset-controller
[ 0.021464] i2c@80004000 Linked as a fwnode consumer to i2c0_a_1_default
[ 0.021475] i2c@80004000 Linked as a fwnode consumer to i2c0_a_1_sleep
[ 0.021496] proximity@44 Linked as a fwnode consumer to gpio@8000e100
[ 0.021520] proximity@44 Linked as a fwnode consumer to ab8500_ldo_aux1
[ 0.021532] proximity@44 Linked as a fwnode consumer to ab8500_ldo_aux8
[ 0.021546] proximity@44 Linked as a fwnode consumer to proximity_default
[ 0.021582] i2c@80128000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.021603] i2c@80128000 Linked as a fwnode consumer to prcc-kernel-clock
[ 0.021612] i2c@80128000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.021626] i2c@80128000 Linked as a fwnode consumer to pm_domains0
[ 0.021637] i2c@80128000 Linked as a fwnode consumer to prcc-reset-controller
[ 0.021654] i2c@80128000 Linked as a fwnode consumer to i2c2_b_2_default
[ 0.021664] i2c@80128000 Linked as a fwnode consumer to i2c2_b_2_sleep
[ 0.021684] imu@68 Linked as a fwnode consumer to gpio@8011e000
[ 0.021710] imu@68 Linked as a fwnode consumer to ab8500_ldo_aux1
[ 0.021722] imu@68 Linked as a fwnode consumer to ab8500_ldo_aux8
[ 0.021736] imu@68 Linked as a fwnode consumer to imu_default
[ 0.021777] i2c@80110000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.021800] i2c@80110000 Linked as a fwnode consumer to prcc-kernel-clock
[ 0.021809] i2c@80110000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.021822] i2c@80110000 Linked as a fwnode consumer to pm_domains0
[ 0.021833] i2c@80110000 Linked as a fwnode consumer to prcc-reset-controller
[ 0.021850] i2c@80110000 Linked as a fwnode consumer to i2c3_c_2_default
[ 0.021861] i2c@80110000 Linked as a fwnode consumer to i2c3_c_2_sleep
[ 0.021881] touchscreen@4a Linked as a fwnode consumer to gpio@8011e000
[ 0.021905] touchscreen@4a Linked as a fwnode consumer to ab8500_ldo_aux2
[ 0.021917] touchscreen@4a Linked as a fwnode consumer to ab8500_ldo_aux5
[ 0.021931] touchscreen@4a Linked as a fwnode consumer to tsp_default
[ 0.021974] uart@80120000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.021993] uart@80120000 Linked as a fwnode consumer to prcc-kernel-clock
[ 0.022002] uart@80120000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.022015] uart@80120000 Linked as a fwnode consumer to prcc-reset-controller
[ 0.022033] uart@80120000 Linked as a fwnode consumer to u0_a_1_default
[ 0.022043] uart@80120000 Linked as a fwnode consumer to u0_a_1_sleep
[ 0.022063] bluetooth Linked as a fwnode consumer to gpio@8011e000
[ 0.022082] bluetooth Linked as a fwnode consumer to gpio@8000e080
[ 0.022097] bluetooth Linked as a fwnode consumer to bluetooth_default
[ 0.022124] uart@80121000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.022142] uart@80121000 Linked as a fwnode consumer to prcc-kernel-clock
[ 0.022151] uart@80121000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.022166] uart@80121000 Linked as a fwnode consumer to prcc-reset-controller
[ 0.022182] uart@80121000 Linked as a fwnode consumer to u1rxtx_a_1_default
[ 0.022191] uart@80121000 Linked as a fwnode consumer to u1ctsrts_a_1_default
[ 0.022202] uart@80121000 Linked as a fwnode consumer to u1rxtx_a_1_sleep
[ 0.022211] uart@80121000 Linked as a fwnode consumer to u1ctsrts_a_1_sleep
[ 0.022239] uart@80007000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.022257] uart@80007000 Linked as a fwnode consumer to prcc-kernel-clock
[ 0.022265] uart@80007000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.022279] uart@80007000 Linked as a fwnode consumer to prcc-reset-controller
[ 0.022308] uart@80007000 Linked as a fwnode consumer to u2rxtx_c_1_default
[ 0.022324] uart@80007000 Linked as a fwnode consumer to u2rxtx_c_1_sleep
[ 0.022357] mmc@80126000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.022376] mmc@80126000 Linked as a fwnode consumer to prcc-kernel-clock
[ 0.022384] mmc@80126000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.022397] mmc@80126000 Linked as a fwnode consumer to pm_domains0
[ 0.022409] mmc@80126000 Linked as a fwnode consumer to prcc-reset-controller
[ 0.022471] mmc@80126000 Linked as a fwnode consumer to ab8500_ldo_aux3
[ 0.022487] mmc@80126000 Linked as a fwnode consumer to regulator-sd-level-translator
[ 0.022503] mmc@80126000 Linked as a fwnode consumer to mc0_a_2_default
[ 0.022514] mmc@80126000 Linked as a fwnode consumer to mc0_a_2_sleep
[ 0.022542] mmc@80118000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.022561] mmc@80118000 Linked as a fwnode consumer to prcc-kernel-clock
[ 0.022569] mmc@80118000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.022583] mmc@80118000 Linked as a fwnode consumer to pm_domains0
[ 0.022594] mmc@80118000 Linked as a fwnode consumer to prcc-reset-controller
[ 0.022623] mmc@80118000 Linked as a fwnode consumer to regulator-wl-reg-on
[ 0.022638] mmc@80118000 Linked as a fwnode consumer to mc1_a_2_default
[ 0.022649] mmc@80118000 Linked as a fwnode consumer to mc1_a_2_sleep
[ 0.022674] wifi@1 Linked as a fwnode consumer to gpio@8011e000
[ 0.022716] wifi@1 Linked as a fwnode consumer to wlan_default
[ 0.022747] mmc@80005000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.022766] mmc@80005000 Linked as a fwnode consumer to prcc-kernel-clock
[ 0.022775] mmc@80005000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.022789] mmc@80005000 Linked as a fwnode consumer to pm_domains0
[ 0.022800] mmc@80005000 Linked as a fwnode consumer to prcc-reset-controller
[ 0.022871] mmc@80005000 Linked as a fwnode consumer to regulator-vmem
[ 0.022897] mmc@80005000 Linked as a fwnode consumer to mc2_a_1_default
[ 0.022908] mmc@80005000 Linked as a fwnode consumer to mc2_a_1_sleep
[ 0.022939] sound Linked as a fwnode consumer to prcmu-clock
[ 0.022949] sound Linked as a fwnode consumer to clock-controller
[ 0.022993] gpu@a0300000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.023041] gpu@a0300000 Linked as a fwnode consumer to prcmu-clock
[ 0.023059] gpu@a0300000 Linked as a fwnode consumer to db8500_sga
[ 0.023069] gpu@a0300000 Linked as a fwnode consumer to pm_domains0
[ 0.023097] mcde@a0350000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.023112] mcde@a0350000 Linked as a fwnode consumer to db8500_b2r2_mcde
[ 0.023121] mcde@a0350000 Linked as a fwnode consumer to prcmu-clock
[ 0.023169] mcde@a0350000 Linked as a fwnode consumer to ab8500_ldo_ana
[ 0.023196] mcde@a0350000 Linked as a fwnode consumer to dsi_default
[ 0.023216] dsi@a0351000 Linked as a fwnode consumer to prcmu-clock
[ 0.023239] dsi@a0351000 Linked as a fwnode consumer to ab8500_ldo_ana
[ 0.023283] panel@0 Linked as a fwnode consumer to regulator-panel-3v0
[ 0.023297] panel@0 Linked as a fwnode consumer to regulator-panel-1v8
[ 0.023311] panel@0 Linked as a fwnode consumer to gpio@8000e100
[ 0.023322] panel@0 Linked as a fwnode consumer to gpio@8000e000
[ 0.023351] panel@0 Linked as a fwnode consumer to display_default
[ 0.023372] dsi@a0352000 Linked as a fwnode consumer to prcmu-clock
[ 0.023395] dsi@a0352000 Linked as a fwnode consumer to ab8500_ldo_ana
[ 0.023414] dsi@a0353000 Linked as a fwnode consumer to prcmu-clock
[ 0.023433] dsi@a0353000 Linked as a fwnode consumer to ab8500_ldo_ana
[ 0.023460] cryp@a03cb000 Linked as a fwnode consumer to interrupt-controller@a0411000
[ 0.023473] cryp@a03cb000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.023483] cryp@a03cb000 Linked as a fwnode consumer to pm_domains0
[ 0.023501] hash@a03c2000 Linked as a fwnode consumer to prcc-periph-clock
[ 0.023511] hash@a03c2000 Linked as a fwnode consumer to pm_domains0
[ 0.023527] /soc: Relaxing link with /soc/interrupt-controller@a0411000
[ 0.023545] platform soc: Fixed dependency cycle(s) with /soc/interrupt-controller@a0411000
[ 0.023558] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023568] soc Dropping the fwnode link to interrupt-controller@a0411000
[ 0.023582] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.023598] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.023615] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.023637] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.023656] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.023669] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.023686] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023696] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023714] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.023724] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.023733] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023744] platform soc: Not linking /soc/clocks/smp-twd-clock - might never become dev
[ 0.023753] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023764] platform soc: Not linking /soc/clocks/smp-twd-clock - might never become dev
[ 0.023774] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023784] platform soc: Not linking /soc/clocks/rtc32k-clock - might never become dev
[ 0.023794] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023804] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.023814] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023824] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.023834] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023845] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.023855] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023866] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.023876] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023886] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.023896] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023907] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.023917] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023927] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.023937] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023948] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.023959] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.023970] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.023980] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024145] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024157] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024168] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.024178] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024188] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024219] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024258] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.024297] platform soc: Not linking /soc/pm_domains0 - might never become dev
[ 0.024306] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024317] platform soc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.024327] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024346] platform soc: Not linking /soc/pm_domains0 - might never become dev
[ 0.024354] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024365] platform soc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.024375] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024392] platform soc: Not linking /soc/pm_domains0 - might never become dev
[ 0.024400] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024410] platform soc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.024420] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024445] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024455] platform soc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.024465] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024482] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024492] platform soc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.024502] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024515] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024526] platform soc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.024536] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024550] platform soc: Not linking /soc/pm_domains0 - might never become dev
[ 0.024559] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024569] platform soc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.024578] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024591] platform soc: Not linking /soc/pm_domains0 - might never become dev
[ 0.024599] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024610] platform soc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.024619] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024635] platform soc: Not linking /soc/pm_domains0 - might never become dev
[ 0.024644] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024676] platform soc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.024690] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024705] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.024722] platform soc: Not linking /soc/pm_domains0 - might never become dev
[ 0.024732] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.024742] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024754] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.024766] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024777] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.024794] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.024807] platform soc: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.024818] platform soc: Not linking /soc/pm_domains0 - might never become dev
[ 0.024826] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.024836] platform soc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.024846] platform soc: Not linking /soc/pm_domains0 - might never become dev
[ 0.024854] platform soc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.025035] device: '801ae000.ptm': device_add
[ 0.025150] amba 801ae000.ptm: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.025165] ptm@801ae000 Dropping the fwnode link to prcmu-clock
[ 0.025235] device: '801af000.ptm': device_add
[ 0.025304] amba 801af000.ptm: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.025317] ptm@801af000 Dropping the fwnode link to prcmu-clock
[ 0.025375] device: '801a6000.funnel': device_add
[ 0.025454] /soc/ptm@801af000: Relaxing link with /soc/funnel@801a6000/in-ports/port@1/endpoint
[ 0.025474] /soc/funnel@801a6000: Relaxing link with /soc/ptm@801af000/out-ports/port/endpoint
[ 0.025492] amba 801a6000.funnel: Fixed dependency cycle(s) with /soc/ptm@801af000/out-ports/port/endpoint
[ 0.025509] /soc/ptm@801ae000: Relaxing link with /soc/funnel@801a6000/in-ports/port@0/endpoint
[ 0.025524] /soc/funnel@801a6000: Relaxing link with /soc/ptm@801ae000/out-ports/port/endpoint
[ 0.025540] amba 801a6000.funnel: Fixed dependency cycle(s) with /soc/ptm@801ae000/out-ports/port/endpoint
[ 0.025559] amba 801a6000.funnel: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.025569] funnel@801a6000 Dropping the fwnode link to prcmu-clock
[ 0.025601] device: 'soc:replicator': device_add
[ 0.025675] /soc/funnel@801a6000: Relaxing link with /soc/replicator/in-ports/port/endpoint
[ 0.025694] /soc/replicator: Relaxing link with /soc/funnel@801a6000/out-ports/port/endpoint
[ 0.025711] platform soc:replicator: Fixed dependency cycle(s) with /soc/funnel@801a6000/out-ports/port/endpoint
[ 0.025733] platform soc:replicator: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.025743] replicator Dropping the fwnode link to prcmu-clock
[ 0.025817] device: '80190000.tpiu': device_add
[ 0.025892] /soc/replicator: Relaxing link with /soc/tpiu@80190000/in-ports/port/endpoint
[ 0.025911] /soc/tpiu@80190000: Relaxing link with /soc/replicator/out-ports/port@0/endpoint
[ 0.025929] amba 80190000.tpiu: Fixed dependency cycle(s) with /soc/replicator/out-ports/port@0/endpoint
[ 0.025945] amba 80190000.tpiu: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.025956] tpiu@80190000 Dropping the fwnode link to prcmu-clock
[ 0.026013] device: '801a4000.etb': device_add
[ 0.026090] /soc/replicator: Relaxing link with /soc/etb@801a4000/in-ports/port/endpoint
[ 0.026110] /soc/etb@801a4000: Relaxing link with /soc/replicator/out-ports/port@1/endpoint
[ 0.026127] amba 801a4000.etb: Fixed dependency cycle(s) with /soc/replicator/out-ports/port@1/endpoint
[ 0.026144] amba 801a4000.etb: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.026154] etb@801a4000 Dropping the fwnode link to prcmu-clock
[ 0.026194] device: 'a0410000.scu': device_add
[ 0.026288] device: '80150000.backupram': device_add
[ 0.026378] device: 'a0412000.cache-controller': device_add
[ 0.026438] platform a0412000.cache-controller: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.026449] cache-controller Dropping the fwnode link to interrupt-controller@a0411000
[ 0.026477] device: 'soc:pmu': device_add
[ 0.026541] platform soc:pmu: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.026553] pmu Dropping the fwnode link to interrupt-controller@a0411000
[ 0.026581] device: 'soc:pm_domains0': device_add
[ 0.026686] device: 'a03c6000.mtu': device_add
[ 0.026745] platform a03c6000.mtu: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.026758] mtu@a03c6000 Dropping the fwnode link to prcc-periph-clock
[ 0.026766] platform a03c6000.mtu: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.026776] mtu@a03c6000 Dropping the fwnode link to prcmu-clock
[ 0.026782] platform a03c6000.mtu: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.026792] mtu@a03c6000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.026832] device: 'a0410600.timer': device_add
[ 0.026899] platform a0410600.timer: Not linking /soc/clocks/smp-twd-clock - might never become dev
[ 0.026913] timer@a0410600 Dropping the fwnode link to smp-twd-clock
[ 0.026920] platform a0410600.timer: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.026929] timer@a0410600 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.026970] device: 'a0410620.watchdog': device_add
[ 0.027029] platform a0410620.watchdog: Not linking /soc/clocks/smp-twd-clock - might never become dev
[ 0.027041] watchdog@a0410620 Dropping the fwnode link to smp-twd-clock
[ 0.027049] platform a0410620.watchdog: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.027058] watchdog@a0410620 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.027122] device: '80154000.rtc': device_add
[ 0.027184] amba 80154000.rtc: Not linking /soc/clocks/rtc32k-clock - might never become dev
[ 0.027197] rtc@80154000 Dropping the fwnode link to rtc32k-clock
[ 0.027205] amba 80154000.rtc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.027214] rtc@80154000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.027252] device: '8012e000.gpio': device_add
[ 0.027322] platform 8012e000.gpio: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.027334] gpio@8012e000 Dropping the fwnode link to prcc-periph-clock
[ 0.027342] platform 8012e000.gpio: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.027352] gpio@8012e000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.027404] device: '8012e080.gpio': device_add
[ 0.027467] platform 8012e080.gpio: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.027479] gpio@8012e080 Dropping the fwnode link to prcc-periph-clock
[ 0.027486] platform 8012e080.gpio: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.027495] gpio@8012e080 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.027540] device: '8000e000.gpio': device_add
[ 0.027613] platform 8000e000.gpio: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.027625] gpio@8000e000 Dropping the fwnode link to prcc-periph-clock
[ 0.027634] platform 8000e000.gpio: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.027644] gpio@8000e000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.027690] device: '8000e080.gpio': device_add
[ 0.027762] platform 8000e080.gpio: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.027774] gpio@8000e080 Dropping the fwnode link to prcc-periph-clock
[ 0.027783] platform 8000e080.gpio: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.027793] gpio@8000e080 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.027839] device: '8000e100.gpio': device_add
[ 0.027900] platform 8000e100.gpio: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.027912] gpio@8000e100 Dropping the fwnode link to prcc-periph-clock
[ 0.027921] platform 8000e100.gpio: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.027930] gpio@8000e100 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.027975] device: '8000e180.gpio': device_add
[ 0.028034] platform 8000e180.gpio: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.028046] gpio@8000e180 Dropping the fwnode link to prcc-periph-clock
[ 0.028054] platform 8000e180.gpio: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.028063] gpio@8000e180 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.028107] device: '8011e000.gpio': device_add
[ 0.028169] platform 8011e000.gpio: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.028182] gpio@8011e000 Dropping the fwnode link to prcc-periph-clock
[ 0.028189] platform 8011e000.gpio: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.028199] gpio@8011e000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.028244] device: '8011e080.gpio': device_add
[ 0.028314] platform 8011e080.gpio: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.028326] gpio@8011e080 Dropping the fwnode link to prcc-periph-clock
[ 0.028334] platform 8011e080.gpio: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.028344] gpio@8011e080 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.028389] device: 'a03fe000.gpio': device_add
[ 0.028449] platform a03fe000.gpio: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.028460] gpio@a03fe000 Dropping the fwnode link to prcc-periph-clock
[ 0.028468] platform a03fe000.gpio: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.028477] gpio@a03fe000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.028507] device: 'soc:pinctrl': device_add
[ 0.028905] pinctrl-nomadik soc:pinctrl: populate NMK GPIO 0 "gpio"
[ 0.028959] pinctrl-nomadik soc:pinctrl: populate NMK GPIO 1 "gpio"
[ 0.028988] pinctrl-nomadik soc:pinctrl: populate NMK GPIO 2 "gpio"
[ 0.029027] pinctrl-nomadik soc:pinctrl: populate NMK GPIO 3 "gpio"
[ 0.029055] pinctrl-nomadik soc:pinctrl: populate NMK GPIO 4 "gpio"
[ 0.029081] pinctrl-nomadik soc:pinctrl: populate NMK GPIO 5 "gpio"
[ 0.029108] pinctrl-nomadik soc:pinctrl: populate NMK GPIO 6 "gpio"
[ 0.029139] pinctrl-nomadik soc:pinctrl: populate NMK GPIO 7 "gpio"
[ 0.029171] pinctrl-nomadik soc:pinctrl: populate NMK GPIO 8 "gpio"
[ 0.029422] pinctrl-nomadik soc:pinctrl: initialized Nomadik pin control driver
[ 0.029439] uart@80120000 Linked as a fwnode consumer to pinctrl
[ 0.029447] uart@80120000 Dropping the fwnode link to u0_a_1_default
[ 0.029457] uart@80120000 Dropping the fwnode link to u0_a_1_sleep
[ 0.029467] uart@80121000 Linked as a fwnode consumer to pinctrl
[ 0.029472] uart@80121000 Dropping the fwnode link to u1rxtx_a_1_default
[ 0.029480] uart@80121000 Dropping the fwnode link to u1rxtx_a_1_sleep
[ 0.029488] uart@80121000 Dropping the fwnode link to u1ctsrts_a_1_default
[ 0.029497] uart@80121000 Dropping the fwnode link to u1ctsrts_a_1_sleep
[ 0.029506] uart@80007000 Linked as a fwnode consumer to pinctrl
[ 0.029512] uart@80007000 Dropping the fwnode link to u2rxtx_c_1_default
[ 0.029520] uart@80007000 Dropping the fwnode link to u2rxtx_c_1_sleep
[ 0.029529] i2c@80004000 Linked as a fwnode consumer to pinctrl
[ 0.029533] i2c@80004000 Dropping the fwnode link to i2c0_a_1_default
[ 0.029541] i2c@80004000 Dropping the fwnode link to i2c0_a_1_sleep
[ 0.029556] i2c@80128000 Linked as a fwnode consumer to pinctrl
[ 0.029561] i2c@80128000 Dropping the fwnode link to i2c2_b_2_default
[ 0.029569] i2c@80128000 Dropping the fwnode link to i2c2_b_2_sleep
[ 0.029577] i2c@80110000 Linked as a fwnode consumer to pinctrl
[ 0.029582] i2c@80110000 Dropping the fwnode link to i2c3_c_2_default
[ 0.029589] i2c@80110000 Dropping the fwnode link to i2c3_c_2_sleep
[ 0.029609] mmc@80126000 Linked as a fwnode consumer to pinctrl
[ 0.029613] mmc@80126000 Dropping the fwnode link to mc0_a_2_default
[ 0.029622] mmc@80126000 Dropping the fwnode link to mc0_a_2_sleep
[ 0.029639] mmc@80118000 Linked as a fwnode consumer to pinctrl
[ 0.029643] mmc@80118000 Dropping the fwnode link to mc1_a_2_default
[ 0.029651] mmc@80118000 Dropping the fwnode link to mc1_a_2_sleep
[ 0.029661] mmc@80005000 Linked as a fwnode consumer to pinctrl
[ 0.029666] mmc@80005000 Dropping the fwnode link to mc2_a_1_default
[ 0.029675] mmc@80005000 Dropping the fwnode link to mc2_a_1_sleep
[ 0.029703] phy Linked as a fwnode consumer to pinctrl
[ 0.029709] phy Dropping the fwnode link to usb_a_1_default
[ 0.029717] phy Dropping the fwnode link to usb_a_1_sleep
[ 0.029737] mcde@a0350000 Linked as a fwnode consumer to pinctrl
[ 0.029743] mcde@a0350000 Dropping the fwnode link to dsi_default
[ 0.029752] panel@0 Linked as a fwnode consumer to pinctrl
[ 0.029757] panel@0 Dropping the fwnode link to display_default
[ 0.029767] proximity@44 Linked as a fwnode consumer to pinctrl
[ 0.029772] proximity@44 Dropping the fwnode link to proximity_default
[ 0.029780] imu@68 Linked as a fwnode consumer to pinctrl
[ 0.029785] imu@68 Dropping the fwnode link to imu_default
[ 0.029792] touchscreen@4a Linked as a fwnode consumer to pinctrl
[ 0.029797] touchscreen@4a Dropping the fwnode link to tsp_default
[ 0.029805] wifi@1 Linked as a fwnode consumer to pinctrl
[ 0.029809] wifi@1 Dropping the fwnode link to wlan_default
[ 0.029819] bluetooth Linked as a fwnode consumer to pinctrl
[ 0.029824] bluetooth Dropping the fwnode link to bluetooth_default
[ 0.029936] device: 'a03e0000.usb_per5': device_add
[ 0.030026] platform a03e0000.usb_per5: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.030039] usb_per5@a03e0000 Dropping the fwnode link to prcc-periph-clock
[ 0.030047] platform a03e0000.usb_per5: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.030057] usb_per5@a03e0000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.030201] device: '801c0000.dma-controller': device_add
[ 0.030274] platform 801c0000.dma-controller: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.030287] dma-controller@801C0000 Dropping the fwnode link to prcmu-clock
[ 0.030295] platform 801c0000.dma-controller: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.030305] dma-controller@801C0000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.030379] device: '80157000.prcmu': device_add
[ 0.030514] platform 80157000.prcmu: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.030526] prcmu@80157000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.030537] platform 80157000.prcmu: Failed to create device link with 80157000.prcmu
[ 0.030561] platform 80157000.prcmu: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.030605] device: 'platform:soc:pinctrl--platform:80157000.prcmu': device_add
[ 0.030672] platform 80157000.prcmu: Linked as a sync state only consumer to soc:pinctrl
[ 0.030681] platform 80157000.prcmu: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.031749] device: 'db8500_wdt.0': device_add
[ 0.031838] device: 'db8500-cpuidle.0': device_add
[ 0.031917] device: 'db8500-prcmu-regulators.0': device_add
[ 0.032050] device: 'db8500-thermal.0': device_add
[ 0.032120] device: 'platform:80157000.prcmu--platform:db8500-thermal.0': device_add
[ 0.032169] devices_kset: Moving db8500-thermal.0 to end of list
[ 0.032178] platform db8500-thermal.0: Linked as a consumer to 80157000.prcmu
[ 0.032184] thermal@801573c0 Dropping the fwnode link to prcmu@80157000
[ 0.032273] device: 'ab8505-core.1': device_add
[ 0.032393] platform ab8505-core.1: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.032407] ab8505 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.032422] platform ab8505-core.1: Failed to create device link with ab8505-core.1
[ 0.032430] platform ab8505-core.1: Failed to create device link with ab8505-core.1
[ 0.032444] platform ab8505-core.1: Failed to create device link with ab8505-core.1
[ 0.032451] platform ab8505-core.1: Failed to create device link with ab8505-core.1
[ 0.032457] platform ab8505-core.1: Failed to create device link with ab8505-core.1
[ 0.032464] platform ab8505-core.1: Failed to create device link with ab8505-core.1
[ 0.032479] device: 'platform:soc:pinctrl--platform:ab8505-core.1': device_add
[ 0.032528] platform ab8505-core.1: Linked as a sync state only consumer to soc:pinctrl
[ 0.032535] platform ab8505-core.1: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.032552] platform ab8505-core.1: Failed to create device link with ab8505-core.1
[ 0.032559] platform ab8505-core.1: Failed to create device link with ab8505-core.1
[ 0.032697] ab8500-core ab8505-core.1: detected chip, AB8505 rev. 3.1
[ 0.032735] ab8500-core ab8505-core.1: switch off cause(s) (0x20):
[ 0.032743] "Battery level lower than power on reset threshold"
[ 0.032776] ab8500-core ab8505-core.1: turn on reason(s) (0xc0):
[ 0.032783] "USB ID Detect" "UART Factory Mode Detect"
[ 0.033893] device: 'ab8500-sysctrl.0': device_add
[ 0.034018] device: 'ab8500-regulator.0': device_add
[ 0.034133] device: 'abx500-clk.0': device_add
[ 0.034228] device: 'ab8500-gpadc.0': device_add
[ 0.034312] device: 'platform:ab8505-core.1--platform:ab8500-gpadc.0': device_add
[ 0.034363] devices_kset: Moving ab8500-gpadc.0 to end of list
[ 0.034370] platform ab8500-gpadc.0: Linked as a consumer to ab8505-core.1
[ 0.034377] adc Dropping the fwnode link to ab8505
[ 0.034414] device: 'ab8500-rtc.0': device_add
[ 0.034496] device: 'platform:ab8505-core.1--platform:ab8500-rtc.0': device_add
[ 0.034539] devices_kset: Moving ab8500-rtc.0 to end of list
[ 0.034546] platform ab8500-rtc.0: Linked as a consumer to ab8505-core.1
[ 0.034552] rtc Dropping the fwnode link to ab8505
[ 0.034589] ab8500-acc-det: Failed to locate of_node [id: 0]
[ 0.034597] device: 'ab8500-acc-det.0': device_add
[ 0.034664] device: 'ab8500-poweron-key.0': device_add
[ 0.034744] device: 'platform:ab8505-core.1--platform:ab8500-poweron-key.0': device_add
[ 0.034801] devices_kset: Moving ab8500-poweron-key.0 to end of list
[ 0.034808] platform ab8500-poweron-key.0: Linked as a consumer to ab8505-core.1
[ 0.034814] key Dropping the fwnode link to ab8505
[ 0.034848] device: 'ab8500-pwm.1': device_add
[ 0.034916] device: 'platform:abx500-clk.0--platform:ab8500-pwm.1': device_add
[ 0.034961] devices_kset: Moving ab8500-pwm.1 to end of list
[ 0.034967] platform ab8500-pwm.1: Linked as a consumer to abx500-clk.0
[ 0.034973] pwm@1 Dropping the fwnode link to clock-controller
[ 0.035001] device: 'pinctrl-ab8505.0': device_add
[ 0.035075] /soc/prcmu@80157000/ab8505/gpio: Relaxing link with /soc/prcmu@80157000/ab8505/gpio/gpio/gpio_default
[ 0.035101] platform pinctrl-ab8505.0: Fixed dependency cycle(s) with /soc/prcmu@80157000/ab8505/gpio/gpio/gpio_default
[ 0.035212] device: 'gpiochip0': device_add
[ 0.035489] abx500-gpio pinctrl-ab8505.0: added gpiochip
[ 0.035934] abx500-gpio pinctrl-ab8505.0: registered pin controller
[ 0.035950] abx500-gpio pinctrl-ab8505.0: initialized abx500 pinctrl driver
[ 0.035960] gpio Dropping the fwnode link to gpio_default
[ 0.036049] device: 'ab8500-usb.0': device_add
[ 0.036146] device: 'platform:ab8500-usb.0--platform:a03e0000.usb_per5': device_add
[ 0.036208] devices_kset: Moving a03e0000.usb_per5 to end of list
[ 0.036215] platform a03e0000.usb_per5: Linked as a consumer to ab8500-usb.0
[ 0.036222] usb_per5@a03e0000 Dropping the fwnode link to phy
[ 0.036237] device: 'platform:soc:pinctrl--platform:ab8500-usb.0': device_add
[ 0.036280] devices_kset: Moving ab8500-usb.0 to end of list
[ 0.036285] devices_kset: Moving a03e0000.usb_per5 to end of list
[ 0.036291] platform ab8500-usb.0: Linked as a consumer to soc:pinctrl
[ 0.036296] phy Dropping the fwnode link to pinctrl
[ 0.036306] platform ab8500-usb.0: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.036318] phy Dropping the fwnode link to prcmu-clock
[ 0.036338] device: 'platform:ab8505-core.1--platform:ab8500-usb.0': device_add
[ 0.036383] devices_kset: Moving ab8500-usb.0 to end of list
[ 0.036388] devices_kset: Moving a03e0000.usb_per5 to end of list
[ 0.036393] platform ab8500-usb.0: Linked as a consumer to ab8505-core.1
[ 0.036399] phy Dropping the fwnode link to ab8505
[ 0.036443] device: 'ab8500-codec.0': device_add
[ 0.036518] device: 'platform:abx500-clk.0--platform:ab8500-codec.0': device_add
[ 0.036573] devices_kset: Moving ab8500-codec.0 to end of list
[ 0.036580] platform ab8500-codec.0: Linked as a consumer to abx500-clk.0
[ 0.036586] codec Dropping the fwnode link to clock-controller
[ 0.036618] device: 'ab-iddet.0': device_add
[ 0.036685] device: 'ab8500-charger.0': device_add
[ 0.036765] device: 'platform:ab8505-core.1--platform:ab8500-charger.0': device_add
[ 0.036819] devices_kset: Moving ab8500-charger.0 to end of list
[ 0.036826] platform ab8500-charger.0: Linked as a consumer to ab8505-core.1
[ 0.036833] ab8500_charger Dropping the fwnode link to ab8505
[ 0.036867] device: 'ab8500-btemp.0': device_add
[ 0.036939] device: 'platform:ab8505-core.1--platform:ab8500-btemp.0': device_add
[ 0.036996] devices_kset: Moving ab8500-btemp.0 to end of list
[ 0.037002] platform ab8500-btemp.0: Linked as a consumer to ab8505-core.1
[ 0.037008] ab8500_btemp Dropping the fwnode link to ab8505
[ 0.037042] device: 'ab8500-fg.0': device_add
[ 0.037115] device: 'platform:ab8505-core.1--platform:ab8500-fg.0': device_add
[ 0.037169] devices_kset: Moving ab8500-fg.0 to end of list
[ 0.037176] platform ab8500-fg.0: Linked as a consumer to ab8505-core.1
[ 0.037182] ab8500_fg Dropping the fwnode link to ab8505
[ 0.037216] device: 'ab8500-chargalg.0': device_add
[ 0.037325] ab8500-core ab8505-core.1: Dropping the link to soc:pinctrl
[ 0.037332] device: 'platform:soc:pinctrl--platform:ab8505-core.1': device_unregister
[ 0.037437] DB8500 PRCMU initialized
[ 0.037459] db8500-prcmu 80157000.prcmu: Dropping the link to soc:pinctrl
[ 0.037465] device: 'platform:soc:pinctrl--platform:80157000.prcmu': device_unregister
[ 0.037899] device: '80004000.i2c': device_add
[ 0.038012] device: 'platform:soc:pinctrl--amba:80004000.i2c': device_add
[ 0.038065] devices_kset: Moving 80004000.i2c to end of list
[ 0.038072] amba 80004000.i2c: Linked as a consumer to soc:pinctrl
[ 0.038079] i2c@80004000 Dropping the fwnode link to pinctrl
[ 0.038092] amba 80004000.i2c: Not linking /soc/pm_domains0 - dev might never probe
[ 0.038102] i2c@80004000 Dropping the fwnode link to pm_domains0
[ 0.038110] amba 80004000.i2c: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.038121] i2c@80004000 Dropping the fwnode link to prcc-periph-clock
[ 0.038128] amba 80004000.i2c: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.038138] i2c@80004000 Dropping the fwnode link to prcc-kernel-clock
[ 0.038145] amba 80004000.i2c: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.038154] i2c@80004000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.038172] device: 'platform:8000e100.gpio--amba:80004000.i2c': device_add
[ 0.038222] amba 80004000.i2c: Linked as a sync state only consumer to 8000e100.gpio
[ 0.038489] device: '80128000.i2c': device_add
[ 0.038596] device: 'platform:soc:pinctrl--amba:80128000.i2c': device_add
[ 0.038647] devices_kset: Moving 80128000.i2c to end of list
[ 0.038655] amba 80128000.i2c: Linked as a consumer to soc:pinctrl
[ 0.038661] i2c@80128000 Dropping the fwnode link to pinctrl
[ 0.038672] amba 80128000.i2c: Not linking /soc/pm_domains0 - dev might never probe
[ 0.038681] i2c@80128000 Dropping the fwnode link to pm_domains0
[ 0.038689] amba 80128000.i2c: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.038699] i2c@80128000 Dropping the fwnode link to prcc-periph-clock
[ 0.038706] amba 80128000.i2c: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.038716] i2c@80128000 Dropping the fwnode link to prcc-kernel-clock
[ 0.038723] amba 80128000.i2c: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.038732] i2c@80128000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.038752] device: 'platform:8011e000.gpio--amba:80128000.i2c': device_add
[ 0.038799] amba 80128000.i2c: Linked as a sync state only consumer to 8011e000.gpio
[ 0.038886] device: '80110000.i2c': device_add
[ 0.038973] device: 'platform:soc:pinctrl--amba:80110000.i2c': device_add
[ 0.039021] devices_kset: Moving 80110000.i2c to end of list
[ 0.039027] amba 80110000.i2c: Linked as a consumer to soc:pinctrl
[ 0.039033] i2c@80110000 Dropping the fwnode link to pinctrl
[ 0.039042] amba 80110000.i2c: Not linking /soc/pm_domains0 - dev might never probe
[ 0.039052] i2c@80110000 Dropping the fwnode link to pm_domains0
[ 0.039059] amba 80110000.i2c: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.039070] i2c@80110000 Dropping the fwnode link to prcc-periph-clock
[ 0.039077] amba 80110000.i2c: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.039087] i2c@80110000 Dropping the fwnode link to prcc-kernel-clock
[ 0.039093] amba 80110000.i2c: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.039102] i2c@80110000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.039119] device: 'platform:8011e000.gpio--amba:80110000.i2c': device_add
[ 0.039164] amba 80110000.i2c: Linked as a sync state only consumer to 8011e000.gpio
[ 0.039257] device: '80120000.uart': device_add
[ 0.039337] device: 'platform:soc:pinctrl--amba:80120000.uart': device_add
[ 0.039394] devices_kset: Moving 80120000.uart to end of list
[ 0.039401] amba 80120000.uart: Linked as a consumer to soc:pinctrl
[ 0.039407] uart@80120000 Dropping the fwnode link to pinctrl
[ 0.039417] amba 80120000.uart: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.039427] uart@80120000 Dropping the fwnode link to prcc-periph-clock
[ 0.039434] amba 80120000.uart: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.039444] uart@80120000 Dropping the fwnode link to prcc-kernel-clock
[ 0.039452] amba 80120000.uart: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.039460] uart@80120000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.039477] device: 'platform:8000e080.gpio--amba:80120000.uart': device_add
[ 0.039522] amba 80120000.uart: Linked as a sync state only consumer to 8000e080.gpio
[ 0.039534] device: 'platform:8011e000.gpio--amba:80120000.uart': device_add
[ 0.039578] amba 80120000.uart: Linked as a sync state only consumer to 8011e000.gpio
[ 0.039642] device: '80121000.uart': device_add
[ 0.039711] device: 'platform:soc:pinctrl--amba:80121000.uart': device_add
[ 0.039787] devices_kset: Moving 80121000.uart to end of list
[ 0.039794] amba 80121000.uart: Linked as a consumer to soc:pinctrl
[ 0.039800] uart@80121000 Dropping the fwnode link to pinctrl
[ 0.039810] amba 80121000.uart: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.039822] uart@80121000 Dropping the fwnode link to prcc-periph-clock
[ 0.039829] amba 80121000.uart: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.039839] uart@80121000 Dropping the fwnode link to prcc-kernel-clock
[ 0.039846] amba 80121000.uart: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.039854] uart@80121000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.039918] device: '80007000.uart': device_add
[ 0.039990] device: 'platform:soc:pinctrl--amba:80007000.uart': device_add
[ 0.040035] devices_kset: Moving 80007000.uart to end of list
[ 0.040042] amba 80007000.uart: Linked as a consumer to soc:pinctrl
[ 0.040049] uart@80007000 Dropping the fwnode link to pinctrl
[ 0.040059] amba 80007000.uart: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.040070] uart@80007000 Dropping the fwnode link to prcc-periph-clock
[ 0.040077] amba 80007000.uart: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.040087] uart@80007000 Dropping the fwnode link to prcc-kernel-clock
[ 0.040093] amba 80007000.uart: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.040102] uart@80007000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.040197] device: '80126000.mmc': device_add
[ 0.040280] device: 'platform:soc:pinctrl--amba:80126000.mmc': device_add
[ 0.040328] devices_kset: Moving 80126000.mmc to end of list
[ 0.040334] amba 80126000.mmc: Linked as a consumer to soc:pinctrl
[ 0.040339] mmc@80126000 Dropping the fwnode link to pinctrl
[ 0.040355] amba 80126000.mmc: Not linking /soc/pm_domains0 - dev might never probe
[ 0.040364] mmc@80126000 Dropping the fwnode link to pm_domains0
[ 0.040372] amba 80126000.mmc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.040382] mmc@80126000 Dropping the fwnode link to prcc-periph-clock
[ 0.040389] amba 80126000.mmc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.040398] mmc@80126000 Dropping the fwnode link to prcc-kernel-clock
[ 0.040405] amba 80126000.mmc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.040414] mmc@80126000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.040450] device: '80118000.mmc': device_add
[ 0.040519] device: 'platform:soc:pinctrl--amba:80118000.mmc': device_add
[ 0.040573] devices_kset: Moving 80118000.mmc to end of list
[ 0.040580] amba 80118000.mmc: Linked as a consumer to soc:pinctrl
[ 0.040585] mmc@80118000 Dropping the fwnode link to pinctrl
[ 0.040597] amba 80118000.mmc: Not linking /soc/pm_domains0 - dev might never probe
[ 0.040606] mmc@80118000 Dropping the fwnode link to pm_domains0
[ 0.040613] amba 80118000.mmc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.040624] mmc@80118000 Dropping the fwnode link to prcc-periph-clock
[ 0.040631] amba 80118000.mmc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.040640] mmc@80118000 Dropping the fwnode link to prcc-kernel-clock
[ 0.040647] amba 80118000.mmc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.040655] mmc@80118000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.040671] device: 'platform:8011e000.gpio--amba:80118000.mmc': device_add
[ 0.040724] amba 80118000.mmc: Linked as a sync state only consumer to 8011e000.gpio
[ 0.040762] device: '80005000.mmc': device_add
[ 0.040828] device: 'platform:soc:pinctrl--amba:80005000.mmc': device_add
[ 0.040872] devices_kset: Moving 80005000.mmc to end of list
[ 0.040879] amba 80005000.mmc: Linked as a consumer to soc:pinctrl
[ 0.040884] mmc@80005000 Dropping the fwnode link to pinctrl
[ 0.040896] amba 80005000.mmc: Not linking /soc/pm_domains0 - dev might never probe
[ 0.040905] mmc@80005000 Dropping the fwnode link to pm_domains0
[ 0.040912] amba 80005000.mmc: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.040923] mmc@80005000 Dropping the fwnode link to prcc-periph-clock
[ 0.040930] amba 80005000.mmc: Not linking /soc/clocks/prcc-kernel-clock - might never become dev
[ 0.040939] mmc@80005000 Dropping the fwnode link to prcc-kernel-clock
[ 0.040946] amba 80005000.mmc: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.040955] mmc@80005000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.040992] device: 'soc:sound': device_add
[ 0.041075] device: 'platform:abx500-clk.0--platform:soc:sound': device_add
[ 0.041122] devices_kset: Moving soc:sound to end of list
[ 0.041129] platform soc:sound: Linked as a consumer to abx500-clk.0
[ 0.041135] sound Dropping the fwnode link to clock-controller
[ 0.041144] platform soc:sound: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.041155] sound Dropping the fwnode link to prcmu-clock
[ 0.041234] device: 'a0300000.gpu': device_add
[ 0.041299] platform a0300000.gpu: Not linking /soc/pm_domains0 - dev might never probe
[ 0.041310] gpu@a0300000 Dropping the fwnode link to pm_domains0
[ 0.041323] platform a0300000.gpu: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.041333] gpu@a0300000 Dropping the fwnode link to prcmu-clock
[ 0.041340] platform a0300000.gpu: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.041349] gpu@a0300000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.041397] device: 'a0350000.mcde': device_add
[ 0.041481] device: 'platform:soc:pinctrl--platform:a0350000.mcde': device_add
[ 0.041528] devices_kset: Moving a0350000.mcde to end of list
[ 0.041534] platform a0350000.mcde: Linked as a consumer to soc:pinctrl
[ 0.041540] mcde@a0350000 Dropping the fwnode link to pinctrl
[ 0.041551] platform a0350000.mcde: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.041562] mcde@a0350000 Dropping the fwnode link to prcmu-clock
[ 0.041572] platform a0350000.mcde: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.041582] mcde@a0350000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.041590] platform a0350000.mcde: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.041609] device: 'platform:8000e000.gpio--platform:a0350000.mcde': device_add
[ 0.041666] platform a0350000.mcde: Linked as a sync state only consumer to 8000e000.gpio
[ 0.041680] device: 'platform:8000e100.gpio--platform:a0350000.mcde': device_add
[ 0.041726] platform a0350000.mcde: Linked as a sync state only consumer to 8000e100.gpio
[ 0.041739] platform a0350000.mcde: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.041754] platform a0350000.mcde: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 0.041802] device: 'a03cb000.cryp': device_add
[ 0.041876] platform a03cb000.cryp: Not linking /soc/pm_domains0 - dev might never probe
[ 0.041887] cryp@a03cb000 Dropping the fwnode link to pm_domains0
[ 0.041896] platform a03cb000.cryp: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.041907] cryp@a03cb000 Dropping the fwnode link to prcc-periph-clock
[ 0.041915] platform a03cb000.cryp: Not linking /soc/interrupt-controller@a0411000 - might never become dev
[ 0.041924] cryp@a03cb000 Dropping the fwnode link to interrupt-controller@a0411000
[ 0.041967] device: 'a03c2000.hash': device_add
[ 0.042029] platform a03c2000.hash: Not linking /soc/pm_domains0 - dev might never probe
[ 0.042039] hash@a03c2000 Dropping the fwnode link to pm_domains0
[ 0.042048] platform a03c2000.hash: Not linking /soc/clocks/prcc-periph-clock - might never become dev
[ 0.042059] hash@a03c2000 Dropping the fwnode link to prcc-periph-clock
[ 0.042087] device: 'iio-hwmon': device_add
[ 0.042219] device: 'battery': device_add
[ 0.042320] device: 'thermistor': device_add
[ 0.042422] device: 'i2c-gpio-0': device_add
[ 0.042489] i2c-gpio-0 Linked as a fwnode consumer to gpio@8000e000
[ 0.042513] i2c-gpio-0 Linked as a fwnode consumer to i2c_gpio_0
[ 0.042542] touchkey@20 Linked as a fwnode consumer to ab8500_ldo_aux4
[ 0.042554] touchkey@20 Linked as a fwnode consumer to ab8500_ldo_aux6
[ 0.042563] touchkey@20 Linked as a fwnode consumer to gpio@8000e000
[ 0.042596] touchkey@20 Linked as a fwnode consumer to touchkey_default
[ 0.042620] device: 'platform:soc:pinctrl--platform:i2c-gpio-0': device_add
[ 0.042668] devices_kset: Moving i2c-gpio-0 to end of list
[ 0.042674] platform i2c-gpio-0: Linked as a consumer to soc:pinctrl
[ 0.042681] i2c-gpio-0 Dropping the fwnode link to i2c_gpio_0
[ 0.042697] device: 'platform:8000e000.gpio--platform:i2c-gpio-0': device_add
[ 0.042749] devices_kset: Moving i2c-gpio-0 to end of list
[ 0.042756] platform i2c-gpio-0: Linked as a consumer to 8000e000.gpio
[ 0.042763] i2c-gpio-0 Dropping the fwnode link to gpio@8000e000
[ 0.042799] device: 'i2c-gpio-1': device_add
[ 0.042869] i2c-gpio-1 Linked as a fwnode consumer to gpio@8000e100
[ 0.042951] i2c-gpio-1 Linked as a fwnode consumer to i2c_gpio_1
[ 0.042983] magnetometer@c Linked as a fwnode consumer to ab8500_ldo_aux1
[ 0.042996] magnetometer@c Linked as a fwnode consumer to ab8500_ldo_aux8
[ 0.043027] device: 'platform:soc:pinctrl--platform:i2c-gpio-1': device_add
[ 0.043081] devices_kset: Moving i2c-gpio-1 to end of list
[ 0.043088] platform i2c-gpio-1: Linked as a consumer to soc:pinctrl
[ 0.043094] i2c-gpio-1 Dropping the fwnode link to i2c_gpio_1
[ 0.043108] device: 'platform:8000e100.gpio--platform:i2c-gpio-1': device_add
[ 0.043153] devices_kset: Moving i2c-gpio-1 to end of list
[ 0.043159] platform i2c-gpio-1: Linked as a consumer to 8000e100.gpio
[ 0.043164] i2c-gpio-1 Dropping the fwnode link to gpio@8000e100
[ 0.043204] device: 'gpio-keys': device_add
[ 0.043305] gpio-keys Linked as a fwnode consumer to gpio_keys_default
[ 0.043330] volume-up Linked as a fwnode consumer to gpio@8000e000
[ 0.043352] volume-down Linked as a fwnode consumer to gpio@8000e000
[ 0.043374] home Linked as a fwnode consumer to gpio@8000e000
[ 0.043398] device: 'platform:soc:pinctrl--platform:gpio-keys': device_add
[ 0.043447] devices_kset: Moving gpio-keys to end of list
[ 0.043455] platform gpio-keys: Linked as a consumer to soc:pinctrl
[ 0.043461] gpio-keys Dropping the fwnode link to gpio_keys_default
[ 0.043475] device: 'platform:8000e000.gpio--platform:gpio-keys': device_add
[ 0.043522] platform gpio-keys: Linked as a sync state only consumer to 8000e000.gpio
[ 0.043555] device: 'flash': device_add
[ 0.043630] flash Linked as a fwnode consumer to gpio@8000e100
[ 0.043675] flash Linked as a fwnode consumer to flash_default
[ 0.043713] device: 'platform:soc:pinctrl--platform:flash': device_add
[ 0.043762] devices_kset: Moving flash to end of list
[ 0.043768] platform flash: Linked as a consumer to soc:pinctrl
[ 0.043774] flash Dropping the fwnode link to flash_default
[ 0.043794] device: 'platform:8000e100.gpio--platform:flash': device_add
[ 0.043837] devices_kset: Moving flash to end of list
[ 0.043844] platform flash: Linked as a consumer to 8000e100.gpio
[ 0.043849] flash Dropping the fwnode link to gpio@8000e100
[ 0.043877] device: 'vibrator': device_add
[ 0.043953] vibrator Linked as a fwnode consumer to gpio@8011e000
[ 0.043973] vibrator Linked as a fwnode consumer to vibrator_default
[ 0.043994] device: 'platform:soc:pinctrl--platform:vibrator': device_add
[ 0.044051] devices_kset: Moving vibrator to end of list
[ 0.044057] platform vibrator: Linked as a consumer to soc:pinctrl
[ 0.044062] vibrator Dropping the fwnode link to vibrator_default
[ 0.044076] device: 'platform:8011e000.gpio--platform:vibrator': device_add
[ 0.044119] devices_kset: Moving vibrator to end of list
[ 0.044124] platform vibrator: Linked as a consumer to 8011e000.gpio
[ 0.044130] vibrator Dropping the fwnode link to gpio@8011e000
[ 0.044158] device: 'regulator-vmem': device_add
[ 0.044237] regulator-vmem Linked as a fwnode consumer to gpio@8011e000
[ 0.044256] regulator-vmem Linked as a fwnode consumer to mem_ldo_default
[ 0.044282] device: 'platform:regulator-vmem--amba:80005000.mmc': device_add
[ 0.044335] devices_kset: Moving 80005000.mmc to end of list
[ 0.044343] amba 80005000.mmc: Linked as a consumer to regulator-vmem
[ 0.044349] mmc@80005000 Dropping the fwnode link to regulator-vmem
[ 0.044367] device: 'platform:soc:pinctrl--platform:regulator-vmem': device_add
[ 0.044422] devices_kset: Moving regulator-vmem to end of list
[ 0.044427] devices_kset: Moving 80005000.mmc to end of list
[ 0.044432] platform regulator-vmem: Linked as a consumer to soc:pinctrl
[ 0.044437] regulator-vmem Dropping the fwnode link to mem_ldo_default
[ 0.044452] device: 'platform:8011e000.gpio--platform:regulator-vmem': device_add
[ 0.044496] devices_kset: Moving regulator-vmem to end of list
[ 0.044501] devices_kset: Moving 80005000.mmc to end of list
[ 0.044506] platform regulator-vmem: Linked as a consumer to 8011e000.gpio
[ 0.044511] regulator-vmem Dropping the fwnode link to gpio@8011e000
[ 0.044543] device: 'regulator-sd-level-translator': device_add
[ 0.044623] regulator-sd-level-translator Linked as a fwnode consumer to gpio@8000e000
[ 0.044645] regulator-sd-level-translator Linked as a fwnode consumer to sd_level_translator_default
[ 0.044673] device: 'platform:regulator-sd-level-translator--amba:80126000.mmc': device_add
[ 0.044736] devices_kset: Moving 80126000.mmc to end of list
[ 0.044744] amba 80126000.mmc: Linked as a consumer to regulator-sd-level-translator
[ 0.044751] mmc@80126000 Dropping the fwnode link to regulator-sd-level-translator
[ 0.044769] device: 'platform:soc:pinctrl--platform:regulator-sd-level-translator': device_add
[ 0.044815] devices_kset: Moving regulator-sd-level-translator to end of list
[ 0.044820] devices_kset: Moving 80126000.mmc to end of list
[ 0.044826] platform regulator-sd-level-translator: Linked as a consumer to soc:pinctrl
[ 0.044832] regulator-sd-level-translator Dropping the fwnode link to sd_level_translator_default
[ 0.044850] device: 'platform:8000e000.gpio--platform:regulator-sd-level-translator': device_add
[ 0.044896] devices_kset: Moving regulator-sd-level-translator to end of list
[ 0.044902] devices_kset: Moving 80126000.mmc to end of list
[ 0.044907] platform regulator-sd-level-translator: Linked as a consumer to 8000e000.gpio
[ 0.044912] regulator-sd-level-translator Dropping the fwnode link to gpio@8000e000
[ 0.044945] device: 'regulator-wl-reg-on': device_add
[ 0.045028] regulator-wl-reg-on Linked as a fwnode consumer to gpio@8011e000
[ 0.045049] regulator-wl-reg-on Linked as a fwnode consumer to wlan_en_default
[ 0.045076] device: 'platform:regulator-wl-reg-on--amba:80118000.mmc': device_add
[ 0.045131] devices_kset: Moving 80118000.mmc to end of list
[ 0.045137] amba 80118000.mmc: Linked as a consumer to regulator-wl-reg-on
[ 0.045143] mmc@80118000 Dropping the fwnode link to regulator-wl-reg-on
[ 0.045159] device: 'platform:soc:pinctrl--platform:regulator-wl-reg-on': device_add
[ 0.045202] devices_kset: Moving regulator-wl-reg-on to end of list
[ 0.045207] devices_kset: Moving 80118000.mmc to end of list
[ 0.045213] platform regulator-wl-reg-on: Linked as a consumer to soc:pinctrl
[ 0.045219] regulator-wl-reg-on Dropping the fwnode link to wlan_en_default
[ 0.045233] device: 'platform:8011e000.gpio--platform:regulator-wl-reg-on': device_add
[ 0.045277] devices_kset: Moving regulator-wl-reg-on to end of list
[ 0.045281] devices_kset: Moving 80118000.mmc to end of list
[ 0.045287] platform regulator-wl-reg-on: Linked as a consumer to 8011e000.gpio
[ 0.045292] regulator-wl-reg-on Dropping the fwnode link to gpio@8011e000
[ 0.045322] device: 'regulator-panel-1v8': device_add
[ 0.045409] regulator-panel-1v8 Linked as a fwnode consumer to gpio@8011e000
[ 0.045433] regulator-panel-1v8 Linked as a fwnode consumer to panel_reg_default
[ 0.045458] device: 'platform:regulator-panel-1v8--platform:a0350000.mcde': device_add
[ 0.045508] platform a0350000.mcde: Linked as a sync state only consumer to regulator-panel-1v8
[ 0.045525] device: 'platform:soc:pinctrl--platform:regulator-panel-1v8': device_add
[ 0.045569] devices_kset: Moving regulator-panel-1v8 to end of list
[ 0.045575] platform regulator-panel-1v8: Linked as a consumer to soc:pinctrl
[ 0.045581] regulator-panel-1v8 Dropping the fwnode link to panel_reg_default
[ 0.045595] device: 'platform:8011e000.gpio--platform:regulator-panel-1v8': device_add
[ 0.045638] devices_kset: Moving regulator-panel-1v8 to end of list
[ 0.045644] platform regulator-panel-1v8: Linked as a consumer to 8011e000.gpio
[ 0.045649] regulator-panel-1v8 Dropping the fwnode link to gpio@8011e000
[ 0.045679] device: 'regulator-panel-3v0': device_add
[ 0.045764] regulator-panel-3v0 Linked as a fwnode consumer to gpio@8011e000
[ 0.045787] regulator-panel-3v0 Linked as a fwnode consumer to panel_reg_default
[ 0.045810] device: 'platform:regulator-panel-3v0--platform:a0350000.mcde': device_add
[ 0.045870] platform a0350000.mcde: Linked as a sync state only consumer to regulator-panel-3v0
[ 0.045888] device: 'platform:soc:pinctrl--platform:regulator-panel-3v0': device_add
[ 0.045932] devices_kset: Moving regulator-panel-3v0 to end of list
[ 0.045939] platform regulator-panel-3v0: Linked as a consumer to soc:pinctrl
[ 0.045945] regulator-panel-3v0 Dropping the fwnode link to panel_reg_default
[ 0.045960] device: 'platform:8011e000.gpio--platform:regulator-panel-3v0': device_add
[ 0.046004] devices_kset: Moving regulator-panel-3v0 to end of list
[ 0.046010] platform regulator-panel-3v0: Linked as a consumer to 8011e000.gpio
[ 0.046016] regulator-panel-3v0 Dropping the fwnode link to gpio@8011e000
[ 0.046265] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.046278] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.046892] device: 'regulator.1': device_add
[ 0.047070] device: 'regulator.2': device_add
[ 0.047195] device: 'regulator.3': device_add
[ 0.047337] device: 'regulator.4': device_add
[ 0.047469] device: 'regulator.5': device_add
[ 0.047642] device: 'regulator.6': device_add
[ 0.047774] device: 'regulator.7': device_add
[ 0.047904] device: 'regulator.8': device_add
[ 0.048028] device: 'regulator.9': device_add
[ 0.048157] device: 'regulator.10': device_add
[ 0.048300] device: 'regulator.11': device_add
[ 0.048424] device: 'regulator.12': device_add
[ 0.048566] device: 'regulator.13': device_add
[ 0.048699] device: 'regulator.14': device_add
[ 0.048856] device: 'regulator.15': device_add
[ 0.048995] device: 'regulator.16': device_add
[ 0.049132] device: 'regulator.17': device_add
[ 0.049256] device: 'regulator.18': device_add
[ 0.049381] device: 'regulator.19': device_add
[ 0.049555] device: 'regulator.20': device_add
[ 0.049657] phy Linked as a fwnode consumer to db8500-prcmu-regulators
[ 0.049664] phy Dropping the fwnode link to db8500_vape
[ 0.049671] db8500_b2r2_mcde Linked as a fwnode consumer to db8500-prcmu-regulators
[ 0.049676] db8500_b2r2_mcde Dropping the fwnode link to db8500_vape
[ 0.049682] db8500_sga Linked as a fwnode consumer to db8500-prcmu-regulators
[ 0.049687] db8500_sga Dropping the fwnode link to db8500_vape
[ 0.049694] phy Dropping the fwnode link to db8500_vsmps2
[ 0.049706] gpu@a0300000 Linked as a fwnode consumer to db8500-prcmu-regulators
[ 0.049712] gpu@a0300000 Dropping the fwnode link to db8500_sga
[ 0.049718] mcde@a0350000 Linked as a fwnode consumer to db8500-prcmu-regulators
[ 0.049724] mcde@a0350000 Dropping the fwnode link to db8500_b2r2_mcde
[ 0.049745] device: 'platform:db8500-prcmu-regulators.0--platform:a0350000.mcde': device_add
[ 0.049812] devices_kset: Moving a0350000.mcde to end of list
[ 0.049821] platform a0350000.mcde: Linked as a consumer to db8500-prcmu-regulators.0
[ 0.049827] mcde@a0350000 Dropping the fwnode link to db8500-prcmu-regulators
[ 0.049848] device: 'platform:db8500-prcmu-regulators.0--platform:a0300000.gpu': device_add
[ 0.049897] devices_kset: Moving a0300000.gpu to end of list
[ 0.049904] platform a0300000.gpu: Linked as a consumer to db8500-prcmu-regulators.0
[ 0.049909] gpu@a0300000 Dropping the fwnode link to db8500-prcmu-regulators
[ 0.049927] device: 'platform:db8500-prcmu-regulators.0--platform:ab8500-usb.0': device_add
[ 0.049975] devices_kset: Moving ab8500-usb.0 to end of list
[ 0.049980] devices_kset: Moving a03e0000.usb_per5 to end of list
[ 0.049986] platform ab8500-usb.0: Linked as a consumer to db8500-prcmu-regulators.0
[ 0.049992] phy Dropping the fwnode link to db8500-prcmu-regulators
[ 0.050100] Serial: AMBA PL011 UART driver
[ 0.050349] amba 80120000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 0.050374] amba 80121000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 0.050867] 80007000.uart: ttyAMA2 at MMIO 0x80007000 (irq = 51, base_baud = 0) is a PL011 rev3
[ 0.050908] printk: console [ttyAMA2] enabled
[ 6.916019] device: 'serial0': device_add
[ 6.920237] device: 'ttyAMA2': device_add
[ 6.924529] uart@80007000 Dropping the fwnode link to prcc-reset-controller
[ 6.932722] device: 'cpu0': device_add
[ 6.936609] device: 'cpu1': device_add
[ 6.941000] device: 'writeback': device_add
[ 6.946070] device: 'blkcg_punt_bio': device_add
[ 6.951066] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 6.960054] device: 'gpiochip1': device_add
[ 6.964456] gpio 8012e000.gpio: chip registered
[ 6.969162] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 6.978132] device: 'gpiochip2': device_add
[ 6.982482] gpio 8012e080.gpio: chip registered
[ 6.987152] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 6.996114] device: 'gpiochip3': device_add
[ 7.000440] gpio 8000e000.gpio: chip registered
[ 7.005128] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 7.014088] device: 'gpiochip4': device_add
[ 7.018410] gpio 8000e080.gpio: chip registered
[ 7.023097] gpio gpiochip5: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 7.032048] device: 'gpiochip5': device_add
[ 7.036353] gpio 8000e100.gpio: chip registered
[ 7.041039] gpio gpiochip6: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 7.049975] device: 'gpiochip6': device_add
[ 7.054318] gpio 8000e180.gpio: chip registered
[ 7.058990] gpio gpiochip7: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 7.067953] device: 'gpiochip7': device_add
[ 7.072279] gpio 8011e000.gpio: chip registered
[ 7.076964] gpio gpiochip8: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 7.085920] device: 'gpiochip8': device_add
[ 7.090248] gpio 8011e080.gpio: chip registered
[ 7.094912] gpio gpiochip9: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 7.103867] device: 'gpiochip9': device_add
[ 7.108174] gpio a03fe000.gpio: chip registered
[ 7.113062] device: 'fbcon': device_add
[ 7.117097] dma40 801c0000.dma-controller: hardware rev: 3 @ 0x801c0000 with 8 physical and 256 logical channels
[ 7.127433] dma40 801c0000.dma-controller: 7 of 8 physical DMA channels available
[ 7.134933] dma40 801c0000.dma-controller: [d40_phy_res_init] INFO: channel 4 is misconfigured (0)
[ 7.143898] dma40 801c0000.dma-controller: [d40_phy_res_init] INFO: channel 5 is misconfigured (0)
[ 7.152859] dma40 801c0000.dma-controller: [d40_phy_res_init] INFO: channel 6 is misconfigured (0)
[ 7.162112] device: 'dma0chan0': device_add
[ 7.166376] device: 'dma0chan1': device_add
[ 7.170644] device: 'dma0chan2': device_add
[ 7.174881] device: 'dma0chan3': device_add
[ 7.179109] device: 'dma0chan4': device_add
[ 7.183354] device: 'dma0chan5': device_add
[ 7.187579] device: 'dma0chan6': device_add
[ 7.191826] device: 'dma0chan7': device_add
[ 7.196049] device: 'dma0chan8': device_add
[ 7.200293] device: 'dma0chan9': device_add
[ 7.204514] device: 'dma0chan10': device_add
[ 7.208822] device: 'dma0chan11': device_add
[ 7.213163] device: 'dma0chan12': device_add
[ 7.217487] device: 'dma0chan13': device_add
[ 7.221806] device: 'dma0chan14': device_add
[ 7.226124] device: 'dma0chan15': device_add
[ 7.230444] device: 'dma0chan16': device_add
[ 7.234752] device: 'dma0chan17': device_add
[ 7.239069] device: 'dma0chan18': device_add
[ 7.243391] device: 'dma0chan19': device_add
[ 7.247704] device: 'dma0chan20': device_add
[ 7.252034] device: 'dma0chan21': device_add
[ 7.256368] device: 'dma0chan22': device_add
[ 7.260690] device: 'dma0chan23': device_add
[ 7.265000] device: 'dma0chan24': device_add
[ 7.269326] device: 'dma0chan25': device_add
[ 7.273647] device: 'dma0chan26': device_add
[ 7.277957] device: 'dma0chan27': device_add
[ 7.282284] device: 'dma0chan28': device_add
[ 7.286595] device: 'dma0chan29': device_add
[ 7.290914] device: 'dma0chan30': device_add
[ 7.295222] device: 'dma0chan31': device_add
[ 7.299540] device: 'dma0chan32': device_add
[ 7.303861] device: 'dma0chan33': device_add
[ 7.308169] device: 'dma0chan34': device_add
[ 7.312504] device: 'dma0chan35': device_add
[ 7.316817] device: 'dma0chan36': device_add
[ 7.321139] device: 'dma0chan37': device_add
[ 7.325455] device: 'dma0chan38': device_add
[ 7.329764] device: 'dma0chan39': device_add
[ 7.334082] device: 'dma0chan40': device_add
[ 7.338399] device: 'dma0chan41': device_add
[ 7.342722] device: 'dma0chan42': device_add
[ 7.347034] device: 'dma0chan43': device_add
[ 7.351354] device: 'dma0chan44': device_add
[ 7.355672] device: 'dma0chan45': device_add
[ 7.359992] device: 'dma0chan46': device_add
[ 7.364312] device: 'dma0chan47': device_add
[ 7.368628] device: 'dma0chan48': device_add
[ 7.372958] device: 'dma0chan49': device_add
[ 7.377268] device: 'dma0chan50': device_add
[ 7.381597] device: 'dma0chan51': device_add
[ 7.385909] device: 'dma0chan52': device_add
[ 7.390232] device: 'dma0chan53': device_add
[ 7.394539] device: 'dma0chan54': device_add
[ 7.398857] device: 'dma0chan55': device_add
[ 7.403180] device: 'dma0chan56': device_add
[ 7.407488] device: 'dma0chan57': device_add
[ 7.411817] device: 'dma0chan58': device_add
[ 7.416126] device: 'dma0chan59': device_add
[ 7.420445] device: 'dma0chan60': device_add
[ 7.424762] device: 'dma0chan61': device_add
[ 7.429070] device: 'dma0chan62': device_add
[ 7.433398] device: 'dma0chan63': device_add
[ 7.437715] device: 'dma0chan64': device_add
[ 7.442037] device: 'dma0chan65': device_add
[ 7.446345] device: 'dma0chan66': device_add
[ 7.450694] device: 'dma0chan67': device_add
[ 7.455022] device: 'dma0chan68': device_add
[ 7.459334] device: 'dma0chan69': device_add
[ 7.463662] device: 'dma0chan70': device_add
[ 7.467982] device: 'dma0chan71': device_add
[ 7.472304] device: 'dma0chan72': device_add
[ 7.476624] device: 'dma0chan73': device_add
[ 7.480954] device: 'dma0chan74': device_add
[ 7.485271] device: 'dma0chan75': device_add
[ 7.489580] device: 'dma0chan76': device_add
[ 7.493912] device: 'dma0chan77': device_add
[ 7.498229] device: 'dma0chan78': device_add
[ 7.502549] device: 'dma0chan79': device_add
[ 7.506857] device: 'dma0chan80': device_add
[ 7.511185] device: 'dma0chan81': device_add
[ 7.515497] device: 'dma0chan82': device_add
[ 7.519805] device: 'dma0chan83': device_add
[ 7.524140] device: 'dma0chan84': device_add
[ 7.528451] device: 'dma0chan85': device_add
[ 7.532772] device: 'dma0chan86': device_add
[ 7.537089] device: 'dma0chan87': device_add
[ 7.541411] device: 'dma0chan88': device_add
[ 7.545731] device: 'dma0chan89': device_add
[ 7.550037] device: 'dma0chan90': device_add
[ 7.554373] device: 'dma0chan91': device_add
[ 7.558681] device: 'dma0chan92': device_add
[ 7.563001] device: 'dma0chan93': device_add
[ 7.567320] device: 'dma0chan94': device_add
[ 7.571642] device: 'dma0chan95': device_add
[ 7.575951] device: 'dma0chan96': device_add
[ 7.580278] device: 'dma0chan97': device_add
[ 7.584588] device: 'dma0chan98': device_add
[ 7.588895] device: 'dma0chan99': device_add
[ 7.593220] device: 'dma0chan100': device_add
[ 7.597628] device: 'dma0chan101': device_add
[ 7.602036] device: 'dma0chan102': device_add
[ 7.606429] device: 'dma0chan103': device_add
[ 7.610852] device: 'dma0chan104': device_add
[ 7.615250] device: 'dma0chan105': device_add
[ 7.619644] device: 'dma0chan106': device_add
[ 7.624069] device: 'dma0chan107': device_add
[ 7.628466] device: 'dma0chan108': device_add
[ 7.632875] device: 'dma0chan109': device_add
[ 7.637291] device: 'dma0chan110': device_add
[ 7.641699] device: 'dma0chan111': device_add
[ 7.646095] device: 'dma0chan112': device_add
[ 7.650502] device: 'dma0chan113': device_add
[ 7.654908] device: 'dma0chan114': device_add
[ 7.659304] device: 'dma0chan115': device_add
[ 7.663719] device: 'dma0chan116': device_add
[ 7.668125] device: 'dma0chan117': device_add
[ 7.672542] device: 'dma0chan118': device_add
[ 7.676938] device: 'dma0chan119': device_add
[ 7.681354] device: 'dma0chan120': device_add
[ 7.685751] device: 'dma0chan121': device_add
[ 7.690157] device: 'dma0chan122': device_add
[ 7.694552] device: 'dma0chan123': device_add
[ 7.698958] device: 'dma0chan124': device_add
[ 7.703367] device: 'dma0chan125': device_add
[ 7.707763] device: 'dma0chan126': device_add
[ 7.712179] device: 'dma0chan127': device_add
[ 7.716575] device: 'dma0chan128': device_add
[ 7.720982] device: 'dma0chan129': device_add
[ 7.725392] device: 'dma0chan130': device_add
[ 7.729801] device: 'dma0chan131': device_add
[ 7.734234] device: 'dma0chan132': device_add
[ 7.738643] device: 'dma0chan133': device_add
[ 7.743052] device: 'dma0chan134': device_add
[ 7.747446] device: 'dma0chan135': device_add
[ 7.751849] device: 'dma0chan136': device_add
[ 7.756255] device: 'dma0chan137': device_add
[ 7.760663] device: 'dma0chan138': device_add
[ 7.765064] device: 'dma0chan139': device_add
[ 7.769469] device: 'dma0chan140': device_add
[ 7.773885] device: 'dma0chan141': device_add
[ 7.778282] device: 'dma0chan142': device_add
[ 7.782697] device: 'dma0chan143': device_add
[ 7.787096] device: 'dma0chan144': device_add
[ 7.791512] device: 'dma0chan145': device_add
[ 7.795908] device: 'dma0chan146': device_add
[ 7.800324] device: 'dma0chan147': device_add
[ 7.804726] device: 'dma0chan148': device_add
[ 7.809120] device: 'dma0chan149': device_add
[ 7.813537] device: 'dma0chan150': device_add
[ 7.817934] device: 'dma0chan151': device_add
[ 7.822342] device: 'dma0chan152': device_add
[ 7.826760] device: 'dma0chan153': device_add
[ 7.831170] device: 'dma0chan154': device_add
[ 7.835564] device: 'dma0chan155': device_add
[ 7.839969] device: 'dma0chan156': device_add
[ 7.844378] device: 'dma0chan157': device_add
[ 7.848774] device: 'dma0chan158': device_add
[ 7.853191] device: 'dma0chan159': device_add
[ 7.857597] device: 'dma0chan160': device_add
[ 7.862006] device: 'dma0chan161': device_add
[ 7.866402] device: 'dma0chan162': device_add
[ 7.870818] device: 'dma0chan163': device_add
[ 7.875219] device: 'dma0chan164': device_add
[ 7.879616] device: 'dma0chan165': device_add
[ 7.884035] device: 'dma0chan166': device_add
[ 7.888431] device: 'dma0chan167': device_add
[ 7.892837] device: 'dma0chan168': device_add
[ 7.897234] device: 'dma0chan169': device_add
[ 7.901657] device: 'dma0chan170': device_add
[ 7.906058] device: 'dma0chan171': device_add
[ 7.910474] device: 'dma0chan172': device_add
[ 7.914882] device: 'dma0chan173': device_add
[ 7.919292] device: 'dma0chan174': device_add
[ 7.923701] device: 'dma0chan175': device_add
[ 7.928108] device: 'dma0chan176': device_add
[ 7.932517] device: 'dma0chan177': device_add
[ 7.936913] device: 'dma0chan178': device_add
[ 7.941328] device: 'dma0chan179': device_add
[ 7.945731] device: 'dma0chan180': device_add
[ 7.950144] device: 'dma0chan181': device_add
[ 7.954541] device: 'dma0chan182': device_add
[ 7.958945] device: 'dma0chan183': device_add
[ 7.963355] device: 'dma0chan184': device_add
[ 7.967754] device: 'dma0chan185': device_add
[ 7.972199] device: 'dma0chan186': device_add
[ 7.976608] device: 'dma0chan187': device_add
[ 7.981022] device: 'dma0chan188': device_add
[ 7.985431] device: 'dma0chan189': device_add
[ 7.989827] device: 'dma0chan190': device_add
[ 7.994235] device: 'dma0chan191': device_add
[ 7.998634] device: 'dma0chan192': device_add
[ 8.003054] device: 'dma0chan193': device_add
[ 8.007449] device: 'dma0chan194': device_add
[ 8.011865] device: 'dma0chan195': device_add
[ 8.016278] device: 'dma0chan196': device_add
[ 8.020690] device: 'dma0chan197': device_add
[ 8.025086] device: 'dma0chan198': device_add
[ 8.029490] device: 'dma0chan199': device_add
[ 8.033909] device: 'dma0chan200': device_add
[ 8.038308] device: 'dma0chan201': device_add
[ 8.042726] device: 'dma0chan202': device_add
[ 8.047130] device: 'dma0chan203': device_add
[ 8.051542] device: 'dma0chan204': device_add
[ 8.055940] device: 'dma0chan205': device_add
[ 8.060359] device: 'dma0chan206': device_add
[ 8.064757] device: 'dma0chan207': device_add
[ 8.069153] device: 'dma0chan208': device_add
[ 8.073570] device: 'dma0chan209': device_add
[ 8.077967] device: 'dma0chan210': device_add
[ 8.082374] device: 'dma0chan211': device_add
[ 8.086785] device: 'dma0chan212': device_add
[ 8.091200] device: 'dma0chan213': device_add
[ 8.095597] device: 'dma0chan214': device_add
[ 8.099992] device: 'dma0chan215': device_add
[ 8.104434] device: 'dma0chan216': device_add
[ 8.108849] device: 'dma0chan217': device_add
[ 8.113265] device: 'dma0chan218': device_add
[ 8.117672] device: 'dma0chan219': device_add
[ 8.122083] device: 'dma0chan220': device_add
[ 8.126481] device: 'dma0chan221': device_add
[ 8.130901] device: 'dma0chan222': device_add
[ 8.135297] device: 'dma0chan223': device_add
[ 8.139693] device: 'dma0chan224': device_add
[ 8.144108] device: 'dma0chan225': device_add
[ 8.148506] device: 'dma0chan226': device_add
[ 8.152922] device: 'dma0chan227': device_add
[ 8.157326] device: 'dma0chan228': device_add
[ 8.161746] device: 'dma0chan229': device_add
[ 8.166144] device: 'dma0chan230': device_add
[ 8.170552] device: 'dma0chan231': device_add
[ 8.174958] device: 'dma0chan232': device_add
[ 8.179356] device: 'dma0chan233': device_add
[ 8.183764] device: 'dma0chan234': device_add
[ 8.188176] device: 'dma0chan235': device_add
[ 8.192586] device: 'dma0chan236': device_add
[ 8.196982] device: 'dma0chan237': device_add
[ 8.201402] device: 'dma0chan238': device_add
[ 8.205812] device: 'dma0chan239': device_add
[ 8.210230] device: 'dma0chan240': device_add
[ 8.214626] device: 'dma0chan241': device_add
[ 8.219034] device: 'dma0chan242': device_add
[ 8.223445] device: 'dma0chan243': device_add
[ 8.227847] device: 'dma0chan244': device_add
[ 8.232266] device: 'dma0chan245': device_add
[ 8.236663] device: 'dma0chan246': device_add
[ 8.241082] device: 'dma0chan247': device_add
[ 8.245487] device: 'dma0chan248': device_add
[ 8.249883] device: 'dma0chan249': device_add
[ 8.254296] device: 'dma0chan250': device_add
[ 8.258695] device: 'dma0chan251': device_add
[ 8.263113] device: 'dma0chan252': device_add
[ 8.267509] device: 'dma0chan253': device_add
[ 8.271933] device: 'dma0chan254': device_add
[ 8.276341] device: 'dma0chan255': device_add
[ 8.280860] device: 'dma1chan0': device_add
[ 8.285096] device: 'dma1chan1': device_add
[ 8.289332] device: 'dma1chan2': device_add
[ 8.293590] device: 'dma1chan3': device_add
[ 8.297822] device: 'dma1chan4': device_add
[ 8.302072] debugfs: Directory '801c0000.dma-controller' with parent 'dmaengine' already present!
[ 8.310978] device: 'dma2chan0': device_add
[ 8.315218] device: 'dma2chan1': device_add
[ 8.319442] device: 'dma2chan2': device_add
[ 8.323682] device: 'dma2chan3': device_add
[ 8.327923] device: 'dma2chan4': device_add
[ 8.332174] device: 'dma2chan5': device_add
[ 8.336400] device: 'dma2chan6': device_add
[ 8.340662] debugfs: Directory '801c0000.dma-controller' with parent 'dmaengine' already present!
[ 8.349545] dma40 801c0000.dma-controller: initialized
[ 8.355087] DB8500 v2.2 [0x008500b2]
[ 8.358725] device: 'soc0': device_add
[ 8.370153] device: 'regulator.21': device_add
[ 8.375004] device: 'regulator.22': device_add
[ 8.379799] device: 'regulator.23': device_add
[ 8.384644] device: 'regulator.24': device_add
[ 8.389402] reg-fixed-voltage regulator-panel-3v0: nonexclusive access to GPIO for (null)
[ 8.397632] device: 'regulator.25': device_add
[ 8.402160] debugfs: Directory 'panel-fixed-supply' with parent 'regulator' already present!
[ 8.411197] sensor_3v: Bringing 2500000uV into 3000000-3000000uV
[ 8.417323] device: 'regulator.26': device_add
[ 8.421985] vreg_tsp_a3v3: Bringing 2900000uV into 3300000-3300000uV
[ 8.428442] device: 'regulator.27': device_add
[ 8.433113] device: 'regulator.28': device_add
[ 8.437722] key_led_3.3v: Bringing 2800000uV into 3300000-3300000uV
[ 8.444112] device: 'regulator.29': device_add
[ 8.448759] device: 'regulator.30': device_add
[ 8.453392] touch_key_2.2v: Bringing 1800000uV into 2200000-2200000uV
[ 8.459933] device: 'regulator.31': device_add
[ 8.464564] LDO-INTCORE: Bringing 1200000uV into 1250000-1250000uV
[ 8.470857] device: 'regulator.32': device_add
[ 8.475442] device: 'regulator.33': device_add
[ 8.480004] device: 'regulator.34': device_add
[ 8.484627] device: 'regulator.35': device_add
[ 8.489195] device: 'regulator.36': device_add
[ 8.493765] device: 'regulator.37': device_add
[ 8.498326] device: 'regulator.38': device_add
[ 8.502946] magnetometer@c Linked as a fwnode consumer to regulator
[ 8.509215] magnetometer@c Dropping the fwnode link to ab8500_ldo_aux1
[ 8.515759] imu@68 Linked as a fwnode consumer to regulator
[ 8.521335] imu@68 Dropping the fwnode link to ab8500_ldo_aux1
[ 8.527163] proximity@44 Linked as a fwnode consumer to regulator
[ 8.533257] proximity@44 Dropping the fwnode link to ab8500_ldo_aux1
[ 8.539607] touchscreen@4a Linked as a fwnode consumer to regulator
[ 8.545874] touchscreen@4a Dropping the fwnode link to ab8500_ldo_aux2
[ 8.552404] mmc@80126000 Linked as a fwnode consumer to regulator
[ 8.558491] mmc@80126000 Dropping the fwnode link to ab8500_ldo_aux3
[ 8.564848] touchkey@20 Linked as a fwnode consumer to regulator
[ 8.570862] touchkey@20 Dropping the fwnode link to ab8500_ldo_aux4
[ 8.577127] touchscreen@4a Dropping the fwnode link to ab8500_ldo_aux5
[ 8.583657] touchkey@20 Dropping the fwnode link to ab8500_ldo_aux6
[ 8.589919] phy Linked as a fwnode consumer to regulator
[ 8.595232] phy Dropping the fwnode link to ab8500_ldo_intcore
[ 8.601067] ab8500_charger Linked as a fwnode consumer to regulator
[ 8.607327] ab8500_charger Dropping the fwnode link to ab8500_ldo_adc
[ 8.613767] adc Linked as a fwnode consumer to regulator
[ 8.619073] adc Dropping the fwnode link to ab8500_ldo_adc
[ 8.624560] codec Linked as a fwnode consumer to regulator
[ 8.630039] codec Dropping the fwnode link to ab8500_ldo_audio
[ 8.635879] codec Dropping the fwnode link to ab8500_ldo_anamic1
[ 8.641888] codec Dropping the fwnode link to ab8500_ldo_anamic2
[ 8.647890] magnetometer@c Dropping the fwnode link to ab8500_ldo_aux8
[ 8.654417] imu@68 Dropping the fwnode link to ab8500_ldo_aux8
[ 8.660250] proximity@44 Dropping the fwnode link to ab8500_ldo_aux8
[ 8.666600] dsi@a0353000 Linked as a fwnode consumer to regulator
[ 8.672694] dsi@a0353000 Dropping the fwnode link to ab8500_ldo_ana
[ 8.678955] dsi@a0352000 Linked as a fwnode consumer to regulator
[ 8.685047] dsi@a0352000 Dropping the fwnode link to ab8500_ldo_ana
[ 8.691320] dsi@a0351000 Linked as a fwnode consumer to regulator
[ 8.697407] dsi@a0351000 Dropping the fwnode link to ab8500_ldo_ana
[ 8.703675] mcde@a0350000 Linked as a fwnode consumer to regulator
[ 8.709848] mcde@a0350000 Dropping the fwnode link to ab8500_ldo_ana
[ 8.716217] device: 'platform:ab8500-regulator.0--platform:a0350000.mcde': device_add
[ 8.724120] devices_kset: Moving a0350000.mcde to end of list
[ 8.729865] platform a0350000.mcde: Linked as a consumer to ab8500-regulator.0
[ 8.737093] mcde@a0350000 Dropping the fwnode link to regulator
[ 8.743031] device: 'platform:ab8500-regulator.0--platform:ab8500-codec.0': device_add
[ 8.751005] devices_kset: Moving ab8500-codec.0 to end of list
[ 8.756835] platform ab8500-codec.0: Linked as a consumer to ab8500-regulator.0
[ 8.764148] codec Dropping the fwnode link to regulator
[ 8.769378] device: 'platform:ab8500-regulator.0--platform:ab8500-gpadc.0': device_add
[ 8.777340] devices_kset: Moving ab8500-gpadc.0 to end of list
[ 8.783177] platform ab8500-gpadc.0: Linked as a consumer to ab8500-regulator.0
[ 8.790486] adc Dropping the fwnode link to regulator
[ 8.795542] device: 'platform:ab8500-regulator.0--platform:ab8500-charger.0': device_add
[ 8.803678] devices_kset: Moving ab8500-charger.0 to end of list
[ 8.809679] platform ab8500-charger.0: Linked as a consumer to ab8500-regulator.0
[ 8.817170] ab8500_charger Dropping the fwnode link to regulator
[ 8.823191] device: 'platform:ab8500-regulator.0--platform:ab8500-usb.0': device_add
[ 8.830989] devices_kset: Moving ab8500-usb.0 to end of list
[ 8.836644] devices_kset: Moving a03e0000.usb_per5 to end of list
[ 8.842742] platform ab8500-usb.0: Linked as a consumer to ab8500-regulator.0
[ 8.849871] phy Dropping the fwnode link to regulator
[ 8.854934] device: 'platform:ab8500-regulator.0--platform:i2c-gpio-0': device_add
[ 8.862551] platform i2c-gpio-0: Linked as a sync state only consumer to ab8500-regulator.0
[ 8.870923] device: 'platform:ab8500-regulator.0--amba:80126000.mmc': device_add
[ 8.878377] devices_kset: Moving 80126000.mmc to end of list
[ 8.884042] amba 80126000.mmc: Linked as a consumer to ab8500-regulator.0
[ 8.890831] mmc@80126000 Dropping the fwnode link to regulator
[ 8.896675] device: 'platform:ab8500-regulator.0--amba:80110000.i2c': device_add
[ 8.904118] amba 80110000.i2c: Linked as a sync state only consumer to ab8500-regulator.0
[ 8.912307] device: 'platform:ab8500-regulator.0--amba:80004000.i2c': device_add
[ 8.919749] amba 80004000.i2c: Linked as a sync state only consumer to ab8500-regulator.0
[ 8.927942] device: 'platform:ab8500-regulator.0--amba:80128000.i2c': device_add
[ 8.935389] amba 80128000.i2c: Linked as a sync state only consumer to ab8500-regulator.0
[ 8.943578] device: 'platform:ab8500-regulator.0--platform:i2c-gpio-1': device_add
[ 8.951189] platform i2c-gpio-1: Linked as a sync state only consumer to ab8500-regulator.0
[ 8.960253] SCSI subsystem initialized
[ 8.965020] device: 'regulator:regulator.1--platform:ab8500-usb.0': device_add
[ 8.972332] devices_kset: Moving ab8500-usb.0 to end of list
[ 8.977988] devices_kset: Moving a03e0000.usb_per5 to end of list
[ 8.984090] abx5x0-usb ab8500-usb.0: Linked as a consumer to regulator.1
[ 8.990891] device: 'regulator:regulator.32--platform:ab8500-usb.0': device_add
[ 8.998259] devices_kset: Moving ab8500-usb.0 to end of list
[ 9.003928] devices_kset: Moving a03e0000.usb_per5 to end of list
[ 9.010017] abx5x0-usb ab8500-usb.0: Linked as a consumer to regulator.32
[ 9.016890] device: 'regulator:regulator.6--platform:ab8500-usb.0': device_add
[ 9.024180] devices_kset: Moving ab8500-usb.0 to end of list
[ 9.029834] devices_kset: Moving a03e0000.usb_per5 to end of list
[ 9.035932] abx5x0-usb ab8500-usb.0: Linked as a consumer to regulator.6
� 9.047506] abx5x0-usb ab8500-usb.0: revision 0x31 driver initialized
[ 9.054525] device: 'i2c-5': device_add
[ 9.058474] device: '5-0020': device_add
[ 9.062495] device: 'platform:ab8500-regulator.0--i2c:5-0020': device_add
[ 9.069344] devices_kset: Moving 5-0020 to end of list
[ 9.074496] i2c 5-0020: Linked as a consumer to ab8500-regulator.0
[ 9.080679] touchkey@20 Dropping the fwnode link to regulator
[ 9.086439] device: 'platform:soc:pinctrl--i2c:5-0020': device_add
[ 9.092668] devices_kset: Moving 5-0020 to end of list
[ 9.097802] i2c 5-0020: Linked as a consumer to soc:pinctrl
[ 9.103378] touchkey@20 Dropping the fwnode link to touchkey_default
[ 9.109739] device: 'platform:8000e000.gpio--i2c:5-0020': device_add
[ 9.116145] devices_kset: Moving 5-0020 to end of list
[ 9.121288] i2c 5-0020: Linked as a consumer to 8000e000.gpio
[ 9.127028] touchkey@20 Dropping the fwnode link to gpio@8000e000
[ 9.133157] i2c-gpio i2c-gpio-0: using lines 78 (SDA) and 77 (SCL)
[ 9.139349] i2c-gpio i2c-gpio-0: Dropping the link to ab8500-regulator.0
[ 9.146054] device: 'platform:ab8500-regulator.0--platform:i2c-gpio-0': device_unregister
[ 9.154598] device: 'i2c-6': device_add
[ 9.158568] device: '6-000c': device_add
[ 9.162583] device: 'platform:ab8500-regulator.0--i2c:6-000c': device_add
[ 9.169420] devices_kset: Moving 6-000c to end of list
[ 9.174582] i2c 6-000c: Linked as a consumer to ab8500-regulator.0
[ 9.180767] magnetometer@c Dropping the fwnode link to regulator
[ 9.186797] i2c-gpio i2c-gpio-1: using lines 152 (SDA) and 151 (SCL)
[ 9.193172] i2c-gpio i2c-gpio-1: Dropping the link to ab8500-regulator.0
[ 9.199868] device: 'platform:ab8500-regulator.0--platform:i2c-gpio-1': device_unregister
[ 9.208206] amba 80004000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 9.216585] amba 80128000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 9.224953] amba 80110000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 9.233344] mc: Linux media interface: v0.10
[ 9.237685] videodev: Linux video capture interface: v2.00
[ 9.243212] pps_core: LinuxPPS API ver. 1 registered
[ 9.248171] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 9.257317] PTP clock support registered
[ 9.261819] Advanced Linux Sound Architecture Driver Initialized.
[ 9.268019] device: 'lo': device_add
[ 9.272113] Bluetooth: Core ver 2.22
[ 9.275728] NET: Registered PF_BLUETOOTH protocol family
[ 9.281053] Bluetooth: HCI device and connection manager initialized
[ 9.287411] Bluetooth: HCI socket layer initialized
[ 9.292304] Bluetooth: L2CAP socket layer initialized
[ 9.297364] Bluetooth: SCO socket layer initialized
[ 9.302383] nfc: nfc_init: NFC Core ver 0.1
[ 9.306634] NET: Registered PF_NFC protocol family
[ 9.311844] clocksource: Switched to clocksource mtu_0
[ 9.317339] device: 'mem': device_add
[ 9.321242] device: 'null': device_add
[ 9.325137] device: 'zero': device_add
[ 9.328982] device: 'full': device_add
[ 9.332859] device: 'random': device_add
[ 9.336870] device: 'urandom': device_add
[ 9.340989] device: 'kmsg': device_add
[ 9.344878] device: 'tty': device_add
[ 9.348648] device: 'console': device_add
[ 9.352772] device: 'tty0': device_add
[ 9.356646] device: 'vcs': device_add
[ 9.360399] device: 'vcsu': device_add
[ 9.364277] device: 'vcsa': device_add
[ 9.368113] device: 'vcs1': device_add
[ 9.371970] device: 'vcsu1': device_add
[ 9.375902] device: 'vcsa1': device_add
[ 9.379833] device: 'tty1': device_add
[ 9.383693] device: 'tty2': device_add
[ 9.387534] device: 'tty3': device_add
[ 9.391387] device: 'tty4': device_add
[ 9.395269] device: 'tty5': device_add
[ 9.399109] device: 'tty6': device_add
[ 9.402996] device: 'tty7': device_add
[ 9.406847] device: 'tty8': device_add
[ 9.410681] device: 'tty9': device_add
[ 9.414539] device: 'tty10': device_add
[ 9.418467] device: 'tty11': device_add
[ 9.422417] device: 'tty12': device_add
[ 9.426339] device: 'tty13': device_add
[ 9.430259] device: 'tty14': device_add
[ 9.434209] device: 'tty15': device_add
[ 9.438140] device: 'tty16': device_add
[ 9.442083] device: 'tty17': device_add
[ 9.446004] device: 'tty18': device_add
[ 9.449924] device: 'tty19': device_add
[ 9.453872] device: 'tty20': device_add
[ 9.457793] device: 'tty21': device_add
[ 9.461714] device: 'tty22': device_add
[ 9.465695] device: 'tty23': device_add
[ 9.469622] device: 'tty24': device_add
[ 9.473567] device: 'tty25': device_add
[ 9.477500] device: 'tty26': device_add
[ 9.481434] device: 'tty27': device_add
[ 9.485384] device: 'tty28': device_add
[ 9.489309] device: 'tty29': device_add
[ 9.493252] device: 'tty30': device_add
[ 9.497185] device: 'tty31': device_add
[ 9.501104] device: 'tty32': device_add
[ 9.505046] device: 'tty33': device_add
[ 9.508967] device: 'tty34': device_add
[ 9.512927] device: 'tty35': device_add
[ 9.516857] device: 'tty36': device_add
[ 9.520790] device: 'tty37': device_add
[ 9.524741] device: 'tty38': device_add
[ 9.528697] device: 'tty39': device_add
[ 9.532644] device: 'tty40': device_add
[ 9.536569] device: 'tty41': device_add
[ 9.540494] device: 'tty42': device_add
[ 9.544451] device: 'tty43': device_add
[ 9.548376] device: 'tty44': device_add
[ 9.552321] device: 'tty45': device_add
[ 9.556257] device: 'tty46': device_add
[ 9.560190] device: 'tty47': device_add
[ 9.564139] device: 'tty48': device_add
[ 9.568061] device: 'tty49': device_add
[ 9.572014] device: 'tty50': device_add
[ 9.575941] device: 'tty51': device_add
[ 9.579862] device: 'tty52': device_add
[ 9.583817] device: 'tty53': device_add
[ 9.587749] device: 'tty54': device_add
[ 9.591692] device: 'tty55': device_add
[ 9.595639] device: 'tty56': device_add
[ 9.599566] device: 'tty57': device_add
[ 9.603527] device: 'tty58': device_add
[ 9.607457] device: 'tty59': device_add
[ 9.611379] device: 'tty60': device_add
[ 9.615321] device: 'tty61': device_add
[ 9.619252] device: 'tty62': device_add
[ 9.623193] device: 'tty63': device_add
[ 9.627256] device: 'hw_random': device_add
[ 9.631762] NET: Registered PF_INET protocol family
[ 9.636957] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 9.645802] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 9.654195] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 9.661957] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 9.669751] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 9.677295] TCP: Hash tables configured (established 8192 bind 8192)
[ 9.683819] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 9.690482] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 9.697752] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 9.704149] RPC: Registered named UNIX socket transport module.
[ 9.710077] RPC: Registered udp transport module.
[ 9.714813] RPC: Registered tcp transport module.
[ 9.719513] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 9.726902] device: 'regulatory.0': device_add
[ 9.732026] armv7-pmu soc:pmu: hw perfevents: no interrupt-affinity property, guessing.
[ 9.741039] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[ 9.749818] device: 'clocksource': device_add
[ 9.754264] device: 'clocksource0': device_add
[ 9.758971] device: 'clockevents': device_add
[ 9.763392] device: 'clockevent0': device_add
[ 9.767832] device: 'clockevent1': device_add
[ 9.772261] device: 'broadcast': device_add
[ 9.776638] device: 'software': device_add
[ 9.780808] device: 'breakpoint': device_add
[ 9.785179] device: 'armv7_cortex_a9': device_add
[ 9.789997] Initialise system trusted keyrings
[ 9.794857] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 9.802331] device: 'autofs': device_add
[ 9.880541] NET: Registered PF_ALG protocol family
[ 9.885397] Key type asymmetric registered
[ 9.889497] Asymmetric key parser 'x509' registered
[ 9.894528] bounce: pool size: 64 pages
[ 9.898490] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 9.905924] io scheduler mq-deadline registered
[ 9.910459] io scheduler kyber registered
[ 9.920237] device: 'ptmx': device_add
[ 9.924487] SPI driver s6d27a1-panel has no spi_device_id for samsung,s6d27a1
[ 9.931667] SPI driver panel-samsung-s6e63m0 has no spi_device_id for samsung,s6e63m0
[ 9.940414] device: 'regulator:regulator.15--platform:a0300000.gpu': device_add
[ 9.947863] devices_kset: Moving a0300000.gpu to end of list
[ 9.953569] lima a0300000.gpu: Linked as a consumer to regulator.15
[ 9.960327] lima a0300000.gpu: gp - mali400 version major 1 minor 0
[ 9.966742] lima a0300000.gpu: pp0 - mali400 version major 1 minor 0
[ 9.973169] lima a0300000.gpu: l2 cache 32K, 4-way, 64byte cache line, 64bit external bus
[ 9.981874] lima a0300000.gpu: bus rate = 0
[ 9.986074] lima a0300000.gpu: mod rate = 399360000
[ 9.991036] device: 'renderD128': device_add
[ 9.995702] device: 'card0': device_add
[ 9.999714] [drm] Initialized lima 1.1.0 20191231 for a0300000.gpu on minor 0
[ 10.007739] device: 'regulator:regulator.16--platform:a0350000.mcde': device_add
[ 10.015268] devices_kset: Moving a0350000.mcde to end of list
[ 10.021024] mcde a0350000.mcde: Linked as a consumer to regulator.16
[ 10.027624] device: 'regulator:regulator.38--platform:a0350000.mcde': device_add
[ 10.035173] devices_kset: Moving a0350000.mcde to end of list
[ 10.040932] mcde a0350000.mcde: Linked as a consumer to regulator.38
[ 10.047409] mcde a0350000.mcde: MCDE clk rate 199680000 Hz
[ 10.053172] mcde a0350000.mcde: found MCDE HW revision 3.0 (dev 8, metal fix 0)
[ 10.060569] device: 'a0351000.dsi': device_add
[ 10.065188] device: 'platform:ab8500-regulator.0--platform:a0351000.dsi': device_add
[ 10.073023] devices_kset: Moving a0351000.dsi to end of list
[ 10.078688] platform a0351000.dsi: Linked as a consumer to ab8500-regulator.0
[ 10.085850] dsi@a0351000 Dropping the fwnode link to regulator
[ 10.091699] platform a0351000.dsi: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 10.100454] dsi@a0351000 Dropping the fwnode link to prcmu-clock
[ 10.106525] device: 'platform:soc:pinctrl--platform:a0351000.dsi': device_add
[ 10.113775] platform a0351000.dsi: Linked as a sync state only consumer to soc:pinctrl
[ 10.121710] device: 'platform:8000e000.gpio--platform:a0351000.dsi': device_add
[ 10.129125] platform a0351000.dsi: Linked as a sync state only consumer to 8000e000.gpio
[ 10.137267] device: 'platform:8000e100.gpio--platform:a0351000.dsi': device_add
[ 10.144674] platform a0351000.dsi: Linked as a sync state only consumer to 8000e100.gpio
[ 10.152804] device: 'platform:regulator-panel-1v8--platform:a0351000.dsi': device_add
[ 10.160710] platform a0351000.dsi: Linked as a sync state only consumer to regulator-panel-1v8
[ 10.169376] device: 'platform:regulator-panel-3v0--platform:a0351000.dsi': device_add
[ 10.177299] platform a0351000.dsi: Linked as a sync state only consumer to regulator-panel-3v0
[ 10.186475] mcde-dsi a0351000.dsi: HW revision 0x02327457
[ 10.191949] device: 'a0351000.dsi.0': device_add
[ 10.197034] device: 'regulator:regulator.25--mipi-dsi:a0351000.dsi.0': device_add
[ 10.204637] devices_kset: Moving a0351000.dsi.0 to end of list
[ 10.210479] panel-samsung-s6e63m0 a0351000.dsi.0: Linked as a consumer to regulator.25
[ 10.218547] device: 'regulator:regulator.24--mipi-dsi:a0351000.dsi.0': device_add
[ 10.226169] devices_kset: Moving a0351000.dsi.0 to end of list
[ 10.232034] panel-samsung-s6e63m0 a0351000.dsi.0: Linked as a consumer to regulator.24
[ 10.240037] device: 'panel': device_add
[ 10.243989] mcde-dsi a0351000.dsi: attached DSI device with 2 lanes
[ 10.250260] mcde-dsi a0351000.dsi: format 00000000, 24bpp
[ 10.255678] mcde-dsi a0351000.dsi: mode flags: 00000003
[ 10.260994] mcde-dsi a0351000.dsi: registered DSI host
[ 10.266192] mcde-dsi a0351000.dsi: Dropping the link to soc:pinctrl
[ 10.272479] device: 'platform:soc:pinctrl--platform:a0351000.dsi': device_unregister
[ 10.280314] mcde-dsi a0351000.dsi: Dropping the link to 8000e000.gpio
[ 10.286797] device: 'platform:8000e000.gpio--platform:a0351000.dsi': device_unregister
[ 10.294816] mcde-dsi a0351000.dsi: Dropping the link to 8000e100.gpio
[ 10.301262] device: 'platform:8000e100.gpio--platform:a0351000.dsi': device_unregister
[ 10.309284] mcde-dsi a0351000.dsi: Dropping the link to regulator-panel-1v8
[ 10.316273] device: 'platform:regulator-panel-1v8--platform:a0351000.dsi': device_unregister
[ 10.324799] mcde-dsi a0351000.dsi: Dropping the link to regulator-panel-3v0
[ 10.331766] device: 'platform:regulator-panel-3v0--platform:a0351000.dsi': device_unregister
[ 10.340420] device: 'a0352000.dsi': device_add
[ 10.345030] device: 'platform:ab8500-regulator.0--platform:a0352000.dsi': device_add
[ 10.352868] devices_kset: Moving a0352000.dsi to end of list
[ 10.358534] platform a0352000.dsi: Linked as a consumer to ab8500-regulator.0
[ 10.365685] dsi@a0352000 Dropping the fwnode link to regulator
[ 10.371535] platform a0352000.dsi: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 10.380267] dsi@a0352000 Dropping the fwnode link to prcmu-clock
[ 10.386710] mcde-dsi a0352000.dsi: HW revision 0x02327457
[ 10.392164] mcde-dsi a0352000.dsi: registered DSI host
[ 10.397472] device: 'a0353000.dsi': device_add
[ 10.402088] device: 'platform:ab8500-regulator.0--platform:a0353000.dsi': device_add
[ 10.409905] devices_kset: Moving a0353000.dsi to end of list
[ 10.415607] platform a0353000.dsi: Linked as a consumer to ab8500-regulator.0
[ 10.422764] dsi@a0353000 Dropping the fwnode link to regulator
[ 10.428611] platform a0353000.dsi: Not linking /soc/clocks/prcmu-clock - might never become dev
[ 10.437336] dsi@a0353000 Dropping the fwnode link to prcmu-clock
[ 10.443770] mcde-dsi a0353000.dsi: HW revision 0x02327457
[ 10.449187] mcde-dsi a0353000.dsi: registered DSI host
[ 10.525003] mcde-dsi a0351000.dsi: connected to panel
[ 10.525593] Trying to unpack rootfs image as initramfs...
[ 10.530084] mcde-dsi a0351000.dsi: initialized MCDE DSI bridge
[ 10.541388] mcde a0350000.mcde: bound a0351000.dsi (ops mcde_dsi_component_ops)
[ 10.548770] mcde-dsi a0352000.dsi: unused DSI interface
[ 10.554024] mcde a0350000.mcde: bound a0352000.dsi (ops mcde_dsi_component_ops)
[ 10.561356] mcde-dsi a0353000.dsi: unused DSI interface
[ 10.566608] mcde a0350000.mcde: bound a0353000.dsi (ops mcde_dsi_component_ops)
[ 10.574545] device: 'card1': device_add
[ 10.578757] device: 'card1-DSI-1': device_add
[ 10.583368] [drm] Initialized mcde 1.0.0 20180529 for a0350000.mcde on minor 1
[ 10.596694] device: 'fb0': device_add
[ 10.600782] device: 'vtcon1': device_add
[ 10.601090] mcde-dsi a0351000.dsi: set DSI master to 480x800 25628000 Hz VIDEO mode
[ 10.601211] mcde a0350000.mcde: enable MCDE, 480 x 800 format XR24 little-endian (0x34325258)
[ 10.601231] mcde a0350000.mcde: output in VIDEO mode, format 24bpp
[ 10.601238] mcde a0350000.mcde: Overlay CPP: 4 bytes, DSI formatter CPP 3 bytes
[ 10.601285] mcde-dsi a0351000.dsi: DSI LP clock rate 9600000 Hz
[ 10.601299] mcde-dsi a0351000.dsi: DSI HS clock rate 349440000 Hz
[ 10.601757] mcde-dsi a0351000.dsi: DSI link enabled
[ 10.601774] mcde-dsi a0351000.dsi: enabled MCDE DSI master
[ 10.601787] mcde a0350000.mcde: MCDE display is enabled
[ 10.644589] Freeing initrd memory: 3308K
[ 10.851077] panel-samsung-s6e63m0 a0351000.dsi.0: MTP ID: fe b6 1a
[ 10.851093] panel-samsung-s6e63m0 a0351000.dsi.0: detected LCD panel AMS397GE MIPI SM2
[ 11.227237] mcde a0350000.mcde: first update of display contents
[ 11.254740] Console: switching to colour frame buffer device 60x50
[ 11.366149] mcde a0350000.mcde: [drm] fb0: mcdedrmfb frame buffer device
[ 11.372968] mcde a0350000.mcde: Dropping the link to 8000e000.gpio
[ 11.379149] device: 'platform:8000e000.gpio--platform:a0350000.mcde': device_unregister
[ 11.387270] mcde a0350000.mcde: Dropping the link to 8000e100.gpio
[ 11.393470] device: 'platform:8000e100.gpio--platform:a0350000.mcde': device_unregister
[ 11.401532] mcde a0350000.mcde: Dropping the link to regulator-panel-1v8
[ 11.408244] device: 'platform:regulator-panel-1v8--platform:a0350000.mcde': device_unregister
[ 11.416831] mcde a0350000.mcde: Dropping the link to regulator-panel-3v0
[ 11.423550] device: 'platform:regulator-panel-3v0--platform:a0350000.mcde': device_unregister
[ 11.432671] device: 'ram0': device_add
[ 11.436780] device: '1:0': device_add
[ 11.440900] device: 'ram1': device_add
[ 11.445113] device: '1:1': device_add
[ 11.449149] device: 'ram2': device_add
[ 11.453242] device: '1:2': device_add
[ 11.457280] device: 'ram3': device_add
[ 11.461379] device: '1:3': device_add
[ 11.465437] device: 'ram4': device_add
[ 11.469459] device: '1:4': device_add
[ 11.473502] device: 'ram5': device_add
[ 11.477538] device: '1:5': device_add
[ 11.481524] device: 'ram6': device_add
[ 11.485556] device: '1:6': device_add
[ 11.489545] device: 'ram7': device_add
[ 11.493608] device: '1:7': device_add
[ 11.497609] device: 'ram8': device_add
[ 11.501623] device: '1:8': device_add
[ 11.505647] device: 'ram9': device_add
[ 11.509637] device: '1:9': device_add
[ 11.513677] device: 'ram10': device_add
[ 11.517776] device: '1:10': device_add
[ 11.521879] device: 'ram11': device_add
[ 11.525964] device: '1:11': device_add
[ 11.530059] device: 'ram12': device_add
[ 11.534195] device: '1:12': device_add
[ 11.538275] device: 'ram13': device_add
[ 11.542395] device: '1:13': device_add
[ 11.546470] device: 'ram14': device_add
[ 11.550605] device: '1:14': device_add
[ 11.554767] device: 'ram15': device_add
[ 11.558870] device: '1:15': device_add
[ 11.562917] brd: module loaded
[ 11.566329] HSI/SSI char device loaded
[ 11.570140] device: 'Fixed MDIO bus.0': device_add
[ 11.575083] device: 'fixed-0': device_add
[ 11.579976] device: 'musb-hdrc.0.auto': device_add
[ 11.585197] device: 'wakeup0': device_add
[ 11.589287] device: 'musb-hdrc.0.auto': device_add
[ 11.594187] device: 'gadget.0': device_add
[ 11.599088] device: 'regulator:regulator.31--i2c:5-0020': device_add
[ 11.605584] devices_kset: Moving 5-0020 to end of list
[ 11.610723] tm2-touchkey 5-0020: Linked as a consumer to regulator.31
[ 11.617308] device: 'regulator:regulator.29--i2c:5-0020': device_add
[ 11.623732] devices_kset: Moving 5-0020 to end of list
[ 11.628867] tm2-touchkey 5-0020: Linked as a consumer to regulator.29
[ 11.635376] tm2-touchkey 5-0020: supply vddio not found, using dummy regulator
[ 11.642680] device: 'regulator:regulator.0--i2c:5-0020': device_add
[ 11.648992] devices_kset: Moving 5-0020 to end of list
[ 11.654163] tm2-touchkey 5-0020: Linked as a consumer to regulator.0
[ 11.821867] device: 'input0': device_add
[ 11.825936] input: tm2-touchkey as /devices/platform/i2c-gpio-0/i2c-5/5-0020/input/input0
[ 11.834162] device: 'event0': device_add
[ 11.838657] device: 'tm2-touchkey': device_add
[ 11.843792] SPI driver cyttsp-spi has no spi_device_id for cypress,cy8ctma340
[ 11.850928] SPI driver cyttsp-spi has no spi_device_id for cypress,cy8ctst341
[ 11.858611] device: 'input1': device_add
[ 11.862694] input: AB8500 POn(PowerOn) Key as /devices/platform/soc/80157000.prcmu/ab8505-core.1/ab8500-poweron-key.0/input/input1
[ 11.874464] device: 'event1': device_add
[ 11.879041] gpio-vibrator vibrator: supply vcc not found, using dummy regulator
[ 11.886499] device: 'regulator:regulator.0--platform:vibrator': device_add
[ 11.893459] devices_kset: Moving vibrator to end of list
[ 11.898769] gpio-vibrator vibrator: Linked as a consumer to regulator.0
[ 11.905487] device: 'input2': device_add
[ 11.909524] input: gpio-vibrator as /devices/platform/vibrator/input/input2
[ 11.916519] device: 'event2': device_add
[ 11.926171] device: 'wakeup1': device_add
[ 11.940874] device: 'rtc0': device_add
[ 11.944845] device: 'alarmtimer.1.auto': device_add
[ 11.949896] device: 'wakeup2': device_add
[ 11.954005] ab8500-rtc ab8500-rtc.0: registered as rtc0
[ 11.964473] ab8500-rtc ab8500-rtc.0: setting system clock to 2001-11-24T20:16:29 UTC (1006632989)
[ 11.973737] device: 'wakeup3': device_add
[ 11.977832] device: 'rtc1': device_add
[ 11.981774] rtc-pl031 80154000.rtc: registered as rtc1
[ 11.987259] ab8500-fg ab8500-fg.0: error -EPROBE_DEFER: failed to get main battery ADC channel
[ 11.996093] ab8500-btemp ab8500-btemp.0: error -EPROBE_DEFER: failed to get battery thermal zone
[ 12.005077] device: 'ab8500_chargalg': device_add
[ 12.009867] device: 'ab8500_chargalg': dev_uevent: class uevent() returned -11
[ 12.017146] device: 'ab8500_chargalg': dev_uevent: class uevent() returned -11
[ 12.024384] device: 'wakeup4': device_add
[ 12.028484] device: 'hwmon0': device_add
[ 12.032487] ab8500_chargalg ab8500-chargalg.0: probe success
[ 12.038397] ab8500-charger ab8500-charger.0: error -EPROBE_DEFER: failed to get ADC USB charger voltage
[ 12.048009] iio_hwmon iio-hwmon: error -EPROBE_DEFER: Failed to get channels
[ 12.056215] device: 'thermal_zone0': device_add
[ 12.060868] db8500-thermal db8500-thermal.0: thermal zone sensor registered
[ 12.068264] device: 'watchdog': device_add
[ 12.072557] device: 'watchdog0': device_add
[ 12.076860] db8500_wdt db8500_wdt.0: initialized
[ 12.081617] device-mapper: uevent: version 1.0.3
[ 12.086317] device: 'device-mapper': device_add
[ 12.091032] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@xxxxxxxxxx
[ 12.099507] Bluetooth: HCI UART driver ver 2.3
[ 12.103962] Bluetooth: HCI UART protocol H4 registered
[ 12.109222] Bluetooth: HCI UART protocol Broadcom registered
[ 12.115641] device: 'cooling_device0': device_add
[ 12.121129] amba 80126000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 12.129552] amba 80118000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 12.137933] amba 80005000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 12.146906] rt8515 flash: current restricted from 343 to 343 mA, max intensity 100/100
[ 12.154864] rt8515 flash: max intensity 100/16 = 343 mA
[ 12.160091] rt8515 flash: current restricted from 55 to 55 mA, max intensity 100/100
[ 12.167843] rt8515 flash: max intensity 100/100 = 55 mA
[ 12.173100] device: 'white:flash': device_add
[ 12.177908] stm32-hash a03c2000.hash: dma-maxburst not specified, using 0
[ 12.184748] stm32-hash a03c2000.hash: No IRQ, use polling mode
[ 12.190614] stm32-hash a03c2000.hash: DMA mode not available
[ 12.196530] stm32-hash a03c2000.hash: will run requests pump with realtime priority
[ 12.204290] stm32-hash a03c2000.hash: Init HASH done HW ver 0 DMA mode 0
[ 12.212002] ab8500-gpadc ab8500-gpadc.0: found 12 ADC channels
[ 12.218155] device: 'regulator:regulator.33--platform:ab8500-gpadc.0': device_add
[ 12.225744] devices_kset: Moving ab8500-gpadc.0 to end of list
[ 12.231577] ab8500-gpadc ab8500-gpadc.0: Linked as a consumer to regulator.33
[ 12.249259] device: 'iio:device0': device_add
[ 12.254417] ak8974 6-000c: mounting matrix not found: using identity...
[ 12.261138] device: 'regulator:regulator.26--i2c:6-000c': device_add
[ 12.267583] devices_kset: Moving 6-000c to end of list
[ 12.272737] ak8974 6-000c: Linked as a consumer to regulator.26
[ 12.278715] device: 'regulator:regulator.37--i2c:6-000c': device_add
[ 12.285140] devices_kset: Moving 6-000c to end of list
[ 12.290275] ak8974 6-000c: Linked as a consumer to regulator.37
[ 12.297144] ak8974 6-000c: could not power on
[ 12.302071] ak8974 6-000c: Dropping the link to regulator.26
[ 12.307733] device: 'regulator:regulator.26--i2c:6-000c': device_unregister
[ 12.314895] ak8974 6-000c: Dropping the link to regulator.37
[ 12.320568] device: 'regulator:regulator.37--i2c:6-000c': device_unregister
[ 12.327862] device: 'cs_etm': device_add
[ 12.331910] device: 'cs_system_cfg': device_add
[ 12.336489] cs_system_cfg: CoreSight Configuration manager initialised
[ 12.343326] device: 'tpiu0': device_add
[ 12.347247] tpiu@80190000 Dropping the fwnode link to endpoint
[ 12.353115] replicator Linked as a fwnode consumer to tpiu@80190000
[ 12.359378] replicator Dropping the fwnode link to endpoint
[ 12.364982] device: 'amba:80190000.tpiu--platform:soc:replicator': device_add
[ 12.372189] platform soc:replicator: Linked as a sync state only consumer to 80190000.tpiu
[ 12.380451] replicator Dropping the fwnode link to tpiu@80190000
[ 12.386689] device: 'etb0': device_add
[ 12.390540] device: 'etb0': device_add
[ 12.394606] etb@801a4000 Dropping the fwnode link to endpoint
[ 12.400433] replicator Linked as a fwnode consumer to etb@801a4000
[ 12.406659] replicator Dropping the fwnode link to endpoint
[ 12.412270] device: 'amba:801a4000.etb--platform:soc:replicator': device_add
[ 12.419390] platform soc:replicator: Linked as a sync state only consumer to 801a4000.etb
[ 12.427584] replicator Dropping the fwnode link to etb@801a4000
[ 12.434007] device: 'funnel0': device_add
[ 12.438107] funnel@801a6000 Dropping the fwnode link to endpoint
[ 12.444143] funnel@801a6000 Dropping the fwnode link to endpoint
[ 12.450159] funnel@801a6000 Dropping the fwnode link to endpoint
[ 12.456176] replicator Linked as a fwnode consumer to funnel@801a6000
[ 12.462621] replicator Dropping the fwnode link to endpoint
[ 12.468200] ptm@801ae000 Linked as a fwnode consumer to funnel@801a6000
[ 12.474816] ptm@801ae000 Dropping the fwnode link to endpoint
[ 12.480559] ptm@801af000 Linked as a fwnode consumer to funnel@801a6000
[ 12.487190] ptm@801af000 Dropping the fwnode link to endpoint
[ 12.492955] device: 'amba:801a6000.funnel--amba:801af000.ptm': device_add
[ 12.499808] amba 801af000.ptm: Linked as a sync state only consumer to 801a6000.funnel
[ 12.507733] ptm@801af000 Dropping the fwnode link to funnel@801a6000
[ 12.514100] device: 'amba:801a6000.funnel--amba:801ae000.ptm': device_add
[ 12.520937] amba 801ae000.ptm: Linked as a sync state only consumer to 801a6000.funnel
[ 12.528859] ptm@801ae000 Dropping the fwnode link to funnel@801a6000
[ 12.535251] device: 'amba:801a6000.funnel--platform:soc:replicator': device_add
[ 12.542629] platform soc:replicator: Linked as a sync state only consumer to 801a6000.funnel
[ 12.551071] replicator Dropping the fwnode link to funnel@801a6000
[ 12.557518] device: 'replicator0': device_add
[ 12.562030] coresight-static-replicator soc:replicator: Dropping the link to 80190000.tpiu
[ 12.570304] device: 'amba:80190000.tpiu--platform:soc:replicator': device_unregister
[ 12.578117] coresight-static-replicator soc:replicator: Dropping the link to 801a4000.etb
[ 12.586312] device: 'amba:801a4000.etb--platform:soc:replicator': device_unregister
[ 12.594023] coresight-static-replicator soc:replicator: Dropping the link to 801a6000.funnel
[ 12.602481] device: 'amba:801a6000.funnel--platform:soc:replicator': device_unregister
[ 12.610848] device: 'etm0': device_add
[ 12.614795] coresight etm0: PTM 1.0 initialized
[ 12.619351] coresight-etm3x 801ae000.ptm: Dropping the link to 801a6000.funnel
[ 12.626584] device: 'amba:801a6000.funnel--amba:801ae000.ptm': device_unregister
[ 12.634239] device: 'etm1': device_add
[ 12.638140] coresight etm1: PTM 1.0 initialized
[ 12.642699] coresight-etm3x 801af000.ptm: Dropping the link to 801a6000.funnel
[ 12.649927] device: 'amba:801a6000.funnel--amba:801af000.ptm': device_unregister
[ 12.657451] gnss: GNSS driver registered with major 245
[ 12.662734] device: 'timer': device_add
[ 12.667033] device: 'snd-soc-dummy': device_add
[ 12.672039] platform ab8500-codec.0: error -EPROBE_DEFER: supplier abx500-clk.0 not ready
[ 12.680488] platform soc:sound: error -EPROBE_DEFER: supplier abx500-clk.0 not ready
[ 12.688643] NET: Registered PF_INET6 protocol family
[ 12.694826] Segment Routing with IPv6
[ 12.698542] In-situ OAM (IOAM) with IPv6
[ 12.702624] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 12.708590] device: 'sit0': device_add
[ 12.712939] NET: Registered PF_PACKET protocol family
[ 12.718077] NET: Registered PF_PHONET protocol family
[ 12.723243] NET: Registered PF_CAIF protocol family
[ 12.728201] Registering SWP/SWPB emulation handler
[ 12.737411] device: 'cpu_dma_latency': device_add
[ 12.742487] registered taskstats version 1
[ 12.746586] Loading compiled-in X.509 certificates
[ 12.757170] alg: extra crypto tests enabled. This is intended for developer use only.
[ 25.294251] Key type encrypted registered
[ 32.787617] stm32-hash a03c2000.hash: allocated hmac(sha256) fallback
[ 39.896976] stm32-hash a03c2000.hash: allocated sha256 fallback
[ 58.509400] stm32-hash a03c2000.hash: allocated hmac(sha1) fallback
[ 65.210999] stm32-hash a03c2000.hash: allocated sha1 fallback
[ 106.182563] devices_kset: Moving abx500-clk.0 to end of list
[ 106.188313] devices_kset: Moving ab8500-pwm.1 to end of list
[ 106.194092] devices_kset: Moving ab8500-codec.0 to end of list
[ 106.199965] devices_kset: Moving soc:sound to end of list
[ 106.207149] abx500-clk abx500-clk.0: registered clocks for ab850x
[ 106.213493] devices_kset: Moving 80120000.uart to end of list
[ 106.219292] amba 80120000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.227897] devices_kset: Moving 80121000.uart to end of list
[ 106.233751] amba 80121000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.242247] devices_kset: Moving 80004000.i2c to end of list
[ 106.247946] amba 80004000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.256356] devices_kset: Moving 80128000.i2c to end of list
[ 106.262060] amba 80128000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.270417] devices_kset: Moving 80110000.i2c to end of list
[ 106.276105] amba 80110000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.284481] devices_kset: Moving ab8500-fg.0 to end of list
[ 106.290254] ab8500-fg ab8500-fg.0: line impedance: 36000 uOhm
[ 106.296740] device: 'ab8500_fg': device_add
[ 106.301059] device: 'ab8500_fg': dev_uevent: class uevent() returned -11
[ 106.307965] device: 'ab8500_fg': dev_uevent: class uevent() returned -11
[ 106.314755] device: 'wakeup5': device_add
[ 106.318895] device: 'hwmon1': device_add
[ 106.323752] devices_kset: Moving ab8500-btemp.0 to end of list
[ 106.329747] ab8500-btemp ab8500-btemp.0: error -EPROBE_DEFER: failed to get battery thermal zone
[ 106.338675] devices_kset: Moving ab8500-charger.0 to end of list
[ 106.344980] device: 'regulator:regulator.33--platform:ab8500-charger.0': device_add
[ 106.352744] devices_kset: Moving ab8500-charger.0 to end of list
[ 106.358749] ab8500-charger ab8500-charger.0: Linked as a consumer to regulator.33
[ 106.367864] device: 'ab8500_usb': device_add
[ 106.372261] device: 'ab8500_usb': dev_uevent: class uevent() returned -11
[ 106.379083] device: 'ab8500_usb': dev_uevent: class uevent() returned -11
[ 106.385906] device: 'wakeup6': device_add
[ 106.390006] device: 'hwmon2': device_add
[ 106.394002] power_supply ab8500_usb: Samsung SDI EB-L1M7FLU battery 1500 mAh
[ 106.401562] devices_kset: Moving iio-hwmon to end of list
[ 106.407208] device: 'hwmon3': device_add
[ 106.411243] devices_kset: Moving thermistor to end of list
[ 106.416904] device: 'hwmon4': device_add
[ 106.420939] device: 'thermal_zone1': device_add
[ 106.443068] ntc-thermistor thermistor: Thermistor type: ssg1404_001221 successfully probed.
[ 106.451498] devices_kset: Moving 80126000.mmc to end of list
[ 106.457217] amba 80126000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.465589] devices_kset: Moving 80118000.mmc to end of list
[ 106.471257] amba 80118000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.479627] devices_kset: Moving 80005000.mmc to end of list
[ 106.485308] amba 80005000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.493677] devices_kset: Moving ab8500-codec.0 to end of list
[ 106.499837] devices_kset: Moving soc:sound to end of list
[ 106.505429] snd-soc-mop500 soc:sound: Error: snd_soc_register_card failed (-517)!
[ 106.512952] devices_kset: Moving 80120000.uart to end of list
[ 106.518710] amba 80120000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.527166] devices_kset: Moving 80121000.uart to end of list
[ 106.532932] amba 80121000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.541369] devices_kset: Moving 80004000.i2c to end of list
[ 106.547049] amba 80004000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.555413] devices_kset: Moving 80128000.i2c to end of list
[ 106.561079] amba 80128000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.569462] devices_kset: Moving 80110000.i2c to end of list
[ 106.575145] amba 80110000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.583510] devices_kset: Moving ab8500-btemp.0 to end of list
[ 106.589620] device: 'ab8500_btemp': device_add
[ 106.594433] device: 'ab8500_btemp': dev_uevent: class uevent() returned -11
[ 106.601659] device: 'ab8500_btemp': dev_uevent: class uevent() returned -11
[ 106.608785] device: 'wakeup7': device_add
[ 106.613088] device: 'thermal_zone2': device_add
[ 106.617951] device: 'hwmon5': device_add
[ 106.622244] device: 'hwmon6': device_add
[ 106.752790] ab8500-charger ab8500-charger.0: bound ab8500-fg.0 (ops ab8500_fg_component_ops)
[ 106.761499] ab8500-charger ab8500-charger.0: bound ab8500-btemp.0 (ops ab8500_btemp_component_ops)
[ 106.770842] ab8500-charger ab8500-charger.0: bound ab8500-chargalg.0 (ops ab8500_chargalg_component_ops)
[ 106.780478] devices_kset: Moving 80126000.mmc to end of list
[ 106.786191] amba 80126000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.794584] devices_kset: Moving 80118000.mmc to end of list
[ 106.794781] ab8500-charger ab8500-charger.0: VBUS input current limit set to 0 uA
[ 106.800260] amba 80118000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.816107] devices_kset: Moving 80005000.mmc to end of list
[ 106.821786] amba 80005000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.830157] devices_kset: Moving soc:sound to end of list
[ 106.835802] snd-soc-mop500 soc:sound: Error: snd_soc_register_card failed (-517)!
[ 106.843312] devices_kset: Moving 80120000.uart to end of list
[ 106.849101] amba 80120000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.857562] devices_kset: Moving 80121000.uart to end of list
[ 106.863332] amba 80121000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.871774] devices_kset: Moving 80004000.i2c to end of list
[ 106.877471] amba 80004000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.885842] devices_kset: Moving 80128000.i2c to end of list
[ 106.891514] amba 80128000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.899884] devices_kset: Moving 80110000.i2c to end of list
[ 106.905572] amba 80110000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.914143] devices_kset: Moving 80126000.mmc to end of list
[ 106.919831] amba 80126000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.928207] devices_kset: Moving 80118000.mmc to end of list
[ 106.933895] amba 80118000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.942259] devices_kset: Moving 80005000.mmc to end of list
[ 106.947924] amba 80005000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.956287] devices_kset: Moving soc:sound to end of list
[ 106.961864] snd-soc-mop500 soc:sound: Error: snd_soc_register_card failed (-517)!
[ 106.969364] devices_kset: Moving 80120000.uart to end of list
[ 106.975137] amba 80120000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.983588] devices_kset: Moving 80121000.uart to end of list
[ 106.989338] amba 80121000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 106.997797] devices_kset: Moving 80004000.i2c to end of list
[ 107.003476] amba 80004000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.011841] devices_kset: Moving 80128000.i2c to end of list
[ 107.017506] amba 80128000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.025868] devices_kset: Moving 80110000.i2c to end of list
[ 107.031536] amba 80110000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.040749] device: 'input3': device_add
[ 107.044859] input: GPIO Buttons as /devices/platform/gpio-keys/input/input3
[ 107.051873] device: 'event3': device_add
[ 107.056055] gpio-keys gpio-keys: Dropping the link to 8000e000.gpio
[ 107.062357] device: 'platform:8000e000.gpio--platform:gpio-keys': device_unregister
[ 107.070160] devices_kset: Moving 80126000.mmc to end of list
[ 107.070691] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 107.075910] amba 80126000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.092023] devices_kset: Moving 80118000.mmc to end of list
[ 107.097715] amba 80118000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.106095] devices_kset: Moving 80005000.mmc to end of list
[ 107.111771] amba 80005000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.120142] devices_kset: Moving soc:sound to end of list
[ 107.125802] snd-soc-mop500 soc:sound: Error: snd_soc_register_card failed (-517)!
[ 107.133339] devices_kset: Moving 80120000.uart to end of list
[ 107.139104] amba 80120000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.147569] devices_kset: Moving 80121000.uart to end of list
[ 107.153341] amba 80121000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.161782] devices_kset: Moving 80004000.i2c to end of list
[ 107.167475] amba 80004000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.175847] devices_kset: Moving 80128000.i2c to end of list
[ 107.181519] amba 80128000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.189898] devices_kset: Moving 80110000.i2c to end of list
[ 107.195584] amba 80110000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 107.209028] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 107.215024] ALSA device list:
[ 107.217995] No soundcards found.
[ 107.221538] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 107.221877] Warning: unable to open an initial console.
[ 107.230236] cfg80211: failed to load regulatory.db
[ 107.244865] Freeing unused kernel image (initmem) memory: 4096K
[ 107.282645] Run /init as init process
[ 107.762535] ab8500-btemp ab8500-btemp.0: Battery detected on BATCTRL (pin C3) resistance 1957 Ohm = 2400 Ohm +/- 40%
[ 117.612202] devices_kset: Moving 80126000.mmc to end of list
[ 117.618022] amba 80126000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 117.626639] devices_kset: Moving 80118000.mmc to end of list
[ 117.632588] amba 80118000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 117.641002] devices_kset: Moving 80005000.mmc to end of list
[ 117.646699] amba 80005000.mmc: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 117.655064] devices_kset: Moving soc:sound to end of list
[ 117.660697] snd-soc-mop500 soc:sound: Error: snd_soc_register_card failed (-517)!
[ 117.668243] devices_kset: Moving 80120000.uart to end of list
[ 117.674024] amba 80120000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 117.682490] devices_kset: Moving 80121000.uart to end of list
[ 117.688244] amba 80121000.uart: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 117.696701] devices_kset: Moving 80004000.i2c to end of list
[ 117.702380] amba 80004000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 117.710731] devices_kset: Moving 80128000.i2c to end of list
[ 117.716419] amba 80128000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 117.724782] devices_kset: Moving 80110000.i2c to end of list
[ 117.730454] amba 80110000.i2c: error -EPROBE_DEFER: wait for supplier prcc-reset-controller
[ 117.738936] amba 80126000.mmc: deferred probe pending
[ 117.744018] amba 80118000.mmc: deferred probe pending
[ 117.749075] amba 80005000.mmc: deferred probe pending
[ 117.754142] platform soc:sound: deferred probe pending
[ 117.759284] amba 80120000.uart: deferred probe pending
[ 117.764435] amba 80121000.uart: deferred probe pending
[ 117.769568] amba 80004000.i2c: deferred probe pending
[ 117.774623] amba 80128000.i2c: deferred probe pending
[ 117.779676] amba 80110000.i2c: deferred probe pending
[ 131.811985] random: crng init done
[ 137.452335] db8500-esram12: disabling
[ 137.456249] db8500-esram34: disabling
[ 137.460140] vmem_3v3: disabling