Skip to content

Instantly share code, notes, and snippets.

@LeonardMH
Last active January 18, 2024 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeonardMH/58ec135921fb1062ffd4a8b384831eb0 to your computer and use it in GitHub Desktop.
Save LeonardMH/58ec135921fb1062ffd4a8b384831eb0 to your computer and use it in GitHub Desktop.
TPS65224 Linux Drivers Test Logs
root@am62pxx-evm:~# dmesg | grep adc
[ 1.680160] tps65224_adc_probe: chip_id: 3 and ret: 0
# When ADC_IN is low
root@am62pxx-evm:~# cat /sys/bus/iio/devices/iio\:device0/in_voltage0_raw
0
# When ADC_IN is high
root@am62pxx-evm:~# cat /sys/bus/iio/devices/iio\:device0/in_voltage0_raw
3192
# When ADC is set to measure internal temp (for Debug)
root@am62pxx-evm:~# cat /sys/bus/iio/devices/iio\:device0/in_voltage0_raw
1157
Which implies Tj = 30.36 degC
root@am62pxx-evm:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.7.0-next-20240118-00011-gcb38009593e0 (administrator@mytsw00194) (aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #13 SMP PREEMPT Thu Jan 18 22:18:38 IST 2024
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments AM62P5 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000009c900000..0x000000009e6fffff (30720 KiB) nomap non-reusable r5f-dma-memory@9c900000
[ 0.000000] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000009ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x9fefdf9c0-0x9fefe1fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000009ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009c8fffff]
[ 0.000000] node 0: [mem 0x000000009c900000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
[ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000009ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000009ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1
[ 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: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 22 pages/cpu s51432 r8192 d30488 u90112
[ 0.000000] pcpu-alloc: s51432 r8192 d30488 u90112 alloc=22*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=5b9c056b-02 rw rootfstype=ext4 rootwait
[ 0.000000] Unknown kernel command line parameters "mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2064384
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 8030128K/8388608K available (16704K kernel code, 4666K rwdata, 11324K rodata, 9856K init, 615K bss, 325712K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] workqueue: name exceeds WQ_NAME_LEN. Truncating to: events_freezable_power_efficien
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 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=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880050000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.009419] Console: colour dummy device 80x25
[ 0.014039] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024713] pid_max: default: 32768 minimum: 301
[ 0.029495] LSM: initializing lsm=capability,integrity
[ 0.034857] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.042617] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.052501] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.059809] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.067776] rcu: Hierarchical SRCU implementation.
[ 0.072680] rcu: Max phase no-delay instances is 1000.
[ 0.078276] Platform MSI: msi-controller@1820000 domain created
[ 0.084482] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.093735] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.101320] EFI services will not be available.
[ 0.106191] smp: Bringing up secondary CPUs ...
[ 0.119413] Detected VIPT I-cache on CPU1
[ 0.119489] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.119505] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.119557] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.128214] Detected VIPT I-cache on CPU2
[ 0.128274] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.128289] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.128323] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.136950] Detected VIPT I-cache on CPU3
[ 0.137009] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.137023] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.137056] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.137133] smp: Brought up 1 node, 4 CPUs
[ 0.216775] SMP: Total of 4 processors activated.
[ 0.221581] CPU: All CPU(s) started at EL2
[ 0.225796] CPU features: detected: 32-bit EL0 Support
[ 0.231046] CPU features: detected: 32-bit EL1 Support
[ 0.236304] CPU features: detected: CRC32 instructions
[ 0.241591] alternatives: applying system-wide alternatives
[ 0.249377] devtmpfs: initialized
[ 0.261951] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.271941] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.280190] pinctrl core: initialized pinctrl subsystem
[ 0.287448] DMI not present or invalid.
[ 0.292312] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.299431] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.306923] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.315226] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.323458] audit: initializing netlink subsys (disabled)
[ 0.329147] audit: type=2000 audit(0.232:1): state=initialized audit_enabled=0 res=1
[ 0.330426] thermal_sys: Registered thermal governor 'step_wise'
[ 0.337088] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.343293] cpuidle: using governor menu
[ 0.354303] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.361334] ASID allocator initialised with 65536 entries
[ 0.369075] Serial: AMBA PL011 UART driver
[ 0.397089] Modules: 21936 pages in range for non-PLT usage
[ 0.397109] Modules: 513456 pages in range for PLT usage
[ 0.403593] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.415970] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.422730] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.429665] HugeTLB: 508 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.436244] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.443175] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.449669] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.456602] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.464792] ACPI: Interpreter disabled.
[ 0.471337] k3-chipinfo 43000014.chipid: Family:AM62PX rev:SR1.0 JTAGID[0x0bb9d02f] Detected
[ 0.480347] reg-fixed-voltage regulator-0: using DT '/regulator-0' for '(null)' GPIO lookup
[ 0.480374] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/regulator-0[0]'
[ 0.480390] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulator-0[0]'
[ 0.480406] reg-fixed-voltage regulator-0: using lookup tables for GPIO lookup
[ 0.480413] reg-fixed-voltage regulator-0: No GPIO consumer (null) found
[ 0.480867] iommu: Default domain type: Translated
[ 0.485786] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.492488] SCSI subsystem initialized
[ 0.496482] libata version 3.00 loaded.
[ 0.496682] usbcore: registered new interface driver usbfs
[ 0.502321] usbcore: registered new interface driver hub
[ 0.507773] usbcore: registered new device driver usb
[ 0.514185] pps_core: LinuxPPS API ver. 1 registered
[ 0.519265] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.528605] PTP clock support registered
[ 0.532761] EDAC MC: Ver: 3.0.0
[ 0.536671] scmi_core: SCMI protocol bus registered
[ 0.542759] FPGA manager framework
[ 0.546339] Advanced Linux Sound Architecture Driver Initialized.
[ 0.553633] vgaarb: loaded
[ 0.557333] clocksource: Switched to clocksource arch_sys_counter
[ 0.563822] VFS: Disk quotas dquot_6.6.0
[ 0.567869] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.575075] pnp: PnP ACPI: disabled
[ 0.585004] NET: Registered PF_INET protocol family
[ 0.590298] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.603369] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.612215] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.620154] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.628665] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.637971] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.644844] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.651952] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.659622] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.665847] RPC: Registered named UNIX socket transport module.
[ 0.671928] RPC: Registered udp transport module.
[ 0.676736] RPC: Registered tcp transport module.
[ 0.681542] RPC: Registered tcp-with-tls transport module.
[ 0.687149] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.693743] PCI: CLS 0 bytes, default 64
[ 0.698210] kvm [1]: IPA Size Limit: 40 bits
[ 0.704823] kvm [1]: vgic-v2@100020000
[ 0.708685] kvm [1]: GIC system register CPU interface enabled
[ 0.714671] kvm [1]: vgic interrupt IRQ9
[ 0.718705] kvm [1]: Hyp mode initialized successfully
[ 0.725283] Initialise system trusted keyrings
[ 0.730072] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[ 0.736973] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.743191] NFS: Registering the id_resolver key type
[ 0.748386] Key type id_resolver registered
[ 0.752669] Key type id_legacy registered
[ 0.756789] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.763639] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.771387] 9p: Installing v9fs 9p2000 file system support
[ 0.819270] Key type asymmetric registered
[ 0.823463] Asymmetric key parser 'x509' registered
[ 0.828493] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.836054] io scheduler mq-deadline registered
[ 0.840684] io scheduler kyber registered
[ 0.844813] io scheduler bfq registered
[ 0.857636] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.864060] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.878813] EINJ: ACPI disabled.
[ 0.914506] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.925502] msm_serial: driver initialized
[ 0.930160] SuperH (H)SCI(F) driver initialized
[ 0.935041] STM32 USART driver initialized
[ 0.947706] loop: module loaded
[ 0.951686] SPI driver tps6594 has no spi_device_id for ti,tps6594-q1
[ 0.958294] SPI driver tps6594 has no spi_device_id for ti,tps6593-q1
[ 0.964877] SPI driver tps6594 has no spi_device_id for ti,lp8764-q1
[ 0.971370] SPI driver tps6594 has no spi_device_id for ti,tps65224-q1
[ 0.978930] megasas: 07.727.03.00-rc1
[ 0.988763] mdio_bus fixed-0: using lookup tables for GPIO lookup
[ 0.988786] mdio_bus fixed-0: No GPIO consumer reset found
[ 0.991066] tun: Universal TUN/TAP device driver, 1.6
[ 0.997667] thunder_xcv, ver 1.0
[ 1.000996] thunder_bgx, ver 1.0
[ 1.004397] nicpf, ver 1.0
[ 1.008858] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.016264] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.021747] hclge is initializing
[ 1.025166] e1000: Intel(R) PRO/1000 Network Driver
[ 1.030152] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.036048] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.041124] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.047194] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.052710] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.058424] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.064827] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.071341] sky2: driver version 1.30
[ 1.076878] VFIO - User Level meta-driver version: 0.3
[ 1.086036] usbcore: registered new interface driver usb-storage
[ 1.096028] i2c_dev: i2c /dev entries driver
[ 1.109602] cpu cpu0: OPP-v2 not supported, cpufreq-dt will attempt to use legacy tables.
[ 1.120308] sdhci: Secure Digital Host Controller Interface driver
[ 1.126722] sdhci: Copyright(c) Pierre Ossman
[ 1.132354] Synopsys Designware Multimedia Card Interface Driver
[ 1.139825] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.148089] (NULL device *): using DT '/leds/led-0' for '(null)' GPIO lookup
[ 1.148124] (NULL device *): No GPIO consumer (null) found
[ 1.148578] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.155703] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.163588] usbcore: registered new interface driver usbhid
[ 1.169304] usbhid: USB HID core driver
[ 1.178149] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.189603] optee: probing for conduit method.
[ 1.194182] optee: revision 4.0 (a39a15f3)
[ 1.210757] optee: dynamic shared memory is enabled
[ 1.220168] optee: initialized driver
[ 1.228143] NET: Registered PF_PACKET protocol family
[ 1.233439] 9pnet: Installing 9P2000 support
[ 1.237874] Key type dns_resolver registered
[ 1.252136] registered taskstats version 1
[ 1.256472] Loading compiled-in X.509 certificates
[ 1.273264] reg-fixed-voltage regulator-1: using DT '/regulator-1' for '(null)' GPIO lookup
[ 1.273308] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/regulator-1[0]'
[ 1.273367] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulator-1[0]'
[ 1.273382] reg-fixed-voltage regulator-1: using lookup tables for GPIO lookup
[ 1.273390] reg-fixed-voltage regulator-1: No GPIO consumer (null) found
[ 1.275884] reg-fixed-voltage regulator-2: using DT '/regulator-2' for '(null)' GPIO lookup
[ 1.275926] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/regulator-2[0]'
[ 1.275947] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulator-2[0]'
[ 1.275960] reg-fixed-voltage regulator-2: using lookup tables for GPIO lookup
[ 1.275969] reg-fixed-voltage regulator-2: No GPIO consumer (null) found
[ 1.306098] (NULL device *): using DT '/leds/led-0' for '(null)' GPIO lookup
[ 1.306141] (NULL device *): No GPIO consumer (null) found
[ 1.309082] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
[ 1.381163] i2c i2c-0: using DT '/bus@f0000/bus@b00000/i2c@2b200000' for 'scl' GPIO lookup
[ 1.381202] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/bus@f0000/bus@b00000/i2c@2b200000[0]'
[ 1.381221] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/bus@f0000/bus@b00000/i2c@2b200000[0]'
[ 1.381237] i2c i2c-0: using lookup tables for GPIO lookup
[ 1.381245] i2c i2c-0: No GPIO consumer scl found
[ 1.381263] i2c i2c-0: using DT '/bus@f0000/bus@b00000/i2c@2b200000' for 'sda' GPIO lookup
[ 1.381280] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/bus@f0000/bus@b00000/i2c@2b200000[0]'
[ 1.381298] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/bus@f0000/bus@b00000/i2c@2b200000[0]'
[ 1.381311] i2c i2c-0: using lookup tables for GPIO lookup
[ 1.381351] i2c i2c-0: No GPIO consumer sda found
[ 1.381533] i2c 0-0048: Fixed dependency cycle(s) with /bus@f0000/bus@b00000/i2c@2b200000/pmic@48/regulators/buck3
[ 1.392333] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.399660] i2c i2c-1: using DT '/bus@f0000/i2c@20010000' for 'scl' GPIO lookup
[ 1.399692] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/bus@f0000/i2c@20010000[0]'
[ 1.399710] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/bus@f0000/i2c@20010000[0]'
[ 1.399724] i2c i2c-1: using lookup tables for GPIO lookup
[ 1.399731] i2c i2c-1: No GPIO consumer scl found
[ 1.399749] i2c i2c-1: using DT '/bus@f0000/i2c@20010000' for 'sda' GPIO lookup
[ 1.399764] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/bus@f0000/i2c@20010000[0]'
[ 1.399780] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/bus@f0000/i2c@20010000[0]'
[ 1.399791] i2c i2c-1: using lookup tables for GPIO lookup
[ 1.399797] i2c i2c-1: No GPIO consumer sda found
[ 1.400380] pca953x 1-0023: using DT '/bus@f0000/i2c@20010000/gpio@23' for 'reset' GPIO lookup
[ 1.400403] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/bus@f0000/i2c@20010000/gpio@23[0]'
[ 1.400421] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/bus@f0000/i2c@20010000/gpio@23[0]'
[ 1.400437] pca953x 1-0023: using lookup tables for GPIO lookup
[ 1.400444] pca953x 1-0023: No GPIO consumer reset found
[ 1.400472] pca953x 1-0023: supply vcc not found, using dummy regulator
[ 1.407361] pca953x 1-0023: using AI
[ 1.433846] gpiochip_find_base_unlocked: found new base at 512
[ 1.435373] gpio gpiochip0: (1-0023): added GPIO chardev (254:0)
[ 1.435436] gpio gpiochip0: registered GPIOs 512 to 535 on 1-0023
[ 1.435501] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.442824] i2c i2c-2: using DT '/bus@f0000/i2c@20020000' for 'scl' GPIO lookup
[ 1.442856] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/bus@f0000/i2c@20020000[0]'
[ 1.442874] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/bus@f0000/i2c@20020000[0]'
[ 1.442888] i2c i2c-2: using lookup tables for GPIO lookup
[ 1.442895] i2c i2c-2: No GPIO consumer scl found
[ 1.442914] i2c i2c-2: using DT '/bus@f0000/i2c@20020000' for 'sda' GPIO lookup
[ 1.442929] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/bus@f0000/i2c@20020000[0]'
[ 1.442945] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/bus@f0000/i2c@20020000[0]'
[ 1.442956] i2c i2c-2: using lookup tables for GPIO lookup
[ 1.442962] i2c i2c-2: No GPIO consumer sda found
[ 1.442998] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.449545] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.458320] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.467945] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.478147] ti-udma 485c0100.dma-controller: Number of rings: 78
[ 1.486862] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.499431] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.510446] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.522428] printk: legacy console [ttyS2] disabled
[ 1.527583] omap8250 2800000.serial: using DT '/bus@f0000/serial@2800000' for 'rs485-term' GPIO lookup
[ 1.527610] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/bus@f0000/serial@2800000[0]'
[ 1.527629] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/bus@f0000/serial@2800000[0]'
[ 1.527644] omap8250 2800000.serial: using lookup tables for GPIO lookup
[ 1.527651] omap8250 2800000.serial: No GPIO consumer rs485-term found
[ 1.527658] omap8250 2800000.serial: using DT '/bus@f0000/serial@2800000' for 'rs485-rx-during-tx' GPIO lookup
[ 1.527674] of_get_named_gpiod_flags: can't parse 'rs485-rx-during-tx-gpios' property of node '/bus@f0000/serial@2800000[0]'
[ 1.527691] of_get_named_gpiod_flags: can't parse 'rs485-rx-during-tx-gpio' property of node '/bus@f0000/serial@2800000[0]'
[ 1.527702] omap8250 2800000.serial: using lookup tables for GPIO lookup
[ 1.527708] omap8250 2800000.serial: No GPIO consumer rs485-rx-during-tx found
[ 1.527929] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 237, base_baud = 3000000) is a 8250
[ 1.536820] printk: legacy console [ttyS2] enabled
[ 1.546531] printk: legacy bootconsole [ns16550a0] disabled
[ 1.565132] spi_master spi0: No. of CS is more than max. no. of supported CS
[ 1.572244] spi_master spi0: Failed to create SPI device for /bus@f0000/bus@fc00000/spi@fc40000/flash@0
[ 1.584046] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000002
[ 1.596964] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.604099] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.614858] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.623999] cpu cpu0: OPP table can't be empty
[ 1.636879] sdhci-am654: probe of fa10000.mmc failed with error -22
[ 1.636889] (NULL device *): using DT '/leds/led-0' for '(null)' GPIO lookup
[ 1.643191] (NULL device *): No GPIO consumer (null) found
[ 1.644182] gpiochip_find_base_unlocked: found new base at 536
[ 1.644421] gpio gpiochip1: (4201000.gpio): added GPIO chardev (254:1)
[ 1.644498] gpio gpiochip1: registered GPIOs 536 to 559 on 4201000.gpio
[ 1.646400] gpiochip_find_base_unlocked: found new base at 560
[ 1.646597] gpio gpiochip2: (600000.gpio): added GPIO chardev (254:2)
[ 1.646659] gpio gpiochip2: registered GPIOs 560 to 651 on 600000.gpio
[ 1.649984] gpiochip_find_base_unlocked: found new base at 652
[ 1.650187] gpio gpiochip3: (601000.gpio): added GPIO chardev (254:3)
[ 1.650246] gpio gpiochip3: registered GPIOs 652 to 703 on 601000.gpio
[ 1.657564] gpio-regulator regulator-4: using DT '/regulator-4' for '(null)' GPIO lookup
[ 1.657621] of_get_named_gpiod_flags: parsed 'gpios' property of node '/regulator-4[0]' - status (0)
[ 1.657645] gpio gpiochip2: Persistence not supported for GPIO 31
[ 1.657659] gpio-regulator regulator-4: using DT '/regulator-4' for 'enable' GPIO lookup
[ 1.657674] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/regulator-4[0]'
[ 1.657689] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/regulator-4[0]'
[ 1.657702] gpio-regulator regulator-4: using lookup tables for GPIO lookup
[ 1.657709] gpio-regulator regulator-4: No GPIO consumer enable found
[ 1.724881] gpiochip_find_base_unlocked: found new base at 704
[ 1.725958] gpio gpiochip4: (0-0048): added GPIO chardev (254:4)
[ 1.726025] gpio gpiochip4: registered GPIOs 704 to 709 on 0-0048
[ 1.738249] pca953x 1-0022: using DT '/bus@f0000/i2c@20010000/gpio@22' for 'reset' GPIO lookup
[ 1.738283] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/bus@f0000/i2c@20010000/gpio@22[0]'
[ 1.738303] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/bus@f0000/i2c@20010000/gpio@22[0]'
[ 1.738321] pca953x 1-0022: using lookup tables for GPIO lookup
[ 1.738328] pca953x 1-0022: No GPIO consumer reset found
[ 1.738359] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.745102] pca953x 1-0022: using AI
[ 1.751449] gpiochip_find_base_unlocked: found new base at 710
[ 1.751687] gpio gpiochip5: (1-0022): added GPIO chardev (254:5)
[ 1.751748] gpio gpiochip5: registered GPIOs 710 to 733 on 1-0022
[ 1.757093] (NULL device *): using DT '/leds/led-0' for '(null)' GPIO lookup
[ 1.757150] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led-0[0]' - status (0)
[ 1.757176] gpio gpiochip3: Persistence not supported for GPIO 49
[ 1.757183] gpio-701 (?): no flags found for (null)
[ 1.760795] reg-fixed-voltage regulator-3: using DT '/regulator-3' for '(null)' GPIO lookup
[ 1.760841] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/regulator-3[0]'
[ 1.760895] of_get_named_gpiod_flags: parsed 'gpio' property of node '/regulator-3[0]' - status (0)
[ 1.760927] gpio gpiochip5: Persistence not supported for GPIO 3
[ 1.765567] sdhci-am654 fa00000.mmc: using DT '/bus@f0000/mmc@fa00000' for 'cd' GPIO lookup
[ 1.765607] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/bus@f0000/mmc@fa00000[0]'
[ 1.765627] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/bus@f0000/mmc@fa00000[0]'
[ 1.765642] sdhci-am654 fa00000.mmc: using lookup tables for GPIO lookup
[ 1.765650] sdhci-am654 fa00000.mmc: No GPIO consumer cd found
[ 1.765657] sdhci-am654 fa00000.mmc: using DT '/bus@f0000/mmc@fa00000' for 'wp' GPIO lookup
[ 1.765673] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/bus@f0000/mmc@fa00000[0]'
[ 1.765688] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/bus@f0000/mmc@fa00000[0]'
[ 1.765700] sdhci-am654 fa00000.mmc: using lookup tables for GPIO lookup
[ 1.765706] sdhci-am654 fa00000.mmc: No GPIO consumer wp found
[ 1.766087] mmc1: CQHCI version 5.10
[ 1.810970] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.819362] clk: Disabling unused clocks
[ 1.828654] ALSA device list:
[ 1.831631] No soundcards found.
[ 1.835331] Waiting for root device PARTUUID=5b9c056b-02...
[ 1.851035] mmc1: new SDHC card at address aaaa
[ 1.856214] mmcblk1: mmc1:aaaa SC32G 29.7 GiB
[ 1.865413] mmcblk1: p1 p2
[ 1.904804] EXT4-fs (mmcblk1p2): mounted filesystem 1db0aa8a-48d7-473f-9848-82edb68cd889 r/w with ordered data mode. Quota mode: none.
[ 1.916980] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 1.926585] devtmpfs: mounted
[ 1.932761] Freeing unused kernel memory: 9856K
[ 1.937471] Run /sbin/init as init process
[ 1.941567] with arguments:
[ 1.941571] /sbin/init
[ 1.941575] with environment:
[ 1.941578] HOME=/
[ 1.941582] TERM=linux
[ 1.941585] mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
[ 2.639751] systemd[1]: System time before build time, advancing clock.
[ 3.361517] NET: Registered PF_INET6 protocol family
[ 3.367575] Segment Routing with IPv6
[ 3.371325] In-situ OAM (IOAM) with IPv6
[ 3.441762] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 3.473528] systemd[1]: Detected architecture arm64.
[ 3.540270] systemd[1]: Hostname set to <am62pxx-evm>.
[ 3.693042] systemd-sysv-generator[94]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.085249] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.183009] systemd[1]: Queued start job for default target Multi-User System.
[ 4.246144] systemd[1]: Created slice Slice /system/getty.
[ 4.272046] systemd[1]: Created slice Slice /system/modprobe.
[ 4.296035] systemd[1]: Created slice Slice /system/serial-getty.
[ 4.319574] systemd[1]: Created slice User and Session Slice.
[ 4.341753] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 4.365654] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.389776] systemd[1]: Reached target Path Units.
[ 4.405493] systemd[1]: Reached target Remote File Systems.
[ 4.425464] systemd[1]: Reached target Slice Units.
[ 4.441489] systemd[1]: Reached target Swaps.
[ 4.501850] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 4.525593] systemd[1]: Reached target RPC Port Mapper.
[ 4.553862] systemd[1]: Listening on Process Core Dump Socket.
[ 4.577835] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 4.602201] systemd[1]: Listening on Journal Audit Socket.
[ 4.625998] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.650035] systemd[1]: Listening on Journal Socket.
[ 4.670242] systemd[1]: Listening on Network Service Netlink Socket.
[ 4.694080] systemd[1]: Listening on udev Control Socket.
[ 4.713880] systemd[1]: Listening on udev Kernel Socket.
[ 4.733956] systemd[1]: Listening on User Database Manager Socket.
[ 4.781771] systemd[1]: Mounting Huge Pages File System...
[ 4.802020] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.830176] systemd[1]: Mounting Kernel Debug File System...
[ 4.845912] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 4.885821] systemd[1]: Mounting Temporary Directory /tmp...
[ 4.907002] systemd[1]: Starting Create List of Static Device Nodes...
[ 4.934000] systemd[1]: Starting Load Kernel Module configfs...
[ 4.953927] systemd[1]: Starting Load Kernel Module drm...
[ 4.978004] systemd[1]: Starting Load Kernel Module fuse...
[ 5.154039] fuse: init (API version 7.39)
[ 5.426113] systemd[1]: Starting Start psplash boot splash screen...
[ 5.550067] systemd[1]: Starting RPC Bind...
[ 5.565698] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 5.585447] systemd[1]: Starting Journal Service...
[ 5.682074] systemd[1]: Starting Load Kernel Modules...
[ 5.702883] systemd[1]: Starting Generate network units from Kernel command line...
[ 5.730563] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 5.760601] systemd[1]: Starting Coldplug All udev Devices...
[ 5.782192] EXT4-fs (mmcblk1p2): re-mounted 1db0aa8a-48d7-473f-9848-82edb68cd889 r/w. Quota mode: none.
[ 5.786544] systemd[1]: Started RPC Bind.
[ 5.812154] systemd[1]: Started Journal Service.
[ 6.161226] systemd-journald[113]: Received client request to flush runtime journal.
[ 6.386348] audit: type=1334 audit(1651167748.752:2): prog-id=5 op=LOAD
[ 6.393116] audit: type=1334 audit(1651167748.760:3): prog-id=6 op=LOAD
[ 7.413390] random: crng init done
[ 7.423200] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
[ 7.462213] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
[ 7.469598] omap-mailbox 29020000.mailbox: no available mbox devices found
[ 7.481512] omap-mailbox 29030000.mailbox: no available mbox devices found
[ 7.605847] platform 79000000.r5f: configured R5F for remoteproc mode
[ 7.617143] platform 79000000.r5f: device does not have reserved memory regions, ret = -22
[ 7.625557] k3_r5_rproc bus@f0000:bus@4000000:r5fss@79000000: reserved memory init failed, ret = -22
[ 7.635665] remoteproc remoteproc0: releasing 79000000.r5f
[ 7.641252] k3_r5_rproc bus@f0000:bus@4000000:r5fss@79000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 7.650858] k3_r5_rproc: probe of bus@f0000:bus@4000000:r5fss@79000000 failed with error -22
[ 7.672917] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 7.685933] platform 78000000.r5f: configured R5F for IPC-only mode
[ 7.692436] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
[ 7.700783] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
[ 7.709923] remoteproc remoteproc0: releasing 78000000.r5f
[ 7.711154] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 7.715464] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 7.715542] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
[ 7.738922] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:15 UTC (15)
[ 7.747098] rtc-ti-k3 2b1f0000.rtc: using DT '/bus@f0000/bus@b00000/rtc@2b1f0000' for 'wp' GPIO lookup
[ 7.747145] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/bus@f0000/bus@b00000/rtc@2b1f0000[0]'
[ 7.747169] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/bus@f0000/bus@b00000/rtc@2b1f0000[0]'
[ 7.747186] rtc-ti-k3 2b1f0000.rtc: using lookup tables for GPIO lookup
[ 7.747194] rtc-ti-k3 2b1f0000.rtc: No GPIO consumer wp found
[ 7.770733] systemd-journald[113]: Time jumped backwards, rotating.
[ 7.806226] tlv320aic3x 1-001b: using DT '/bus@f0000/i2c@20010000/audio-codec@1b' for 'reset' GPIO lookup
[ 7.806275] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/bus@f0000/i2c@20010000/audio-codec@1b[0]'
[ 7.806300] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/bus@f0000/i2c@20010000/audio-codec@1b[0]'
[ 7.806324] of_get_named_gpiod_flags: can't parse 'gpio-reset' property of node '/bus@f0000/i2c@20010000/audio-codec@1b[0]'
[ 7.806339] tlv320aic3x 1-001b: using lookup tables for GPIO lookup
[ 7.806346] tlv320aic3x 1-001b: No GPIO consumer reset found
[ 7.806382] tlv320aic3x 1-001b: supply IOVDD not found, using dummy regulator
[ 7.824525] tlv320aic3x 1-001b: supply DVDD not found, using dummy regulator
[ 7.833964] tlv320aic3x 1-001b: supply AVDD not found, using dummy regulator
[ 7.841297] tlv320aic3x 1-001b: supply DRVDD not found, using dummy regulator
[ 7.848761] tlv320aic3x 1-001b: Invalid supply voltage(s) AVDD: -22, DVDD: -22
[ 7.866336] asoc-simple-card sound: using DT '/sound' for 'simple-audio-card,hp-det' GPIO lookup
[ 7.866388] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpios' property of node '/sound[0]'
[ 7.866410] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound[0]'
[ 7.866424] asoc-simple-card sound: using lookup tables for GPIO lookup
[ 7.866432] asoc-simple-card sound: No GPIO consumer simple-audio-card,hp-det found
[ 7.866440] asoc-simple-card sound: using DT '/sound' for 'simple-audio-card,mic-det' GPIO lookup
[ 7.866456] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpios' property of node '/sound[0]'
[ 7.866472] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound[0]'
[ 7.866483] asoc-simple-card sound: using lookup tables for GPIO lookup
[ 7.866489] asoc-simple-card sound: No GPIO consumer simple-audio-card,mic-det found
[ 9.634476] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 10.055724] systemd-journald[113]: Oldest entry in /run/log/journal/af1cd9ef162a458194f0ffeba99c4cc1/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 10.073611] systemd-journald[113]: /run/log/journal/af1cd9ef162a458194f0ffeba99c4cc1/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 10.588617] audit: type=1334 audit(1651234707.848:4): prog-id=7 op=LOAD
[ 10.595336] audit: type=1334 audit(1651234707.856:5): prog-id=8 op=LOAD
[ 11.382938] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.399457] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.405973] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 11.416173] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 11.424828] cfg80211: failed to load regulatory.db
[ 26.559182] audit: type=1334 audit(1651234723.820:6): prog-id=9 op=LOAD
[ 26.565914] audit: type=1334 audit(1651234723.828:7): prog-id=10 op=LOAD
[ 26.880609] audit: type=1006 audit(1651234724.140:8): pid=412 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[ 26.892985] audit: type=1300 audit(1651234724.140:8): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd2ef8bf8 a2=1 a3=ffff95a98020 items=0 ppid=1 pid=412 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 26.919248] audit: type=1327 audit(1651234724.140:8): proctitle="(systemd)"
[ 26.926255] audit: type=1334 audit(1651234724.168:9): prog-id=11 op=LOAD
[ 26.933016] audit: type=1300 audit(1651234724.168:9): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffdb250f40 a2=78 a3=0 items=0 ppid=1 pid=412 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 26.958364] audit: type=1327 audit(1651234724.168:9): proctitle="(systemd)"
[ 26.965368] audit: type=1334 audit(1651234724.180:10): prog-id=11 op=UNLOAD
[ 26.972380] audit: type=1300 audit(1651234724.180:10): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=ffffa5854020 a2=0 a3=ffffa58547e0 items=0 ppid=1 pid=412 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/lib/systemd/systemd" key=(null)
root@am62pxx-evm:~# dmesg | grep tps6594_esm
[ 1.684091] tps6594_esm_probe: chip_id: 3 and ret: 0
# The board resets on shorting nERR_MCU to GND.
root@am62pxx-evm:~# dmesg | grep tps6594_i2c
[ 1.762759] tps6594_i2c_probe: Test read -> reg:1 val:aa
[ 1.768312] tps6594_i2c_probe: Test read -> reg:2 val:30
[ 1.773855] tps6594_i2c_probe: Test read -> reg:3 val:1
[ 1.779165] tps6594_i2c_probe: chip_id: 3 and ret: 0
root@am62pxx-evm:~# dmesg | grep pfsm
[ 1.725474] tps6594_pfsm_probe: chip_id: 3 and ret: 0
root@am62pxx-evm:~# hexdump -C /dev/pfsm-3-0x48
00000000 00 aa 30 01 33 01 22 01 33 01 33 01 00 00 41 00 |..0.3.".3.3...A.|
00000010 0a 00 27 00 18 00 00 00 01 01 01 01 00 31 31 31 |..'..........111|
00000020 00 00 00 30 ec 0a 00 01 02 01 00 02 02 02 fd 01 |...0............|
00000030 36 20 20 6c 5c 60 48 00 00 00 00 00 80 00 00 2c |6 l\`H........,|
00000040 00 55 64 a0 1e 01 05 01 00 00 00 00 40 00 00 3f |.Ud.........@..?|
00000050 3f 00 32 02 04 00 00 00 00 00 00 00 00 00 00 00 |?.2.............|
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000070 00 00 00 05 00 00 00 00 00 00 00 00 01 83 00 00 |................|
00000080 00 01 01 00 0f 10 03 00 00 00 00 0a 00 00 00 01 |................|
00000090 00 00 60 00 00 00 00 00 00 00 00 00 00 00 00 00 |..`.............|
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 |................|
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000000c0 00 00 00 60 00 00 00 00 00 02 00 00 00 d5 00 09 |...`............|
000000d0 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000000f0 d0 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000100 74 1b 74 1b 59 1b 59 1b 87 00 00 80 60 62 03 00 |t.t.Y.Y.....`b..|
00000110 00 00 00 00 00 00 00 41 00 81 00 00 00 00 00 00 |.......A........|
00000120 00 00 48 12 00 02 00 18 21 02 00 00 00 00 00 00 |..H.....!.......|
00000130 00 00 00 00 00 00 00 00 00 00 00 00 00 a9 02 01 |................|
00000140 96 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000150 d8 2e 01 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000170 00 00 00 00 00 00 00 00 00 00 00 00 ec 00 00 00 |................|
00000180 06 00 00 00 00 00 00 00 00 00 00 01 c7 fe 00 00 |................|
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001d0 00 00 0b 0b 0b 0b 00 00 00 00 00 00 00 01 00 00 |................|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0f 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000200
root@am62pxx-evm:~# ls /sys/class/gpio/
export gpiochip512 gpiochip536 gpiochip560 gpiochip652 gpiochip704 gpiochip710 unexport
root@am62pxx-evm:~# ls /sys/class/gpio/gpiochip704/
base device label ngpio power subsystem uevent
root@am62pxx-evm:~# cat /sys/class/gpio/gpiochip704/ngpio
6
root@am62pxx-evm:~# cat /sys/class/gpio/gpiochip704/label
0-0048
root@am62pxx-evm:~# cat /sys/class/gpio/gpiochip704/device/name
tps65224-q1
root@am62pxx-evm:~#
GPIO1
------
root@am62pxx-evm:~# i2cget -f -y 0 0x48 0x31
0x20
#hex((0x20 & 0b11100000) >> 5)
#'0x1'
#GPIO1 is SDA_I2C2/SDO_SPI
GPIO2
------
root@am62pxx-evm:~# i2cget -f -y 0 0x48 0x32
0x20
#hex((0x20 & 0b11100000) >> 5)
#'0x1'
#GPIO2 is SCL_I2C2/CS_SPI
GPIO3
------
root@am62pxx-evm:~# i2cget -f -y 0 0x48 0x33
0x6c
#hex((0x6c & 0b11100000) >> 5)
#'0x3'
#GPIO3 in PB mode
GPIO4
------
root@am62pxx-evm:~# i2cget -f -y 0 0x48 0X34
0x5c
bit6 | bit5 | function
-----+------+---------
0 | 0 | GPIO
0 | 1 | VMON2
1 | 0 | NSLEEP1
1 | 1 | ADC_IN
# 0x5c is 0 1 0 0 0 0 0 0
# bits 6 is 1 and 5 is 0
# This implies GPIO4 is in NSLEEP1 function
GPIO5
------
root@am62pxx-evm:~# i2cget -f -y 0 0x48 0X35
0x60
bit6 | bit5 | function
-----+------+---------
0 | 0 | GPIO
0 | 1 | WKUP
1 | 0 | SYNCCLKIN
1 | 1 | ADC_IN
# 0x60 is 0 1 1 0 0 0 0 0
# bits 6 and 5 are both 1
# This implies GPIO5 is in ADC_IN function
GPIO6
------
root@am62pxx-evm:~# i2cget -f -y 0 0x48 0X36
0x48
bit6 | bit5 | function
-----+------+---------
0 | 0 | GPIO
0 | 1 | NSLEEP2
1 | 0 | nERR_MCU
1 | 1 | SYNCCLKIN
# 0x48 is 0 1 0 0 1 0 0 0
# bits 6 is 1 and bit 5 is 0
# This implies GPIO6 is in nMCU_ERR function
root@am62pxx-evm:~# dmesg | grep tps6594_regulator_probe
[ 1.749713] tps6594_regulator_probe: chip_id: 3 and ret: 0
root@am62pxx-evm:~# for i in $(ls /sys/class/regulator); do echo -n $i ": " ; cat /sys/class/regulator/$i/name; done
regulator.0 : regulator-dummy
regulator.1 : vmain_pd
regulator.10 : vcc_0v85_ldo3
regulator.11 : vdd_mmc1
regulator.2 : vcc_5v0
regulator.3 : vcc_3v3_main
regulator.4 : vddshv_sdio
regulator.5 : vcc_core_buck12
regulator.6 : vcc1v8_sys_buck3
regulator.7 : vcc1v1_buck4
regulator.8 : vdda1v8_ldo1
regulator.9 : dvdd3v3_ldo2
root@am62pxx-evm:~# ls /sys/class/regulator/regulator.5/
device max_microvolts microvolts min_microvolts name num_users of_node power requested_microamps state subsystem suspend_disk_state suspend_mem_state suspend_standby_state type uevent
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.5/name
vcc_core_buck12
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.5/microvolts
850000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.5/min_microvolts
715000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.5/max_microvolts
895000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.5/state
enabled
root@am62pxx-evm:~# ls /sys/class/regulator/regulator.6/
device max_microvolts microvolts min_microvolts name num_users of_node power requested_microamps state subsystem suspend_disk_state suspend_mem_state suspend_standby_state type uevent
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.6/name
vcc1v8_sys_buck3
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.6/microvolts
1800000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.6/min_microvolts
1800000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.6/max_microvolts
1800000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.6/state
enabled
root@am62pxx-evm:~# ls /sys/class/regulator/regulator.7/
device max_microvolts microvolts min_microvolts name num_users of_node power requested_microamps state subsystem suspend_disk_state suspend_mem_state suspend_standby_state type uevent
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.7/name
vcc1v1_buck4
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.7/microvolts
1100000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.7/min_microvolts
1100000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.7/max_microvolts
1100000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.7/state
enabled
root@am62pxx-evm:~# ls /sys/class/regulator/regulator.8/
bypass device max_microvolts microvolts min_microvolts name num_users of_node power requested_microamps state subsystem suspend_disk_state suspend_mem_state suspend_standby_state type uevent
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.8/name
vdda1v8_ldo1
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.8/microvolts
1800000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.8/min_microvolts
1800000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.8/max_microvolts
1800000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.8/state
enabled
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.8/bypass
disabled
root@am62pxx-evm:~# ls /sys/class/regulator/regulator.9/
bypass device max_microvolts microvolts min_microvolts name num_users of_node power requested_microamps state subsystem suspend_disk_state suspend_mem_state suspend_standby_state type uevent
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.9/name
dvdd3v3_ldo2
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.9/microvolts
3300000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.9/min_microvolts
3300000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.9/max_microvolts
3300000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.9/state
enabled
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.9/bypass
enabled
root@am62pxx-evm:~# ls /sys/class/regulator/regulator.10/
bypass device max_microvolts microvolts min_microvolts name num_users of_node power requested_microamps state subsystem suspend_disk_state suspend_mem_state suspend_standby_state type uevent
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.10/name
vcc_0v85_ldo3
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.10/microvolts
850000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.10/min_microvolts
850000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.10/max_microvolts
850000
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.10/state
enabled
root@am62pxx-evm:~# cat /sys/class/regulator/regulator.10/bypass
disabled
+------+
| SPI |
+------+
[ 6.724819] tps6594_spi_probe: Test read -> reg:1 val:aa
[ 6.724867] tps6594_spi_probe: Test read -> reg:2 val:30
[ 6.724893] tps6594_spi_probe: Test read -> reg:3 val:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment