Hi,
I am working on a BSP for a client who made a modified hummingboard for his needs, with a RZ/G2LC SOM on it.
We want to boot on the eMMC.
The board did boot ok on the eMMC in the past.
We worked from the commit 61338f8f “Update build process (kernel, initrd, flashwriter)”, Jul 13 2023.
No specific patch was needed in order to boot.
We want to update as you provided a few fixes and features since then.
Now I try to use the commit f22483f5 “tfa: optimise ddr parameter selection for size”, May 26 2024.
We try without modifying this commit, appart from changing the OS from buildroot to debian in the runme.sh
script.
The image generation works. I also performed the uboot flashing as per your procedure:
https://solidrun.atlassian.net/wiki/spaces/developer/pages/476741633/HummingBoard+RZ+family+Boot+options#Flashing-bootloaders-over-serial
I am able to boot from USB drive as the README instructs :
sudo dd if=images/rzxxxx_solidrun_buildroot-sd-xxxxxxx.img of=/dev/sdX bs=1M
setenv bootargs 'rw rootwait earlycon root=/dev/sda2'
usb start
load usb 0:1 $kernel_addr_r boot/Image
load usb 0:1 $fdt_addr_r boot/rzxxx-hummingboard.dtb
setenv sdio_select emmc
booti $kernel_addr_r - $fdt_addr_r
But once booted, I cannot find any /dev/mmcblk0
device.
I also tried to boot on USB drive with an old version, and flash the new image on the eMMC.
What I understand is that u-boot starts. It decompresses the kernel and loads the devicetree OK.
Then the kernel starts but when looking for the rootfs, it can’t find the /dev/mmcblk0p2 partition.
So is it the Kernel misconfiguring something so it looses the eMMC ?
I include the boot log from this attempt below.
Here is what I checked:
- The uboot is ok loading the kernel from eMMC
- Uboot has the gpio to boot on eMMC :
board_select_sd_emmc: select emmc.
- Also it doesn’t modify the devicetree for uSD support
patching DTS | keep default settings
- linux devicetree is in eMMC mode
rzg2lc-hummingboard.dts:17 #define SW_SD0_DEV_SEL 1
I am a bit blocked here and wonder if I could have missed something.
Any help will be appreciated,
Bax
NOTICE: BL2: v2.9(release):v2.5/rzg2l-1.00-4337-gecb1fe5f
NOTICE: BL2: Built : 15:07:28, Jun 20 2024
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1f840 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1f9a0 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x44000000 src=(p:1)0x20090(256) len=0x6069(49)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1f840 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1f9a0 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: Load dst=0x1f9a0 src=(p:1)0x20038(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x50000000 src=(p:1)0x26100(304) len=0xb0350(1411)
NOTICE: BL2: Booting BL31
NOTICE: BL31: v2.9(release):v2.5/rzg2l-1.00-4337-gecb1fe5f
NOTICE: BL31: Built : 15:07:28, Jun 20 2024
U-Boot 2021.10-g7bc14383 (Jun 20 2024 - 15:07:17 +0000)
CPU: Renesas Electronics CPU rev 1.0
Model: rzg2lc-solidrun
DRAM: 896 MiB
MMC: sd@11c00000: 0
Loading Environment from MMC... SD0_DEV_SEL_SW = 0
OK
In: serial@1004b800
Out: serial@1004b800
Err: serial@1004b800
Failed to find eeprom device, ret=-19
Can't recognize the carrier board
SD0_DEV_SEL_SW = 0
board_select_sd_emmc: select emmc.
Net: EEPROM: TlvInfo v1 len=172
eth0: ethernet@11c20000
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
124 bytes read in 1 ms (121.1 KiB/s)
1: primary kernel
Retrieving file: /boot/Image.gz
7329218 bytes read in 240 ms (29.1 MiB/s)
append: rw rootwait root=/dev/mmcblk0p2
Retrieving file: /boot/rzg2lc-hummingboard.dtb
33587 bytes read in 2 ms (16 MiB/s)
Uncompressing Kernel Image
## Flattened Device Tree blob at 4c000000
Booting using the fdt blob at 0x4c000000
Using Device Tree in place at 000000004c000000, end 000000004c00b332
patching DTS | keep default settings
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.10.184-cip36-arm64-renesas-g8772d496cb1c-dirty (build@1bc842db2d35) (aarch64-none-elf-gcc (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 11.2.1 20220111, GNU ld (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 2.37.20220122) #1 SMP Thu Jun 20 15:07:34 UTC 2024
[ 0.000000] Machine model: Solidrun RZ/G2LC HummingBoard-Ripple
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000070000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,multimedia, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000068000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,mmp, compatible id shared-dma-pool
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x67e17b00-0x67e19fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] cma: Reserved 128 MiB at 0x000000005e000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s55448 r8192 d30568 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 225792
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: rw rootwait root=/dev/mmcblk0p2
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 355316K/917504K available (10944K kernel code, 1038K rwdata, 3264K rodata, 1984K init, 395K bss, 37900K reserved, 524288K cma-reserved)
[ 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 restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: 480 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000011940000
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000168] Console: colour dummy device 80x25
[ 0.000476] printk: console [tty0] enabled
[ 0.000547] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.000569] pid_max: default: 32768 minimum: 301
[ 0.000669] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.000688] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.002232] rcu: Hierarchical SRCU implementation.
[ 0.002773] Detected Renesas RZ/G2L r9a07g044 Rev 4
[ 0.003031] EFI services will not be available.
[ 0.003260] smp: Bringing up secondary CPUs ...
[ 0.003738] Detected VIPT I-cache on CPU1
[ 0.003779] GICv3: CPU1: found redistributor 100 region 0:0x0000000011960000
[ 0.003829] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.003991] smp: Brought up 1 node, 2 CPUs
[ 0.004033] SMP: Total of 2 processors activated.
[ 0.004045] CPU features: detected: Privileged Access Never
[ 0.004054] CPU features: detected: LSE atomic instructions
[ 0.004063] CPU features: detected: User Access Override
[ 0.004072] CPU features: detected: 32-bit EL0 Support
[ 0.004081] CPU features: detected: Common not Private translations
[ 0.004091] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.004102] CPU features: detected: CRC32 instructions
[ 0.004110] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.004120] CPU features: detected: 32-bit EL1 Support
[ 0.028503] CPU: All CPU(s) started at EL1
[ 0.028577] alternatives: patching kernel code
[ 0.030639] devtmpfs: initialized
[ 0.035774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.035822] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.047901] pinctrl core: initialized pinctrl subsystem
[ 0.048738] DMI not present or invalid.
[ 0.049230] NET: Registered protocol family 16
[ 0.050573] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.050684] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.050775] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.050872] audit: initializing netlink subsys (disabled)
[ 0.051149] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[ 0.051640] thermal_sys: Registered thermal governor 'step_wise'
[ 0.051937] cpuidle: using governor menu
[ 0.052048] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.052126] ASID allocator initialised with 65536 entries
[ 0.052246] Serial: AMBA PL011 UART driver
[ 0.071697] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.071729] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.071740] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.071750] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.073807] cryptd: max_cpu_qlen set to 1000
[ 0.079726] iommu: Default domain type: Translated
[ 0.080641] SCSI subsystem initialized
[ 0.080823] usbcore: registered new interface driver usbfs
[ 0.080864] usbcore: registered new interface driver hub
[ 0.080910] usbcore: registered new device driver usb
[ 0.081492] mc: Linux media interface: v0.10
[ 0.081521] videodev: Linux video capture interface: v2.00
[ 0.081591] pps_core: LinuxPPS API ver. 1 registered
[ 0.081601] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.081622] PTP clock support registered
[ 0.083387] clocksource: Switched to clocksource arch_sys_counter
[ 0.083635] VFS: Disk quotas dquot_6.6.0
[ 0.083703] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.089231] NET: Registered protocol family 2
[ 0.089440] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.090464] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 0.090518] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.090581] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.090724] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.090971] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
[ 0.091032] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.091061] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.091235] NET: Registered protocol family 1
[ 0.091854] RPC: Registered named UNIX socket transport module.
[ 0.091886] RPC: Registered udp transport module.
[ 0.091895] RPC: Registered tcp transport module.
[ 0.091903] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.092583] kvm [1]: HYP mode not available
[ 0.098420] Initialise system trusted keyrings
[ 0.098679] workingset: timestamp_bits=42 max_order=18 bucket_order=0
[ 0.104341] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.105040] NFS: Registering the id_resolver key type
[ 0.105094] Key type id_resolver registered
[ 0.105104] Key type id_legacy registered
[ 0.105189] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.105203] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.143301] Key type asymmetric registered
[ 0.143338] Asymmetric key parser 'x509' registered
[ 0.143418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.143470] io scheduler mq-deadline registered
[ 0.143480] io scheduler kyber registered
[ 0.143633] io scheduler bfq registered
[ 0.183512] SuperH (H)SCI(F) driver initialized
[ 0.187095] panfrost 11840000.gpu: clock rate = 500000000
[ 0.187146] panfrost 11840000.gpu: bus_clock rate = 200000000
[ 0.187164] panfrost 11840000.gpu: bus_ace_clock rate = 200000000
[ 0.188021] panfrost 11840000.gpu: [drm:panfrost_devfreq_init] Failed to register cooling device
[ 0.188126] panfrost 11840000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
[ 0.188143] panfrost 11840000.gpu: features: 00000000,3fde77ff, issues: 00000000,00000400
[ 0.188158] panfrost 11840000.gpu: Features: L2:0x070d0206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
[ 0.188173] panfrost 11840000.gpu: shader_present=0x1 l2_present=0x1
[ 0.189310] [drm] Initialized panfrost 1.1.0 20180908 for 11840000.gpu on minor 0
[ 0.197787] loop: module loaded
[ 0.198268] zram: Added device: zram0
[ 0.200560] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.200591] ehci-platform: EHCI generic platform driver
[ 0.227421] ehci-platform 11c50100.usb: EHCI Host Controller
[ 0.227471] ehci-platform 11c50100.usb: new USB bus registered, assigned bus number 1
[ 0.227590] ehci-platform 11c50100.usb: irq 122, io mem 0x11c50100
[ 0.243391] ehci-platform 11c50100.usb: USB 2.0 started, EHCI 1.10
[ 0.244124] hub 1-0:1.0: USB hub found
[ 0.244182] hub 1-0:1.0: 1 port detected
[ 0.244940] ehci-platform 11c70100.usb: EHCI Host Controller
[ 0.244980] ehci-platform 11c70100.usb: new USB bus registered, assigned bus number 2
[ 0.245083] ehci-platform 11c70100.usb: irq 123, io mem 0x11c70100
[ 0.259383] ehci-platform 11c70100.usb: USB 2.0 started, EHCI 1.10
[ 0.260091] hub 2-0:1.0: USB hub found
[ 0.260146] hub 2-0:1.0: 1 port detected
[ 0.260699] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.260747] ohci-platform: OHCI generic platform driver
[ 0.261130] ohci-platform 11c50000.usb: Generic Platform OHCI controller
[ 0.261160] ohci-platform 11c50000.usb: new USB bus registered, assigned bus number 3
[ 0.261281] ohci-platform 11c50000.usb: irq 120, io mem 0x11c50000
[ 0.350061] hub 3-0:1.0: USB hub found
[ 0.350125] hub 3-0:1.0: 1 port detected
[ 0.350861] ohci-platform 11c70000.usb: Generic Platform OHCI controller
[ 0.350899] ohci-platform 11c70000.usb: new USB bus registered, assigned bus number 4
[ 0.351038] ohci-platform 11c70000.usb: irq 121, io mem 0x11c70000
[ 0.438095] hub 4-0:1.0: USB hub found
[ 0.438163] hub 4-0:1.0: 1 port detected
[ 0.439539] usbcore: registered new interface driver uas
[ 0.439642] usbcore: registered new interface driver usb-storage
[ 0.439733] usbcore: registered new interface driver option
[ 0.439760] usbserial: USB Serial support registered for GSM modem (1-port)
[ 0.439886] usbcore: registered new interface driver pl2303
[ 0.439910] usbserial: USB Serial support registered for pl2303
[ 0.439949] usbcore: registered new interface driver qcserial
[ 0.439971] usbserial: USB Serial support registered for Qualcomm USB modem
[ 0.440589] renesas_usbhs 11c60000.usb: host probed
[ 0.440609] renesas_usbhs 11c60000.usb: no transceiver found
[ 0.440727] renesas_usbhs 11c60000.usb: gadget probed
[ 0.440999] renesas_usbhs 11c60000.usb: probed
[ 0.441759] usbcore: registered new interface driver usbtouchscreen
[ 0.441862] i2c /dev entries driver
[ 0.446191] rzg2l-csi2 10830400.csi2: 4 lanes found
[ 0.451562] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.451603] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.451966] renesas_mtu3 10001200.timer: ch0: used as clock source
[ 0.451988] clocksource: 10001200.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 18664368 ns
[ 0.452004] renesas_mtu3 10001200.timer: ch1: used for clock events
[ 0.452025] renesas_mtu3 10001200.timer: Renesas MTU3 driver probed
[ 0.452439] clocksource: timer@12801400: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.452469] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 21474836475ns
[ 0.452486] /soc/timer@12801400: used for clocksource
[ 0.452727] /soc/timer@12801800: used for clock events
[ 0.453006] usbcore: registered new interface driver usbhid
[ 0.453019] usbhid: USB HID core driver
[ 0.453325] optee: probing for conduit method.
[ 0.453344] optee: api uid mismatch
[ 0.453359] optee: probe of firmware:optee failed with error -22
[ 0.453733] Initializing XFRM netlink socket
[ 0.454179] NET: Registered protocol family 10
[ 0.457556] Segment Routing with IPv6
[ 0.457591] RPL Segment Routing with IPv6
[ 0.457700] mip6: Mobile IPv6
[ 0.457718] NET: Registered protocol family 17
[ 0.457957] Key type dns_resolver registered
[ 0.458339] registered taskstats version 1
[ 0.458356] Loading compiled-in X.509 certificates
[ 0.466811] thermal emergency: set temperature to 110 celsius
[ 0.466962] thermal emergency: shutdown target cpus 1
[ 0.466983] thermal emergency: freq scaled target cpus 0
[ 0.470627] gpio-297 (gpio_sd0_dev_sel): hogged as output/high
[ 0.470710] gpio-273 (gpio_lte_on): hogged as output/high
[ 0.471174] gpio gpiochip0: (11030000.pinctrl): detected irqchip that is shared with multiple gpiochips: please fix the driver.
[ 0.471672] pinctrl-rzg2l 11030000.pinctrl: pinctrl-rzg2l support registered
[ 0.473912] 1004b800.serial: ttySC0 at MMIO 0x1004b800 (irq = 18, base_baud = 0) is a scif
[ 0.508917] usb usb1-port1: over-current condition
[ 0.551410] usb usb2-port1: over-current condition
[ 0.555042] printk: console [ttySC0] enabled
[ 0.562241] usb usb3-port1: over-current condition
[ 0.572183] 1004bc00.serial: ttySC1 at MMIO 0x1004bc00 (irq = 23, base_baud = 0) is a scif
[ 0.619403] usb usb4-port1: over-current condition
[ 0.624114] 1004c000.serial: ttySC2 at MMIO 0x1004c000 (irq = 28, base_baud = 0) is a scif
[ 1.831273] serial serial0: tty port ttySC2 registered
[ 1.838583] renesas_spi 1004b000.spi: DMA available
[ 1.843941] renesas_spi 1004b000.spi: probed
[ 1.851180] ravb 11c20000.ethernet eth0: Base address at 0x11c20000, d0:63:b4:05:40:f5, IRQ 117.
[ 1.861539] at24 0-0050: supply vcc not found, using dummy regulator
[ 1.868333] at24 0-0050: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[ 1.875420] adv7511 0-003d: supply avdd not found, using dummy regulator
[ 1.882246] adv7511 0-003d: supply dvdd not found, using dummy regulator
[ 1.888983] adv7511 0-003d: supply pvdd not found, using dummy regulator
[ 1.895716] adv7511 0-003d: supply a2vdd not found, using dummy regulator
[ 1.902518] adv7511 0-003d: supply v3p3 not found, using dummy regulator
[ 1.909232] adv7511 0-003d: supply v1p2 not found, using dummy regulator
[ 1.926540] rtc-abx80x 0-0069: Unable to read partnumber
[ 1.932179] rtc-abx80x: probe of 0-0069 failed with error -5
[ 1.939151] at24 0-0057: supply vcc not found, using dummy regulator
[ 1.976320] i2c-riic 10058000.i2c: registered with 400000Hz bus speed
[ 1.986321] i2c-riic 10058400.i2c: registered with 100000Hz bus speed
[ 1.994855] raa215300 2-0012: RTC enabled
[ 1.999050] raa215300 2-0012: RAA215300 initialized
[ 2.004505] rtc-isl1208 2-006f: rtc power failure detected, please set clock.
[ 2.011942] rtc-isl1208 2-006f: Using internal oscillator
[ 2.018988] rtc-isl1208 2-006f: registered as rtc0
[ 2.024319] rtc-isl1208 2-006f: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
[ 2.032728] i2c-riic 10058800.i2c: registered with 400000Hz bus speed
[ 2.043768] renesas_sdhi_internal_dmac 11c10000.mmc: allocated mmc-pwrseq
[ 2.083460] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 2.090848] genirq: Setting trigger mode 3 for irq 142 failed (rzg2l_gpio_irq_set_type+0x0/0x354)
[ 2.099961] renesas_sdhi_internal_dmac 11c10000.mmc: mmc1 base at 0x0000000011c10000, max clock rate 50 MHz
[ 2.110117] renesas_sdhi_internal_dmac 11c00000.mmc: mmc0 base at 0x0000000011c00000, max clock rate 133 MHz
[ 2.120342] Waiting for root device /dev/mmcblk0p2...
[ 2.134954] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2.142107] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.149254] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.157546] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2.164580] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.172534] mmc1: queuing unknown CIS tuple 0x80 (6 bytes)
[ 2.263091] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 2.270469] scsi host0: usb-storage 1-1:1.0
[ 2.275052] mmc1: new high speed SDIO card at address 0001
[ 3.299296] scsi 0:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 4
[ 4.775446] sd 0:0:0:0: [sda] 15133248 512-byte logical blocks: (7.75 GB/7.22 GiB)
[ 4.784025] sd 0:0:0:0: [sda] Write Protect is off
[ 4.789772] sd 0:0:0:0: [sda] No Caching mode page found
[ 4.795092] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 4.806095] sda: sda1 sda2
[ 4.812693] sd 0:0:0:0: [sda] Attached SCSI removable disk