This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM67: DTS configuration for DSI convert to HDMI

Part Number: PROCESSOR-SDK-AM67
Other Parts Discussed in Thread: AM67, SYSCONFIG, AB15

Tool/software:

Hi 

Customer are using AM67 and ADV7535 as bridge to support DSI to HDMI. 

And here is their dts file, could you please help to check the configuration, Thanks.

https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/14/k3_2D00_j722s_2D00_evm.dts

Regards

Zekun

  • Please expect some delay in response as expert is out of office.

    Regards

    Tarun mukesh

  • Hi Zekun,

    Which output resolution are you try to get out of DSI? Also are you trying out on AM67 EVM? 

    Regards,

    Brijesh

  • Also which sysclk is used on this board? Essentially we need to understand what's difference from the EVM?

    Regards,

    Brijesh

  • Hi Brijesh,

    sysclk is 25M, resolution is 1920x1080.
    my new dsi config and kernel log is below

    I can access ADV7535 registers, the address is 0x3d.

     When I config dsi0 out to panel (raspberrypi,7inch-dsi), dsi0 has clock output, but dsi0 no data output,  how to config DSI0_TXNx/TXPx?

     When I config dsi0 -> adb7535 ->hdmi, dsi0 no clock and data output, it is seem than the dts config issue, can you provide a config of dsi0->adb7535->hdmi to test?

    Thanks

    / {
    	hdmi-out {
    		compatible = "hdmi-connector";
    		label = "hdmi";
    		type = "a";
    
    		port {
    			hdmi_connector_in: endpoint {
    				remote-endpoint = <&adv7535_out>;
    			};
    		};
    	};
    };
    
    &main_i2c0 {
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c0_pins_default>;
    	clock-frequency = <400000>;
    	status = "okay";
    	bootph-all;
    
    	adv_bridge: bridge@3d {
    		status = "okay";
    
    		compatible = "adi,adv7535";
    		reg = <0x3d>;
            adi,dsi-lanes = <4>;
    
    		ports {
    			#address-cells = <1>;
    			#size-cells = <0>;
    
    			port@0 {
    				reg = <0>;
    				adv7535_in: endpoint {
    					remote-endpoint = <&dsi0_out>;
    				};
    			};
    
    			port@1 {
    				reg = <1>;
    				adv7535_out: endpoint {
    					remote-endpoint = <&hdmi_connector_in>;
    				};
    			};
    		};
    	};
    };
    
    &dphy_tx0 {
    	status = "okay";
    };
    
    &dss1 {
    	status = "okay";
    
    
    	clocks = <&k3_clks 232 8>,
    		 <&k3_clks 232 0>,
    		 <&k3_clks 232 4>;
    
    	assigned-clocks = <&k3_clks 241 0>,	/* DSS1-VP0 */
    			  <&k3_clks 240 0>,	/* DSS1-VP1 */
    			  <&k3_clks 245 0>;	/* DPI Output */
    
    	assigned-clock-parents = <&k3_clks 241 2>,	/* PLL 17 HDMI */
    				 <&k3_clks 240 1>,	/* PLL 18 DSI */
    				 <&k3_clks 245 2>;	/* DSS1-DPI0 */
    };
    
    &dss1_ports {
    	#address-cells = <1>;
    	#size-cells = <0>;
    
    	// DSS1-VP1: DSI Output
    	port@1 {
    		reg = <1>;
    
    		dss1_dpi1_out: endpoint {
    			remote-endpoint = <&dsi0_in>;
    		};
    	};
    };
    
    &dsi0 {
    	status = "okay";
    	#address-cells = <1>;
    	#size-cells = <0>;
    
    	ports {
    		#address-cells = <1>;
    		#size-cells = <0>;
    
    		port@0 {
    			reg = <0>;
    			dsi0_out: endpoint {
    				remote-endpoint = <&adv7535_in>;
    			};
    		};
    
    		port@1 {
    			reg = <1>;
    			dsi0_in: endpoint {
    				remote-endpoint = <&dss1_dpi1_out>;
    			};
    		};
    	};
    };
    
    

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.58-rt45 (user@L480) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #4 SMP PREEMPT_RT Sun Jan  5 10:04:14 CST 2025
    [    0.000000] Machine model: Texas Instruments J722S ECU1270
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000c8000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000c8000000..0x00000000ffffffff (917504 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-dma-memory-region@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable mcu-r5fss-dma-memory-region@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-memory-region@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable mcu-r5fss-memory-region@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-dma-memory-region@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable main-r5fss-dma-memory-region@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-memory-region@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable main-r5fss-memory-region@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable c7x-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable c7x-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    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 0x0000000080000000-0x000000008007ffff]
    [    0.000000]   node   0: [mem 0x0000000080080000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    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 21 pages/cpu s46656 r8192 d31168 u86016
    [    0.000000] pcpu-alloc: s46656 r8192 d31168 u86016 alloc=21*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: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    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 0x00000000c1c00000-0x00000000c5c00000] (64MB)
    [    0.000000] Memory: 944472K/2097152K available (10496K kernel code, 1206K rwdata, 2516K rodata, 2176K init, 524K bss, 235176K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 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: 0xffff8000800100c4
    [    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 @80c00000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080430000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080440000
    [    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.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000234] Console: colour dummy device 80x25
    [    0.000284] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000294] pid_max: default: 32768 minimum: 301
    [    0.000366] LSM: initializing lsm=capability,selinux,integrity
    [    0.000387] SELinux:  Initializing.
    [    0.000535] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.000548] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.002163] rcu: Hierarchical SRCU implementation.
    [    0.002174] rcu: 	Max phase no-delay instances is 400.
    [    0.002436] Platform MSI: msi-controller@1820000 domain created
    [    0.002642] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.002723] EFI services will not be available.
    [    0.002891] smp: Bringing up secondary CPUs ...
    [    0.003546] Detected VIPT I-cache on CPU1
    [    0.003621] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.003636] GICv3: CPU1: using allocated LPI pending table @0x0000000080450000
    [    0.003686] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.004381] Detected VIPT I-cache on CPU2
    [    0.004434] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.004449] GICv3: CPU2: using allocated LPI pending table @0x0000000080460000
    [    0.004482] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.005083] Detected VIPT I-cache on CPU3
    [    0.005135] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.005147] GICv3: CPU3: using allocated LPI pending table @0x0000000080470000
    [    0.005179] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.005240] smp: Brought up 1 node, 4 CPUs
    [    0.005246] SMP: Total of 4 processors activated.
    [    0.005250] CPU features: detected: 32-bit EL0 Support
    [    0.005253] CPU features: detected: CRC32 instructions
    [    0.005298] CPU: All CPU(s) started at EL2
    [    0.005300] alternatives: applying system-wide alternatives
    [    0.006621] devtmpfs: initialized
    [    0.018650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.018674] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.045929] pinctrl core: initialized pinctrl subsystem
    [    0.046420] DMI not present or invalid.
    [    0.046933] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.048012] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.048106] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.048231] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.048291] audit: initializing netlink subsys (disabled)
    [    0.048433] audit: type=2000 audit(0.047:1): state=initialized audit_enabled=0 res=1
    [    0.049009] thermal_sys: Registered thermal governor 'step_wise'
    [    0.049198] ASID allocator initialised with 65536 entries
    [    0.053350] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.053494] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.053628] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.053647] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.053658] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.059928] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.063468] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.063710] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.063784] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.063854] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.063926] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.067073] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.067156] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.067582] Modules: 28496 pages in range for non-PLT usage
    [    0.067586] Modules: 520016 pages in range for PLT usage
    [    0.068301] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.068310] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.068315] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.068318] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.068322] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.068325] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.068330] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.068333] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.069428] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
    [    0.071157] iommu: Default domain type: Translated
    [    0.071168] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.073089] SCSI subsystem initialized
    [    0.073265] libata version 3.00 loaded.
    [    0.073527] usbcore: registered new interface driver usbfs
    [    0.073560] usbcore: registered new interface driver hub
    [    0.073599] usbcore: registered new device driver usb
    [    0.074222] pps_core: LinuxPPS API ver. 1 registered
    [    0.074226] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.074240] PTP clock support registered
    [    0.074612] EDAC MC: Ver: 3.0.0
    [    0.074921] scmi_core: SCMI protocol bus registered
    [    0.075195] FPGA manager framework
    [    0.075304] Advanced Linux Sound Architecture Driver Initialized.
    [    0.076279] vgaarb: loaded
    [    0.076566] clocksource: Switched to clocksource arch_sys_counter
    [    0.076772] VFS: Disk quotas dquot_6.6.0
    [    0.076799] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.084368] NET: Registered PF_INET protocol family
    [    0.084531] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.086246] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.086290] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.086300] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.086489] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.087625] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.087811] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.087933] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.088238] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.088737] RPC: Registered named UNIX socket transport module.
    [    0.088744] RPC: Registered udp transport module.
    [    0.088748] RPC: Registered tcp transport module.
    [    0.088750] RPC: Registered tcp-with-tls transport module.
    [    0.088753] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.088768] PCI: CLS 0 bytes, default 64
    [    0.089958] Initialise system trusted keyrings
    [    0.090151] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.090471] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.090693] NFS: Registering the id_resolver key type
    [    0.090723] Key type id_resolver registered
    [    0.090726] Key type id_legacy registered
    [    0.090745] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.090750] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.120711] Key type asymmetric registered
    [    0.120725] Asymmetric key parser 'x509' registered
    [    0.120796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.120802] io scheduler mq-deadline registered
    [    0.120807] io scheduler kyber registered
    [    0.120833] io scheduler bfq registered
    [    0.124592] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.125208] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.133979] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.139625] +++ECU1270
                    init.
    [    0.139645] adv_board adv_board: board name from device tree: ECU1270
    [    0.139699] adv_board: Registerered
    [    0.148337] brd: module loaded
    [    0.154521] loop: module loaded
    [    0.155835] megasas: 07.725.01.00-rc1
    [    0.160460] tun: Universal TUN/TAP device driver, 1.6
    [    0.161527] VFIO - User Level meta-driver version: 0.3
    [    0.162881] usbcore: registered new interface driver usb-storage
    [    0.163629] i2c_dev: i2c /dev entries driver
    [    0.164370] sdhci: Secure Digital Host Controller Interface driver
    [    0.164373] sdhci: Copyright(c) Pierre Ossman
    [    0.164649] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.165625] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.166418] usbcore: registered new interface driver usbhid
    [    0.166422] usbhid: USB HID core driver
    [    0.167383] optee: probing for conduit method.
    [    0.167414] optee: revision 4.2 (12d7c4ee)
    [    0.167756] optee: dynamic shared memory is enabled
    [    0.167985] optee: initialized driver
    [    0.169886] Initializing XFRM netlink socket
    [    0.169923] NET: Registered PF_PACKET protocol family
    [    0.170021] Key type dns_resolver registered
    [    0.180137] Loading compiled-in X.509 certificates
    [    0.194629] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    [    0.250174] omap_i2c 2b200000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.251435] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.251527] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.251623] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.251695] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.252012] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.275255] tpm_tis_i2c 3-002e: 2.0 TPM (device-id 0x0, rev-id 78)
    [    0.281631] tpm tpm0: A TPM error (256) occurred attempting the self test
    [    0.281640] tpm tpm0: starting up the TPM manually
    [    0.344335] random: crng init done
    [    0.347749] rtc-s35390a 3-0030: registered as rtc0
    [    0.348152] rtc-s35390a 3-0030: setting system clock to 2025-01-07T02:18:42 UTC (1736216322)
    [    0.348216] omap_i2c 20030000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.348416] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.348576] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.348826] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.349106] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    0.354893] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.358508] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
    [    0.361944] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.367954] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.370551] ti-udma 4e230000.dma-controller: Number of rings: 40
    [    0.373973] ti-udma 4e230000.dma-controller: Channels: 40 (bchan: 0, tchan: 8, rchan: 32)
    [    0.377499] printk: console [ttyS2] disabled
    [    0.377883] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 307, base_baud = 3000000) is a 8250
    [    0.378008] printk: console [ttyS2] enabled
    [    0.413584] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    0.420780] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    0.420794] davinci_mdio 8000f00.mdio: phy[9]: device 8000f00.mdio:09, driver TI DP83867
    [    0.420839] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    0.421307] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    0.421320] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    0.421326] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    0.422003] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    0.582473] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    0.587730] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    0.587760] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    0.587875] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    0.587882] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    0.588031] xhci-hcd xhci-hcd.0.auto: irq 318, io mem 0x31000000
    [    0.588934] hub 1-0:1.0: USB hub found
    [    0.588969] hub 1-0:1.0: 1 port detected
    [    0.590743] mmc0: CQHCI version 5.10
    [    0.602745] j721e-pcie f102000.pcie: host bridge /bus@f0000/pcie@f102000 ranges:
    [    0.602793] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    0.602812] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    0.602829] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    0.633583] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.757387] mmc0: Command Queue Engine enabled
    [    0.757403] mmc0: new HS400 MMC card at address 0001
    [    0.758025] mmcblk0: mmc0:0001 58A43A 14.6 GiB
    [    0.759693]  mmcblk0: p1 p2
    [    0.760278] mmcblk0boot0: mmc0:0001 58A43A 4.00 MiB
    [    0.761494] mmcblk0boot1: mmc0:0001 58A43A 4.00 MiB
    [    0.762711] mmcblk0rpmb: mmc0:0001 58A43A 4.00 MiB, chardev (239:0)
    [    1.713270] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    1.713289] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    1.713301] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    1.713307] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    1.713343] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    1.713419] pci 0000:00:00.0: supports D1
    [    1.713424] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    1.715627] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.715789] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    1.715810] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    1.715934] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    1.716430] pcieport 0000:00:00.0: PME: Signaling with IRQ 492
    [    1.716705] pcieport 0000:00:00.0: AER: enabled with IRQ 492
    [    1.718205] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 493, base_baud = 3000000) is a 8250
    [    1.719781] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 494, base_baud = 3000000) is a 8250
    [    1.721266] 2830000.serial: ttyS5 at MMIO 0x2830000 (irq = 495, base_baud = 3000000) is a 8250
    [    1.722705] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 496, base_baud = 3000000) is a 8250
    [    1.724132] 2850000.serial: ttyS7 at MMIO 0x2850000 (irq = 497, base_baud = 3000000) is a 8250
    [    1.725578] 2860000.serial: ttyS8 at MMIO 0x2860000 (irq = 498, base_baud = 3000000) is a 8250
    [    1.727024] sdhci-am654 fa00000.mmc: Got CD GPIO
    [    1.727537] mmc1: CQHCI version 5.10
    [    1.731592] clk: Disabling unused clocks
    [    1.737834] ALSA device list:
    [    1.737843]   No soundcards found.
    [    1.781306] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.787449] EXT4-fs (mmcblk0p2): mounted filesystem e4df3784-8641-46d9-a1f8-5432d6ed69cf r/w with ordered data mode. Quota mode: none.
    [    1.787532] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.789353] devtmpfs: mounted
    [    1.790158] Freeing unused kernel memory: 2176K
    [    1.790254] Run /sbin/init as init process
    [    1.790259]   with arguments:
    [    1.790261]     /sbin/init
    [    1.790263]   with environment:
    [    1.790265]     HOME=/
    [    1.790267]     TERM=linux
    [    1.935108] NET: Registered PF_INET6 protocol family
    [    1.936271] Segment Routing with IPv6
    [    1.936297] In-situ OAM (IOAM) with IPv6
    [    2.001344] 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)
    [    2.001948] systemd[1]: Detected architecture arm64.
    [    2.099319] systemd[1]: Hostname set to <ecu1270>.
    [    2.193479] systemd-sysv-generator[139]: 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.
    [    2.382883] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.396255] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.454026] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.493951] 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.
    [    2.543666] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.613403] systemd[1]: Created slice Slice /system/getty.
    [    2.671500] systemd[1]: Created slice Slice /system/modprobe.
    [    2.687276] systemd[1]: Created slice Slice /system/serial-getty.
    [    2.702714] systemd[1]: Created slice User and Session Slice.
    [    2.717046] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.733949] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.753003] systemd[1]: Reached target Path Units.
    [    2.763729] systemd[1]: Reached target Remote File Systems.
    [    2.777711] systemd[1]: Reached target Slice Units.
    [    2.788746] systemd[1]: Reached target Swaps.
    [    2.801404] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.816764] systemd[1]: Reached target RPC Port Mapper.
    [    2.836770] systemd[1]: Listening on Process Core Dump Socket.
    [    2.851113] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.866535] systemd[1]: Listening on Journal Audit Socket.
    [    2.881322] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.896322] systemd[1]: Listening on Journal Socket.
    [    2.910617] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.926866] systemd[1]: Listening on udev Control Socket.
    [    2.941170] systemd[1]: Listening on udev Kernel Socket.
    [    2.955243] systemd[1]: Listening on User Database Manager Socket.
    [    2.983055] systemd[1]: Mounting Huge Pages File System...
    [    2.998138] systemd[1]: Mounting POSIX Message Queue File System...
    [    3.016147] systemd[1]: Mounting Kernel Debug File System...
    [    3.029176] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.033395] systemd[1]: Mounting Temporary Directory /tmp...
    [    3.065299] systemd[1]: Starting Create List of Static Device Nodes...
    [    3.085486] systemd[1]: Starting Load Kernel Module configfs...
    [    3.101484] systemd[1]: Starting Load Kernel Module drm...
    [    3.117003] systemd[1]: Starting Load Kernel Module fuse...
    [    3.141456] fuse: init (API version 7.39)
    [    3.146341] systemd[1]: Starting Start psplash boot splash screen...
    [    3.165079] systemd[1]: Starting RPC Bind...
    [    3.177000] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.178078] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    3.178100] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    3.182779] systemd[1]: Starting Journal Service...
    [    3.242413] systemd[1]: Starting Load Kernel Modules...
    [    3.258978] systemd[1]: Starting Generate network units from Kernel command line...
    [    3.298313] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    3.325472] systemd[1]: Starting Coldplug All udev Devices...
    [    3.338403] EXT4-fs (mmcblk0p2): re-mounted e4df3784-8641-46d9-a1f8-5432d6ed69cf r/w. Quota mode: none.
    [    3.346382] systemd[1]: Started RPC Bind.
    [    3.359317] systemd[1]: Started Journal Service.
    [    3.588070] systemd-journald[151]: Received client request to flush runtime journal.
    [    4.090788] CAN device driver interface
    [    4.096486] fm25 spi0.0: 128 KByte fm25 fram, pagesize 4096
    [    4.197752] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    4.204943] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    4.212003] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    4.219072] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
    [    4.230767] mc: Linux media interface: v0.10
    [    4.281097] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@a3000000
    [    4.281432] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
    [    4.311277] videodev: Linux video capture interface: v2.00
    [    4.311585] remoteproc remoteproc0: 7e000000.dsp is available
    [    4.311825] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    4.311845] remoteproc remoteproc0: powering up 7e000000.dsp
    [    4.311882] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    4.311892] remoteproc remoteproc0: request_firmware failed: -2
    [    4.313988] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node c7x-dma-memory@a4000000
    [    4.317611] k3-dsp-rproc 7e200000.dsp: configured DSP for remoteproc mode
    [    4.357768] remoteproc remoteproc1: 7e200000.dsp is available
    [    4.357946] remoteproc remoteproc1: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    4.357962] remoteproc remoteproc1: powering up 7e200000.dsp
    [    4.357994] remoteproc remoteproc1: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    4.358003] remoteproc remoteproc1: request_firmware failed: -2
    [    4.382803] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.388419] platform 79000000.r5f: configured R5F for remoteproc mode
    [    4.390146] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-dma-memory-region@a1000000
    [    4.390790] remoteproc remoteproc2: 79000000.r5f is available
    [    4.391333] remoteproc remoteproc2: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    4.391354] remoteproc remoteproc2: powering up 79000000.r5f
    [    4.391398] remoteproc remoteproc2: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    4.391407] remoteproc remoteproc2: request_firmware failed: -2
    [    4.423459] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.423611] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.423717] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.424664] remoteproc remoteproc3: 78000000.r5f is available
    [    4.424784] remoteproc remoteproc3: attaching to 78000000.r5f
    [    4.425251] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.435629] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    4.435684] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
    [    4.435692] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
    [    4.435785] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.436066] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    4.436369] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    4.457704] platform 78400000.r5f: configured R5F for remoteproc mode
    [    4.458077] platform 78400000.r5f: assigned reserved memory node main-r5fss-dma-memory-region@a2000000
    [    4.458819] remoteproc remoteproc4: 78400000.r5f is available
    [    4.458970] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    4.458986] remoteproc remoteproc4: powering up 78400000.r5f
    [    4.459020] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    4.459030] remoteproc remoteproc4: request_firmware failed: -2
    [    4.482082] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.498931] [drm] Initialized tidss 1.0.0 20180215 for 30220000.dss on minor 0
    [    4.506144] vdec 30210000.video-codec: OPP table not found in device tree
    [    4.508005] vdec 30210000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2
    [    4.508029] vdec 30210000.video-codec: request_firmware, fail: -2
    [    4.508035] vdec 30210000.video-codec: wave5_vpu_load_firmware, fail: -2
    [    4.509817] vdec: probe of 30210000.video-codec failed with error -2
    [    4.548382] rtc-ti-k3 2b1f0000.rtc: registered as rtc1
    [    4.653220] e5010 fd20000.e5010: Device registered as /dev/video0
    [    4.985169] Console: switching to colour frame buffer device 240x67
    [    5.015666] tidss 30220000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    5.035149] m_can_platform 20701000.can: m_can device registered (irq=513, version=32)
    [    5.048184] m_can_platform 20711000.can: m_can device registered (irq=514, version=32)
    [    5.880771] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    5.880869] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 2
    [    5.881194] xhci-hcd xhci-hcd.4.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    5.884804] xhci-hcd xhci-hcd.4.auto: irq 515, io mem 0x31210000
    [    5.885106] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    5.885135] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 3
    [    5.885157] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
    [    5.905782] m_can_platform 20701000.can main_mcan0: renamed from can0
    [    5.906167] hub 2-0:1.0: USB hub found
    [    5.906240] hub 2-0:1.0: 1 port detected
    [    5.909486] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
    [    5.915643] hub 3-0:1.0: USB hub found
    [    5.915729] hub 3-0:1.0: 1 port detected
    [    5.933257] m_can_platform 20711000.can main_mcan1: renamed from can1
    [    6.147642] usb 2-1: new high-speed USB device number 2 using xhci-hcd
    [    6.276959] hub 2-1:1.0: USB hub found
    [    6.277127] hub 2-1:1.0: 4 ports detected
    [    6.874991] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.886171] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.887173] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.887322] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    6.887344] cfg80211: failed to load regulatory.db
    [    6.989056] audit: type=1701 audit(1736216329.140:2): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=598 comm="ti-apps-launche" exe="/usr/bin/ti-apps-launcher" sig=6 res=1
    [    7.006376] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:09] driver [TI DP83867] (irq=POLL)
    [    7.006407] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    7.036073] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    7.036127] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    9.122142] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   12.485720] audit: type=1006 audit(1736216334.636:3): pid=663 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=1 res=1
    [   12.486650] audit: type=1300 audit(1736216334.636:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd9d979d8 a2=4 a3=0 items=0 ppid=1 pid=663 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=1 comm="(weston)" exe="/lib/systemd/systemd" subj=kernel key=(null)
    [   12.486675] audit: type=1327 audit(1736216334.636:3): proctitle="(weston)"
    

  • Brijesh, 

    This is TI FAE, customer design refer Beagle AI and use DSI to HDMI bridge to support display. 

    EVM uses DPI to HDMI bridge and customer use ADV7535 because they ever used ADV7535 with other ARM SOC in other projects. 

    We assume the ADV7535 initialization should be same as other project but we cannot confirm this. 

    Customer had enabled DT overlay to DSI follow below instruction and see DSI clock output. 

    Also confirm I2C0 can read/write ADV7535 successfully.   

    Could you review the config file and advise what other input you need? 

    To enable these displays on AM62P5-SK, refer the How to enable DT overlays in linux guide, and enable the k3-am62p5-sk-microtips-mf101hie-panel.dtbo DT overlay for OLDI output, and k3-am62p5-sk-dsi-rpi-7inch-panel.dtbo DT overlay for the DSI output.

    https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-am67/10_01_08_01/exports/docs/linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux.html

    BR, Rich

  • Hi Rich, 

    I responded to the previous thread: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1454230/processor-sdk-am67-sdk-9-2-am6734-dsi-converter-to-hdmi-config.

    In addition to the response in previous thread, reviewing the config file, I see a lot of fields that are required in devicetree bindings documentation are omitted for the adi,adv7535 bridge: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml?h=ti-linux-6.1.y.

    If this bridge has been used in a previous project, and if Linux driver is being used in the previous project, I would recommend checking the device tree node for the bridge device. If Linux is not used, I would recommend checking if all of the registers that are touched in the previous project are configured by the Linux driver. For example, I do not see clock or interrupt, or the "edid" register defined in your shared dts file, but the devicetree bindings yaml file example are defining all of these.

    Regards,

    Takuma

    Regards,

    Takuma

  • Takuma, 

    Customer DTS file is as attached in this thread. 

    Without enable DT overlay, there is no DSI clock output. 

    After enable DT overlay to k3-am62p5-sk-dsi-rpi-7inch-panel.dtbo, customer see DSI clock output but there is no signal on data pairs. 

    I am not familiar on Device Tree rule.

    The DSI output on AM67x is unique and customer use I2C0 to access ADV7535 and address is 0x3D. 4 lanes are used. 

    Is it possible to modify a DTS with ADV7535 to customer as example?

    DSI output to ADV7535 to HDMI connector. 

    BR, Rich

  • Hi Rich,

    DT overlay is as the name implies, it overlays and overwrites the content of the dtbo (device tree blob overlay) file on top of a dtb file. The k3-am62p5-sk-dsi-rpi-7inch-panel.dtbo is an overlay that updates the DSI, I2C, and DSS nodes, as well as define a hardcoded display. That is most likely why DSI clock is being outputted, but no data is coming out since there is no actual RPi display connected and no valid software is running. HDMI is different than a DSI panel, since DSI panel will hardcode timing parameters, while HDMI dynamically negotiates timing parameters from the display through EDID.

    Please direct the customer to modify the dts by referencing the devicetree bindings documentation. This is documentation that exists for all Linux device drivers that explains required field in device tree and gives example for how to set up the nodes in device tree: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml?h=ti-linux-6.1.y

    Regards,

    Takuma

  • Takuma, 

    Thanks for the explanation, it is clear and make sense to this case. 

    However, customer claims the attached DTS has referred the device bindings document and they have their setting work with NXP i.MX8 solution. 

    The DTS structure is different from NXP and TI and now the major problem is DSI clock doesn't come out in this modified DTS. 

    Please help to review this DTS and identify if any missing part or incorrect setting. 

    BR, Rich 

  • Hi Rich,

    Other than the missing properties for adv7535, nothing stands out in device tree. If the customer claims that their DTS for the adv7535 bridge is confirmed to work despite missing 5 of the 9 required properties, I will take their word (since the missing properties are power supply pins, maybe they are handled in hardware?).

    Three questions/suggestions then:

    • DSI_INT_OUT - Where is this signal connected? I noticed in device tree bindings example they define an interrupt, but for the customer DTS the interrupt is not set. It is not part of the required properties, so perhaps it is not a necessary signal. But it looks strange to have this signal on schematics, binding example to define the signal, but not have it defined in final custom dts file, so would recommend checking where this signal is connecting to (perhaps it's floating, and we can ignore this signal?)
    • HDMI_HPD - Where is this signal connected? I assume it is only connected between HDMI connector and bridge, but if it is connected between SoC and bridge, then device tree may need some updates.
    • Share output from "k3conf dump device" with rpi overlay and with the custom DTS. This will dump all device states to see if there are certain SoC components powered off. We can do a comparison to see if the components in the display pipeline are powered on properly.

    Regards,

    Takuma

  • Hi Takuma,

        k3config dump file:

    |------------------------------------------------------------------------------|
    | VERSION INFO                                                                 |
    |------------------------------------------------------------------------------|
    | K3CONF | (version 0.3-nogit built Wed Mar 06 14:29:58 UTC 2024)              |
    | SoC    | J722S SR1.0                                                         |
    | SYSFW  | ABI: 4.0 (firmware version 0x000a '10.1.6--v10.01.06 (Fiery Fox))') |
    |------------------------------------------------------------------------------|
    
    |----------------------------------------------------------------------|
    | Device ID | Device Name                           | Device Status    |
    |----------------------------------------------------------------------|
    |     2     | J722S_DEV_DBGSUSPENDROUTER0           | DEVICE_STATE_ON  |
    |     3     | J722S_DEV_MAIN_GPIOMUX_INTROUTER0     | DEVICE_STATE_ON  |
    |     5     | J722S_DEV_WKUP_MCU_GPIOMUX_INTROUTER0 | DEVICE_STATE_ON  |
    |     6     | J722S_DEV_TIMESYNC_EVENT_INTROUTER0   | DEVICE_STATE_ON  |
    |     7     | J722S_DEV_MCU_R5FSS0                  | DEVICE_STATE_ON  |
    |     9     | J722S_DEV_MCU_R5FSS0_CORE0            | DEVICE_STATE_OFF |
    |    13     | J722S_DEV_CPSW0                       | DEVICE_STATE_ON  |
    |    15     | J722S_DEV_STM0                        | DEVICE_STATE_ON  |
    |    16     | J722S_DEV_DCC0                        | DEVICE_STATE_ON  |
    |    17     | J722S_DEV_DCC1                        | DEVICE_STATE_ON  |
    |    18     | J722S_DEV_DCC2                        | DEVICE_STATE_ON  |
    |    19     | J722S_DEV_DCC3                        | DEVICE_STATE_ON  |
    |    20     | J722S_DEV_DCC4                        | DEVICE_STATE_ON  |
    |    21     | J722S_DEV_DCC5                        | DEVICE_STATE_ON  |
    |    22     | J722S_DEV_SMS0                        | DEVICE_STATE_ON  |
    |    23     | J722S_DEV_MCU_DCC0                    | DEVICE_STATE_ON  |
    |    24     | J722S_DEV_DEBUGSS_WRAP0               | DEVICE_STATE_ON  |
    |    25     | J722S_DEV_DMASS0                      | DEVICE_STATE_ON  |
    |    26     | J722S_DEV_DMASS0_BCDMA_0              | DEVICE_STATE_ON  |
    |    27     | J722S_DEV_DMASS0_CBASS_0              | DEVICE_STATE_ON  |
    |    28     | J722S_DEV_DMASS0_INTAGGR_0            | DEVICE_STATE_ON  |
    |    29     | J722S_DEV_DMASS0_IPCSS_0              | DEVICE_STATE_ON  |
    |    30     | J722S_DEV_DMASS0_PKTDMA_0             | DEVICE_STATE_ON  |
    |    33     | J722S_DEV_DMASS0_RINGACC_0            | DEVICE_STATE_ON  |
    |    35     | J722S_DEV_MCU_TIMER0                  | DEVICE_STATE_ON  |
    |    36     | J722S_DEV_TIMER0                      | DEVICE_STATE_ON  |
    |    37     | J722S_DEV_TIMER1                      | DEVICE_STATE_ON  |
    |    38     | J722S_DEV_TIMER2                      | DEVICE_STATE_ON  |
    |    39     | J722S_DEV_TIMER3                      | DEVICE_STATE_ON  |
    |    40     | J722S_DEV_TIMER4                      | DEVICE_STATE_ON  |
    |    41     | J722S_DEV_TIMER5                      | DEVICE_STATE_ON  |
    |    42     | J722S_DEV_TIMER6                      | DEVICE_STATE_ON  |
    |    43     | J722S_DEV_TIMER7                      | DEVICE_STATE_ON  |
    |    48     | J722S_DEV_MCU_TIMER1                  | DEVICE_STATE_ON  |
    |    49     | J722S_DEV_MCU_TIMER2                  | DEVICE_STATE_ON  |
    |    50     | J722S_DEV_MCU_TIMER3                  | DEVICE_STATE_ON  |
    |    51     | J722S_DEV_ECAP0                       | DEVICE_STATE_ON  |
    |    52     | J722S_DEV_ECAP1                       | DEVICE_STATE_ON  |
    |    53     | J722S_DEV_ECAP2                       | DEVICE_STATE_ON  |
    |    54     | J722S_DEV_ELM0                        | DEVICE_STATE_OFF |
    |    55     | J722S_DEV_MAIN_EMIF_DATA_ISO_VD       | DEVICE_STATE_ON  |
    |    57     | J722S_DEV_MMCSD0                      | DEVICE_STATE_ON  |
    |    58     | J722S_DEV_MMCSD1                      | DEVICE_STATE_ON  |
    |    59     | J722S_DEV_EQEP0                       | DEVICE_STATE_ON  |
    |    60     | J722S_DEV_EQEP1                       | DEVICE_STATE_ON  |
    |    61     | J722S_DEV_WKUP_GTC0                   | DEVICE_STATE_ON  |
    |    62     | J722S_DEV_EQEP2                       | DEVICE_STATE_ON  |
    |    63     | J722S_DEV_ESM0                        | DEVICE_STATE_ON  |
    |    64     | J722S_DEV_WKUP_ESM0                   | DEVICE_STATE_ON  |
    |    73     | J722S_DEV_FSS0                        | DEVICE_STATE_ON  |
    |    74     | J722S_DEV_FSS0_FSAS_0                 | DEVICE_STATE_ON  |
    |    75     | J722S_DEV_FSS0_OSPI_0                 | DEVICE_STATE_ON  |
    |    76     | J722S_DEV_GICSS0                      | DEVICE_STATE_ON  |
    |    77     | J722S_DEV_GPIO0                       | DEVICE_STATE_ON  |
    |    78     | J722S_DEV_GPIO1                       | DEVICE_STATE_ON  |
    |    79     | J722S_DEV_MCU_GPIO0                   | DEVICE_STATE_ON  |
    |    80     | J722S_DEV_GPMC0                       | DEVICE_STATE_OFF |
    |    83     | J722S_DEV_LED0                        | DEVICE_STATE_ON  |
    |    85     | J722S_DEV_DDPA0                       | DEVICE_STATE_ON  |
    |    86     | J722S_DEV_EPWM0                       | DEVICE_STATE_ON  |
    |    87     | J722S_DEV_EPWM1                       | DEVICE_STATE_ON  |
    |    88     | J722S_DEV_EPWM2                       | DEVICE_STATE_ON  |
    |    95     | J722S_DEV_WKUP_VTM0                   | DEVICE_STATE_ON  |
    |    96     | J722S_DEV_MAILBOX0                    | DEVICE_STATE_ON  |
    |    97     | J722S_DEV_MAIN2MCU_VD                 | DEVICE_STATE_ON  |
    |    98     | J722S_DEV_MCAN0                       | DEVICE_STATE_OFF |
    |    99     | J722S_DEV_MCAN1                       | DEVICE_STATE_OFF |
    |   100     | J722S_DEV_MCU_MCRC64_0                | DEVICE_STATE_ON  |
    |   102     | J722S_DEV_I2C0                        | DEVICE_STATE_ON  |
    |   103     | J722S_DEV_I2C1                        | DEVICE_STATE_ON  |
    |   104     | J722S_DEV_I2C2                        | DEVICE_STATE_ON  |
    |   105     | J722S_DEV_I2C3                        | DEVICE_STATE_ON  |
    |   106     | J722S_DEV_MCU_I2C0                    | DEVICE_STATE_ON  |
    |   107     | J722S_DEV_WKUP_I2C0                   | DEVICE_STATE_ON  |
    |   110     | J722S_DEV_WKUP_TIMER0                 | DEVICE_STATE_ON  |
    |   111     | J722S_DEV_WKUP_TIMER1                 | DEVICE_STATE_ON  |
    |   114     | J722S_DEV_WKUP_UART0                  | DEVICE_STATE_ON  |
    |   116     | J722S_DEV_MCRC64_0                    | DEVICE_STATE_ON  |
    |   117     | J722S_DEV_WKUP_RTCSS0                 | DEVICE_STATE_ON  |
    |   118     | J722S_DEV_WKUP_R5FSS0_SS0             | DEVICE_STATE_ON  |
    |   119     | J722S_DEV_WKUP_R5FSS0                 | DEVICE_STATE_ON  |
    |   121     | J722S_DEV_WKUP_R5FSS0_CORE0           | DEVICE_STATE_ON  |
    |   125     | J722S_DEV_RTI0                        | DEVICE_STATE_ON  |
    |   126     | J722S_DEV_RTI1                        | DEVICE_STATE_ON  |
    |   127     | J722S_DEV_RTI2                        | DEVICE_STATE_ON  |
    |   128     | J722S_DEV_RTI3                        | DEVICE_STATE_ON  |
    |   130     | J722S_DEV_RTI15                       | DEVICE_STATE_OFF |
    |   131     | J722S_DEV_MCU_RTI0                    | DEVICE_STATE_OFF |
    |   132     | J722S_DEV_WKUP_RTI0                   | DEVICE_STATE_ON  |
    |   134     | J722S_DEV_COMPUTE_CLUSTER0            | DEVICE_STATE_ON  |
    |   135     | J722S_DEV_A53SS0_CORE_0               | DEVICE_STATE_ON  |
    |   136     | J722S_DEV_A53SS0_CORE_1               | DEVICE_STATE_ON  |
    |   137     | J722S_DEV_A53SS0_CORE_2               | DEVICE_STATE_ON  |
    |   138     | J722S_DEV_A53SS0_CORE_3               | DEVICE_STATE_ON  |
    |   139     | J722S_DEV_PSCSS0                      | DEVICE_STATE_ON  |
    |   140     | J722S_DEV_WKUP_PSC0                   | DEVICE_STATE_ON  |
    |   141     | J722S_DEV_MCSPI0                      | DEVICE_STATE_ON  |
    |   142     | J722S_DEV_MCSPI1                      | DEVICE_STATE_ON  |
    |   143     | J722S_DEV_MCSPI2                      | DEVICE_STATE_ON  |
    |   146     | J722S_DEV_UART0                       | DEVICE_STATE_ON  |
    |   147     | J722S_DEV_MCU_MCSPI0                  | DEVICE_STATE_ON  |
    |   148     | J722S_DEV_MCU_MCSPI1                  | DEVICE_STATE_ON  |
    |   149     | J722S_DEV_MCU_UART0                   | DEVICE_STATE_ON  |
    |   150     | J722S_DEV_SPINLOCK0                   | DEVICE_STATE_ON  |
    |   152     | J722S_DEV_UART1                       | DEVICE_STATE_ON  |
    |   153     | J722S_DEV_UART2                       | DEVICE_STATE_ON  |
    |   154     | J722S_DEV_UART3                       | DEVICE_STATE_ON  |
    |   155     | J722S_DEV_UART4                       | DEVICE_STATE_ON  |
    |   156     | J722S_DEV_UART5                       | DEVICE_STATE_ON  |
    |   157     | J722S_DEV_BOARD0                      | DEVICE_STATE_ON  |
    |   158     | J722S_DEV_UART6                       | DEVICE_STATE_ON  |
    |   161     | J722S_DEV_USB0                        | DEVICE_STATE_ON  |
    |   163     | J722S_DEV_PBIST0                      | DEVICE_STATE_ON  |
    |   165     | J722S_DEV_WKUP_PBIST0                 | DEVICE_STATE_ON  |
    |   166     | J722S_DEV_A53SS0                      | DEVICE_STATE_ON  |
    |   167     | J722S_DEV_COMPUTE_CLUSTER0_PBIST_0    | DEVICE_STATE_OFF |
    |   168     | J722S_DEV_PSC0_FW_0                   | DEVICE_STATE_ON  |
    |   169     | J722S_DEV_PSC0                        | DEVICE_STATE_ON  |
    |   170     | J722S_DEV_DDR32SS0                    | DEVICE_STATE_ON  |
    |   171     | J722S_DEV_DEBUGSS0                    | DEVICE_STATE_ON  |
    |   172     | J722S_DEV_A53_RS_BW_LIMITER0          | DEVICE_STATE_ON  |
    |   173     | J722S_DEV_A53_WS_BW_LIMITER1          | DEVICE_STATE_ON  |
    |   174     | J722S_DEV_GPU_RS_BW_LIMITER9          | DEVICE_STATE_ON  |
    |   175     | J722S_DEV_GPU_WS_BW_LIMITER10         | DEVICE_STATE_ON  |
    |   176     | J722S_DEV_WKUP_DEEPSLEEP_SOURCES0     | DEVICE_STATE_ON  |
    |   177     | J722S_DEV_MAIN_EMIF_CFG_ISO_VD        | DEVICE_STATE_ON  |
    |   178     | J722S_DEV_MAIN_USB0_ISO_VD            | DEVICE_STATE_ON  |
    |   179     | J722S_DEV_MAIN_USB2_ISO_VD            | DEVICE_STATE_OFF |
    |   180     | J722S_DEV_MCU_MCU_16FF0               | DEVICE_STATE_ON  |
    |   182     | J722S_DEV_CSI_RX_IF0                  | DEVICE_STATE_ON  |
    |   183     | J722S_DEV_DCC6                        | DEVICE_STATE_ON  |
    |   184     | J722S_DEV_MMCSD2                      | DEVICE_STATE_OFF |
    |   185     | J722S_DEV_DPHY_RX0                    | DEVICE_STATE_ON  |
    |   186     | J722S_DEV_DSS0                        | DEVICE_STATE_OFF |
    |   188     | J722S_DEV_MCU_MCAN0                   | DEVICE_STATE_OFF |
    |   189     | J722S_DEV_MCU_MCAN1                   | DEVICE_STATE_OFF |
    |   190     | J722S_DEV_MCASP0                      | DEVICE_STATE_OFF |
    |   191     | J722S_DEV_MCASP1                      | DEVICE_STATE_OFF |
    |   192     | J722S_DEV_MCASP2                      | DEVICE_STATE_OFF |
    |   193     | J722S_DEV_CLK_32K_RC_SEL_DEV_VD       | DEVICE_STATE_ON  |
    |   194     | J722S_DEV_CPT2_AGGR1                  | DEVICE_STATE_ON  |
    |   195     | J722S_DEV_CPT2_AGGR0                  | DEVICE_STATE_ON  |
    |   196     | J722S_DEV_MCU_CPT2_AGGR0              | DEVICE_STATE_ON  |
    |   197     | J722S_DEV_MCU_DCC1                    | DEVICE_STATE_ON  |
    |   198     | J722S_DEV_DMASS1                      | DEVICE_STATE_ON  |
    |   199     | J722S_DEV_DMASS1_BCDMA_0              | DEVICE_STATE_ON  |
    |   200     | J722S_DEV_DMASS1_INTAGGR_0            | DEVICE_STATE_ON  |
    |   201     | J722S_DEV_JPGENC0                     | DEVICE_STATE_OFF |
    |   202     | J722S_DEV_WKUP_PBIST1                 | DEVICE_STATE_ON  |
    |   203     | J722S_DEV_MCU_PBIST0                  | DEVICE_STATE_ON  |
    |   204     | J722S_DEV_CODEC0                      | DEVICE_STATE_OFF |
    |   205     | J722S_DEV_RTI4                        | DEVICE_STATE_OFF |
    |   206     | J722S_DEV_C7XV_RSWS_BS_LIMITER6       | DEVICE_STATE_ON  |
    |   207     | J722S_DEV_C7X256V0                    | DEVICE_STATE_ON  |
    |   208     | J722S_DEV_C7X256V0_C7XV_CORE_0        | DEVICE_STATE_OFF |
    |   209     | J722S_DEV_C7X256V0_CORE0              | DEVICE_STATE_OFF |
    |   210     | J722S_DEV_C7X256V0_CLEC               | DEVICE_STATE_ON  |
    |   211     | J722S_DEV_C7X256V0_CLK                | DEVICE_STATE_ON  |
    |   212     | J722S_DEV_C7X256V0_DEBUG              | DEVICE_STATE_ON  |
    |   213     | J722S_DEV_C7X256V0_GICSS              | DEVICE_STATE_ON  |
    |   214     | J722S_DEV_C7X256V0_PBIST              | DEVICE_STATE_OFF |
    |   215     | J722S_DEV_JPGENC_RS_BW_LIMITER4       | DEVICE_STATE_ON  |
    |   216     | J722S_DEV_JPGENC_WS_BW_LIMITER5       | DEVICE_STATE_ON  |
    |   217     | J722S_DEV_VPAC_RSWS_BW_LIMITER8       | DEVICE_STATE_ON  |
    |   218     | J722S_DEV_VPAC_RSWS_BW_LIMITER7       | DEVICE_STATE_ON  |
    |   219     | J722S_DEV_VPAC0                       | DEVICE_STATE_OFF |
    |   220     | J722S_DEV_PBIST3                      | DEVICE_STATE_OFF |
    |   221     | J722S_DEV_CODEC_RS_BW_LIMITER2        | DEVICE_STATE_ON  |
    |   222     | J722S_DEV_CODEC_WS_BW_LIMITER3        | DEVICE_STATE_ON  |
    |   225     | J722S_DEV_HSM0                        | DEVICE_STATE_ON  |
    |   226     | J722S_DEV_WKUP_CLKOUT_SEL_DEV_VD      | DEVICE_STATE_ON  |
    |   227     | J722S_DEV_MCU_OBSCLK_MUX_SEL_DEV_VD   | DEVICE_STATE_ON  |
    |   228     | J722S_DEV_OBSCLK0_MUX_SEL_DEV_VD      | DEVICE_STATE_ON  |
    |   229     | J722S_DEV_DCC7                        | DEVICE_STATE_ON  |
    |   230     | J722S_DEV_DCC8                        | DEVICE_STATE_ON  |
    |   231     | J722S_DEV_DSS_DSI0                    | DEVICE_STATE_ON  |
    |   232     | J722S_DEV_DSS1                        | DEVICE_STATE_ON  |
    |   233     | J722S_DEV_PBIST1                      | DEVICE_STATE_ON  |
    |   234     | J722S_DEV_OLDI_TX_CORE0               | DEVICE_STATE_ON  |
    |   235     | J722S_DEV_OLDI_TX_CORE1               | DEVICE_STATE_ON  |
    |   237     | J722S_DEV_GPU0                        | DEVICE_STATE_OFF |
    |   238     | J722S_DEV_DPHY_TX0                    | DEVICE_STATE_ON  |
    |   240     | J722S_DEV_DSS1_DPI1_PLLSEL_DEV_VD     | DEVICE_STATE_ON  |
    |   241     | J722S_DEV_DSS1_DPI0_PLLSEL_DEV_VD     | DEVICE_STATE_ON  |
    |   242     | J722S_DEV_GPU0_CORE_VD                | DEVICE_STATE_OFF |
    |   243     | J722S_DEV_OLDI0_VD                    | DEVICE_STATE_OFF |
    |   244     | J722S_DEV_OLDI1_VD                    | DEVICE_STATE_ON  |
    |   245     | J722S_DEV_DPI0_OUT_SEL_DEV_VD         | DEVICE_STATE_ON  |
    |   246     | J722S_DEV_ATL0                        | DEVICE_STATE_OFF |
    |   247     | J722S_DEV_CSI_RX_IF1                  | DEVICE_STATE_OFF |
    |   248     | J722S_DEV_CSI_RX_IF2                  | DEVICE_STATE_OFF |
    |   249     | J722S_DEV_CSI_RX_IF3                  | DEVICE_STATE_OFF |
    |   250     | J722S_DEV_CSI_TX_IF0                  | DEVICE_STATE_OFF |
    |   251     | J722S_DEV_DPHY_RX1                    | DEVICE_STATE_OFF |
    |   252     | J722S_DEV_DPHY_RX2                    | DEVICE_STATE_OFF |
    |   253     | J722S_DEV_DPHY_RX3                    | DEVICE_STATE_OFF |
    |   254     | J722S_DEV_PBIST2                      | DEVICE_STATE_OFF |
    |   255     | J722S_DEV_MCASP3                      | DEVICE_STATE_OFF |
    |   256     | J722S_DEV_MCASP4                      | DEVICE_STATE_OFF |
    |   257     | J722S_DEV_I2C4                        | DEVICE_STATE_ON  |
    |   258     | J722S_DEV_MSRAM8KX256E0               | DEVICE_STATE_ON  |
    |   259     | J722S_DEV_PCIE0                       | DEVICE_STATE_ON  |
    |   260     | J722S_DEV_R5FSS0_SS0                  | DEVICE_STATE_ON  |
    |   261     | J722S_DEV_R5FSS0                      | DEVICE_STATE_ON  |
    |   262     | J722S_DEV_R5FSS0_CORE0                | DEVICE_STATE_OFF |
    |   263     | J722S_DEV_RTI5                        | DEVICE_STATE_OFF |
    |   264     | J722S_DEV_RTI8                        | DEVICE_STATE_OFF |
    |   265     | J722S_DEV_COMPUTE_CLUSTER0_CLKDIV_0   | DEVICE_STATE_ON  |
    |   266     | J722S_DEV_C7XV_RSWS_BS_LIMITER11      | DEVICE_STATE_ON  |
    |   267     | J722S_DEV_C7X256V1                    | DEVICE_STATE_ON  |
    |   268     | J722S_DEV_C7X256V1_C7XV_CORE_0        | DEVICE_STATE_OFF |
    |   269     | J722S_DEV_C7X256V1_CORE0              | DEVICE_STATE_OFF |
    |   270     | J722S_DEV_C7X256V1_CLEC               | DEVICE_STATE_ON  |
    |   271     | J722S_DEV_C7X256V1_CLK                | DEVICE_STATE_ON  |
    |   272     | J722S_DEV_C7X256V1_DEBUG              | DEVICE_STATE_ON  |
    |   273     | J722S_DEV_C7X256V1_GICSS              | DEVICE_STATE_ON  |
    |   274     | J722S_DEV_C7X256V1_PBIST              | DEVICE_STATE_OFF |
    |   275     | J722S_DEV_CTI0                        | DEVICE_STATE_ON  |
    |   276     | J722S_DEV_CTI1                        | DEVICE_STATE_ON  |
    |   277     | J722S_DEV_DMPAC0                      | DEVICE_STATE_OFF |
    |   278     | J722S_DEV_USB1                        | DEVICE_STATE_ON  |
    |   279     | J722S_DEV_SERDES_10G0                 | DEVICE_STATE_ON  |
    |   280     | J722S_DEV_SERDES_10G1                 | DEVICE_STATE_ON  |
    |   281     | J722S_DEV_WKUP_TIMER1_CLKSEL_VD       | DEVICE_STATE_ON  |
    |   282     | J722S_DEV_MCU_TIMER1_CLKSEL_VD        | DEVICE_STATE_ON  |
    |   283     | J722S_DEV_MCU_TIMER3_CLKSEL_VD        | DEVICE_STATE_ON  |
    |   284     | J722S_DEV_TIMER1_CLKSEL_VD            | DEVICE_STATE_ON  |
    |   285     | J722S_DEV_TIMER3_CLKSEL_VD            | DEVICE_STATE_ON  |
    |   286     | J722S_DEV_TIMER5_CLKSEL_VD            | DEVICE_STATE_ON  |
    |   287     | J722S_DEV_TIMER7_CLKSEL_VD            | DEVICE_STATE_ON  |
    |----------------------------------------------------------------------|
    
    

  • Hi,

    Three things:

    • I see GPU DEVICE_STATE_OFF (which is fine if that is intentional), but is there any software that is running to send data to the HDMI interface? Like kmscube, kmstest, weston, etc.
    • Can you also do the k3conf dump with the rpi overlay where you claim DSI has a clock, so we can do a comparison?
    • DSI_INT_OUT - Can you pinmux this and connect this to the ADV bridge node in your device tree? I assume this is an interrupt.

    Regards,

    Takuma

  • Hi Takuma,

        1> when kmstest run, the GPU still OFF.

        2> when used rpi config, dsi0 clock/data has output, k3conf dump same as before.

        3> DSI_INT_OUT connect (L22) OSPI0_DQS.GPIO0_2, how to config this pin? is it right the below config?

    adv_bridge: bridge@3d {
        status = "okay";

        compatible = "adi,adv7535";

        pinctrl-0 = <&main_dsi_int_pins_default>;
        interrupt-parent = <&main_gpio0>;
        interrupts = <2 IRQ_TYPE_EDGE_FALLING>;

    }

  • Hi,

    Use sysconfig to configure the pin as GPIO. Something like the following:

    &main_pmx0 {
    	mygpio1_pins_default: mygpio1-default-pins {
    		pinctrl-single,pins = <
    			J722S_IOPAD(0x0008, PIN_INPUT, 7) /* (L22) OSPI0_DQS.GPIO0_2 */
    		>;
    	};
    };

    is it right the below config?

    Yes, assuming the pinmuxing was done through sysconfig.

    Regards,

    Takuma

  • Hi, Takuma,

      I have pinmux L22 and connect this to the ADV bridge node in the device tree,  but it is same as before, the DSI0 not clock and data output.

  • Hi,

    If you have scope connected, could you configure it so that it capture edges or stops when a voltage threshold is hit? 

    Additionally, could you share the output from "devmem2 0x305000F0"? This register should contain some error status. I have suspicion of HSYNC miss based on current information.

    Below is what each non-reserved bit in that register should mean.

    10 VSG_RECOVERY
    9 ERR_VRS_WRONG_LENGTH
    8 ERR_LONGREAD
    7 ERR_LINEWRITE
    6 ERR_BURSTWRITE
    5 REG_ERR_SMALL_HEIGHT
    4 REG_ERR_SMALL_LENGTH
    3 ERR_MISSING_VSYNC
    2 ERR_MISSING_HSYNC
    1 ERR_MISSING_DATA
    0 VSG_RUNNING

    Regards,

    Takuma

  • Hi,

    devmem2 0x305000F0
    /dev/mem opened.
    Memory mapped at address 0xffff96b2a000.
    Read at address 0x305000F0 (0xffff96b2a0f0): 0x00000004

  • Hi, 

    It looks like ERR_MISSING_HSYNC bit is set, so issue is related to timing parameters. As an experiment, in the adi,adv7535 bridge driver, could you set a preferred mode to 800×480 (which I think is the same as rpi panel).

    Below is a patch for a different bridge that sets preferred resolution to 1280x1024, but I expect similar can be added to the ADI bridge:

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/14/0008_2D00_HACK_2D00_drm_2D00_bridge_2D00_lt8912b_2D00_Add_2D00_custom_2D00_DMT_2D00_modes_2D00_for_2D00_our.patch

    Regards,

    Takuma

  • Hi Takuma,

    I have set a mode to 800x480, but it is same as before, the DSI0 not clock and data output.

    ~# devmem2 0x305000F0
    /dev/mem opened.
    Memory mapped at address 0xffffabc00000.
    Read at address 0x305000F0 (0xffffabc000f0): 0x00000004

  • Hi, 

    Two things:

    • If you have scope connected, were you able to configure it so that it capture edges or stops when a voltage threshold is hit? If yes, you should be able to see some clock and data before both goes silent.
    • With 800x480 settings, could you run "modetest -M tidss" and share the output?

    First bullet point is to make sure we are going in the correct direction.

    Second bullet point is to check if we are using negative or positive syncs. There has been issues seen in the past with positive syncs, so we can force negative syncs as an experiment if we are using positive syncs.

    Regards,

    Takuma

  • Hi Takuma,

    the Encoders is none, it is seem that connect to the Encoders, how to connect to Encoders from dsi0?

    ~# modetest -M tidss
    Encoders:
    id crtc type possible crtcs possible clones
    39 38 none 0x00000001 0x00000001

    Connectors:
    id encoder status name size (mm) modes encoders
    40 39 connected HDMI-A-1 520x310 17 39
    modes:
    index name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot
    #0 1920x1080 60.00 1920 2008 2052 2200 1080 1082 1087 1125 148500 flags: phsync, pvsync; type: preferred, driver
    #1 1920x1080 60.00 1920 2008 2052 2200 1080 1084 1089 1125 148500 flags: phsync, pvsync; type: driver
    #2 1920x1080 59.94 1920 2008 2052 2200 1080 1084 1089 1125 148352 flags: phsync, pvsync; type: driver
    #3 1920x1080 50.00 1920 2448 2492 2640 1080 1084 1089 1125 148500 flags: phsync, pvsync; type: driver
    #4 1920x1080 30.00 1920 2008 2052 2200 1080 1084 1089 1125 74250 flags: phsync, pvsync; type: driver
    #5 1920x1080 29.97 1920 2008 2052 2200 1080 1084 1089 1125 74176 flags: phsync, pvsync; type: driver
    #6 1920x1080 25.00 1920 2448 2492 2640 1080 1084 1089 1125 74250 flags: phsync, pvsync; type: driver
    #7 1920x1080 24.00 1920 2558 2602 2750 1080 1084 1089 1125 74250 flags: phsync, pvsync; type: driver
    #8 1280x720 60.00 1280 1390 1430 1650 720 725 730 750 74250 flags: phsync, pvsync; type: driver
    #9 1280x720 50.00 1280 1720 1760 1980 720 725 730 750 74250 flags: phsync, pvsync; type: driver
    #10 1280x720 30.00 1280 3040 3080 3300 720 725 730 750 74250 flags: phsync, pvsync; type: driver
    #11 1280x720 29.97 1280 3040 3080 3300 720 725 730 750 74176 flags: phsync, pvsync; type: driver
    #12 1280x720 25.00 1280 3700 3740 3960 720 725 730 750 74250 flags: phsync, pvsync; type: driver
    #13 1280x720 24.00 1280 3040 3080 3300 720 725 730 750 59400 flags: phsync, pvsync; type: driver
    #14 1280x720 23.98 1280 3040 3080 3300 720 725 730 750 59341 flags: phsync, pvsync; type: driver
    #15 800x600 60.32 800 840 968 1056 600 601 605 628 40000 flags: phsync, pvsync; type: driver
    #16 720x480 60.00 720 736 798 858 480 489 495 525 27027 flags: nhsync, nvsync; type: driver
    props:
    1 EDID:
    flags: immutable blob
    blobs:

    value:
    00ffffffffffff002601002401010101
    0720010380341f783eee91a3544c9926
    0f5054210800d1c00101010101010101
    010101010101023a801871382d40582c
    250008362100001e000000fc00474632
    34300a20202020202020000000ff0064
    656d6f7365742d310a203020000000fd
    0032911eb424000a20202020202001a5
    020339f24d9001020304131f2021223c
    3d3e23097f078301000067030c001000
    1848e200d5e305c000e606050169694f
    681a000001013290e65c82808c70382d
    4030203a0055502100001e8a6f80a070
    3840403020250055502100001e0e5c80
    a0703835403020250056502100001e00
    000000000000000000000000000000db
    2 DPMS:
    flags: enum
    enums: On=0 Standby=1 Suspend=2 Off=3
    value: 0
    5 link-status:
    flags: enum
    enums: Good=0 Bad=1
    value: 0
    6 non-desktop:
    flags: immutable range
    values: 0 1
    value: 0
    4 TILE:
    flags: immutable blob
    blobs:

    value:

    CRTCs:
    id fb pos size
    38 49 (0,0) (1920x1080)
    #0 1920x1080 60.00 1920 2008 2052 2200 1080 1082 1087 1125 148500 flags: phsync, pvsync; type: preferred, driver
    props:
    24 VRR_ENABLED:
    flags: range
    values: 0 1
    value: 0
    27 CTM:
    flags: blob
    blobs:

    value:
    28 GAMMA_LUT:
    flags: blob
    blobs:

    value:
    29 GAMMA_LUT_SIZE:
    flags: immutable range
    values: 0 4294967295
    value: 256

    Planes:
    id crtc fb CRTC x,y x,y gamma size possible crtcs
    31 38 49 0,0 0,0 0 0x00000001
    formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
    props:
    8 type:
    flags: immutable enum
    enums: Overlay=0 Primary=1 Cursor=2
    value: 1
    30 IN_FORMATS:
    flags: immutable blob
    blobs:

    value:
    01000000000000001d00000018000000
    01000000900000004152313241423132
    52413132524731364247313641523135
    41423135415232344142323452413234
    42413234524732344247323441523330
    41423330585231325842313252583132
    58523135584231355852323458423234
    52583234425832345852333058423330
    59555956555956594e56313200000000
    ffffff1f000000000000000000000000
    0000000000000000
    in_formats blob decoded:
    AR12: LINEAR
    AB12: LINEAR
    RA12: LINEAR
    RG16: LINEAR
    BG16: LINEAR
    AR15: LINEAR
    AB15: LINEAR
    AR24: LINEAR
    AB24: LINEAR
    RA24: LINEAR
    BA24: LINEAR
    RG24: LINEAR
    BG24: LINEAR
    AR30: LINEAR
    AB30: LINEAR
    XR12: LINEAR
    XB12: LINEAR
    RX12: LINEAR
    XR15: LINEAR
    XB15: LINEAR
    XR24: LINEAR
    XB24: LINEAR
    RX24: LINEAR
    BX24: LINEAR
    XR30: LINEAR
    XB30: LINEAR
    YUYV: LINEAR
    UYVY: LINEAR
    NV12: LINEAR
    33 zpos:
    flags: range
    values: 0 1
    value: 0
    34 COLOR_ENCODING:
    flags: enum
    enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
    value: 0
    35 COLOR_RANGE:
    flags: enum
    enums: YCbCr limited range=0 YCbCr full range=1
    value: 1
    36 alpha:
    flags: range
    values: 0 65535
    value: 65535
    37 pixel blend mode:
    flags: enum
    enums: Pre-multiplied=0 Coverage=1
    value: 0
    41 0 0 0,0 0,0 0 0x00000001
    formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
    props:
    8 type:
    flags: immutable enum
    enums: Overlay=0 Primary=1 Cursor=2
    value: 0
    30 IN_FORMATS:
    flags: immutable blob
    blobs:

    value:
    01000000000000001d00000018000000
    01000000900000004152313241423132
    52413132524731364247313641523135
    41423135415232344142323452413234
    42413234524732344247323441523330
    41423330585231325842313252583132
    58523135584231355852323458423234
    52583234425832345852333058423330
    59555956555956594e56313200000000
    ffffff1f000000000000000000000000
    0000000000000000
    in_formats blob decoded:
    AR12: LINEAR
    AB12: LINEAR
    RA12: LINEAR
    RG16: LINEAR
    BG16: LINEAR
    AR15: LINEAR
    AB15: LINEAR
    AR24: LINEAR
    AB24: LINEAR
    RA24: LINEAR
    BA24: LINEAR
    RG24: LINEAR
    BG24: LINEAR
    AR30: LINEAR
    AB30: LINEAR
    XR12: LINEAR
    XB12: LINEAR
    RX12: LINEAR
    XR15: LINEAR
    XB15: LINEAR
    XR24: LINEAR
    XB24: LINEAR
    RX24: LINEAR
    BX24: LINEAR
    XR30: LINEAR
    XB30: LINEAR
    YUYV: LINEAR
    UYVY: LINEAR
    NV12: LINEAR
    43 zpos:
    flags: range
    values: 0 1
    value: 1
    44 COLOR_ENCODING:
    flags: enum
    enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
    value: 0
    45 COLOR_RANGE:
    flags: enum
    enums: YCbCr limited range=0 YCbCr full range=1
    value: 1
    46 alpha:
    flags: range
    values: 0 65535
    value: 65535
    47 pixel blend mode:
    flags: enum
    enums: Pre-multiplied=0 Coverage=1
    value: 0

    Frame buffers:
    id size pitch

  • Hi,

    Based on the logs, encoder is already connected to a connector. That is, Connector ID 40 uses the Encoder ID 39.

    However, it looks like 1920x1080 resolution is still used so the mode is not being set to 800x480. Looking at modetest, it may be because the display does not support 800x480.

    Could you try below patch and share logs from "dmesg" and "modetest -M tidss" again?

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/14/0001_2D00_Force_2D00_800x600_2D00_resolution_2D00_for_2D00_ADVx_2D00_display_2D00_bridge.patch

    Regards,

    Takuma

  • Hi Takuma,

        the before log message is set mode 800x600 log,  but it seem that it is not setup successly. I used modetest setup mode #15, but it is not display normal.

  • Hi,

    You will need to put in the driver the preferred mode for 800x600 using the patch I shared. I have had experience with a different HDMI bridge where the max resolution had some issues with HSYNC, so this experiment is to see if issue is the same.

    To add on, setting the mode after boot will not be sufficient, because the issue is an HSYNC issue based on the error register you have shared. When this occurs, the display does not recover by setting new mode in userspace. 

    Regards,

    Takuma

  • Hi Takuma,

        I have patched you patch, the log same as before log message.

        How to fixed HSYNC issue?

  • Hi,

    If the logs are the same, then that means the patch has not been applied correctly or the code that sets the mode is not running.

    Can you please double check to make sure the driver was built without errors, flashed without errors, and share the logs from "dmesg"?

    HSYNC is due to issues with timing parameters or polarity of HSYNC. We are first trying to change the timing using the patch I had shared, then we can tweak the polarity.

    Regards,

    Takuma

  • Takuma,

    I remember I learned from other e2e post that we ever support other DSI to HDMI for TDA4 series.

    Do you have specific part numbers we ever supported? 

    BR, Rich

  • Hi, Takuma,

        the driver load is correct, but adv7511_get_modes function is not called.

  • Hi,

    Understood. I am currently out due to US holiday, so I will try to make a new experimental patch to the driver tomorrow. Thank you for your patience.

    Regards,

    Takuma

  • Hi Rich,

    I remember I learned from other e2e post that we ever support other DSI to HDMI for TDA4 series.

    Do you have specific part numbers we ever supported? 

    To answer that question, we have supported Lontium lt8912b like in this thread: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1334454/sk-tda4vm-issue-with-making-lontium-lt8912b-stream-video-to-hdmi-connector/5101749

    Regards,

    Takuma

  • Hi,

    To continue with debug, I noticed that the default preferred mode timing parameter is non-standard in the modetest logs that were shared. EDID timing parameters used by HDMI can be found here: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/gpu/drm/drm_edid.c?h=ti-linux-6.6.y, and the first mode does not fit any modes. This may be the issue.

    So, to experiment, we want to be able to manually choose which mode is selected at boot time. Could you try out these two patches and share the logs from "dmesg" so that I can follow where the code is going?

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/14/5224.0001_2D00_Force_2D00_800x600_2D00_resolution_2D00_for_2D00_ADVx_2D00_display_2D00_bridge.patch

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/14/0002_2D00_Add_2D00_debug_2D00_prints_2D00_and_2D00_remove_2D00_from_2D00_prune_2D00_config.patch

    Regards,

    Takuma

  • Hi, Takuma,

    please refer the below log file, the adv7511_get_modes function isn't called also.

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.58-rt45 (user@L480) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #7 SMP PREEMPT_RT Sat Feb 15 22:49:32 CST 2025
    [    0.000000] Machine model: Texas Instruments J722S ECU1270
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000008c8000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000008c8000000..0x00000008ffffffff (917504 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-dma-memory-region@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable mcu-r5fss-dma-memory-region@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-memory-region@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable mcu-r5fss-memory-region@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-dma-memory-region@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable main-r5fss-dma-memory-region@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-memory-region@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable main-r5fss-memory-region@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable c7x-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable c7x-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000008007ffff]
    [    0.000000]   node   0: [mem 0x0000000080080000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    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.5
    [    0.000000] percpu: Embedded 21 pages/cpu s46656 r8192 d31168 u86016
    [    0.000000] pcpu-alloc: s46656 r8192 d31168 u86016 alloc=21*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: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    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 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 3005704K/4194304K available (10560K kernel code, 1208K rwdata, 2524K rodata, 2176K init, 526K bss, 271096K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 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: 0xffff8000800100c4
    [    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 @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    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.000224] Console: colour dummy device 80x25
    [    0.000277] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000287] pid_max: default: 32768 minimum: 301
    [    0.000358] LSM: initializing lsm=capability,selinux,integrity
    [    0.000380] SELinux:  Initializing.
    [    0.000524] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.000543] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.002119] rcu: Hierarchical SRCU implementation.
    [    0.002130] rcu: 	Max phase no-delay instances is 400.
    [    0.002404] Platform MSI: msi-controller@1820000 domain created
    [    0.002614] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.002695] EFI services will not be available.
    [    0.002846] smp: Bringing up secondary CPUs ...
    [    0.003505] Detected VIPT I-cache on CPU1
    [    0.003581] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.003597] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.003645] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.004311] Detected VIPT I-cache on CPU2
    [    0.004362] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.004374] GICv3: CPU2: using allocated LPI pending table @0x0000000880060000
    [    0.004405] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.005015] Detected VIPT I-cache on CPU3
    [    0.005064] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.005077] GICv3: CPU3: using allocated LPI pending table @0x0000000880070000
    [    0.005106] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.005165] smp: Brought up 1 node, 4 CPUs
    [    0.005172] SMP: Total of 4 processors activated.
    [    0.005176] CPU features: detected: 32-bit EL0 Support
    [    0.005179] CPU features: detected: CRC32 instructions
    [    0.005225] CPU: All CPU(s) started at EL2
    [    0.005227] alternatives: applying system-wide alternatives
    [    0.006530] devtmpfs: initialized
    [    0.019719] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.019741] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.042801] pinctrl core: initialized pinctrl subsystem
    [    0.043269] DMI not present or invalid.
    [    0.043754] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.044788] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.044862] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.044921] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.044976] audit: initializing netlink subsys (disabled)
    [    0.045111] audit: type=2000 audit(0.044:1): state=initialized audit_enabled=0 res=1
    [    0.045682] thermal_sys: Registered thermal governor 'step_wise'
    [    0.045872] ASID allocator initialised with 65536 entries
    [    0.050014] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.050153] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.050296] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.050316] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.050330] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.056682] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.060328] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.060576] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.060652] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.060728] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.060797] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.064155] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.064245] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.064835] Modules: 28480 pages in range for non-PLT usage
    [    0.064839] Modules: 520000 pages in range for PLT usage
    [    0.065420] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.065426] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.065431] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.065434] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.065439] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.065442] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.065446] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.065449] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.066531] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
    [    0.067491] iommu: Default domain type: Translated
    [    0.067502] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.069421] SCSI subsystem initialized
    [    0.069827] libata version 3.00 loaded.
    [    0.070645] usbcore: registered new interface driver usbfs
    [    0.070681] usbcore: registered new interface driver hub
    [    0.070722] usbcore: registered new device driver usb
    [    0.071362] pps_core: LinuxPPS API ver. 1 registered
    [    0.071367] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.071382] PTP clock support registered
    [    0.071636] EDAC MC: Ver: 3.0.0
    [    0.071989] scmi_core: SCMI protocol bus registered
    [    0.072233] FPGA manager framework
    [    0.072352] Advanced Linux Sound Architecture Driver Initialized.
    [    0.073327] vgaarb: loaded
    [    0.073612] clocksource: Switched to clocksource arch_sys_counter
    [    0.073822] VFS: Disk quotas dquot_6.6.0
    [    0.073864] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.081222] NET: Registered PF_INET protocol family
    [    0.081431] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.084271] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 81920 bytes, linear)
    [    0.084377] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.084389] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.084778] TCP bind hash table entries: 32768 (order: 9, 2621440 bytes, linear)
    [    0.086824] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.086998] UDP hash table entries: 2048 (order: 5, 196608 bytes, linear)
    [    0.087149] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes, linear)
    [    0.087465] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.087927] RPC: Registered named UNIX socket transport module.
    [    0.087934] RPC: Registered udp transport module.
    [    0.087937] RPC: Registered tcp transport module.
    [    0.087940] RPC: Registered tcp-with-tls transport module.
    [    0.087943] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.087956] PCI: CLS 0 bytes, default 64
    [    0.089099] Initialise system trusted keyrings
    [    0.089267] workingset: timestamp_bits=62 max_order=20 bucket_order=0
    [    0.089645] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.089861] NFS: Registering the id_resolver key type
    [    0.089889] Key type id_resolver registered
    [    0.089892] Key type id_legacy registered
    [    0.089910] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.089915] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.119857] Key type asymmetric registered
    [    0.119871] Asymmetric key parser 'x509' registered
    [    0.119941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.119947] io scheduler mq-deadline registered
    [    0.119952] io scheduler kyber registered
    [    0.119976] io scheduler bfq registered
    [    0.123567] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.124213] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.133007] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.138697] adv_board adv_board: board name from device tree: ECU1270
    [    0.138753] adv_board: Registerered
    [    0.147437] brd: module loaded
    [    0.153463] loop: module loaded
    [    0.154735] megasas: 07.725.01.00-rc1
    [    0.159269] tun: Universal TUN/TAP device driver, 1.6
    [    0.160020] PPP generic driver version 2.4.2
    [    0.160183] PPP BSD Compression module registered
    [    0.160189] PPP Deflate Compression module registered
    [    0.160218] PPP MPPE Compression module registered
    [    0.160222] NET: Registered PF_PPPOX protocol family
    [    0.160246] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
    [    0.160250] CSLIP: code copyright 1989 Regents of the University of California.
    [    0.160547] VFIO - User Level meta-driver version: 0.3
    [    0.161907] usbcore: registered new interface driver usb-storage
    [    0.162639] i2c_dev: i2c /dev entries driver
    [    0.163362] sdhci: Secure Digital Host Controller Interface driver
    [    0.163366] sdhci: Copyright(c) Pierre Ossman
    [    0.163626] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.164940] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.165749] usbcore: registered new interface driver usbhid
    [    0.165755] usbhid: USB HID core driver
    [    0.166656] optee: probing for conduit method.
    [    0.166686] optee: revision 4.4 (8f645256efc0dc66)
    [    0.166984] optee: dynamic shared memory is enabled
    [    0.167653] random: crng init done
    [    0.167746] optee: initialized driver
    [    0.169751] Initializing XFRM netlink socket
    [    0.169793] NET: Registered PF_PACKET protocol family
    [    0.169870] Key type dns_resolver registered
    [    0.180071] Loading compiled-in X.509 certificates
    [    0.194368] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    [    0.249999] omap_i2c 2b200000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.250905] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.250992] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.251129] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.251204] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.251578] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.275706] tpm_tis_i2c 3-002e: 2.0 TPM (device-id 0x0, rev-id 78)
    [    0.328253] rtc-s35390a 3-0030: registered as rtc0
    [    0.328537] rtc-s35390a 3-0030: setting system clock to 2025-02-19T03:13:26 UTC (1739934806)
    [    0.328592] omap_i2c 20030000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.328810] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.328975] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.329211] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.329495] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    0.334909] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.337997] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
    [    0.341104] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.347132] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.349728] ti-udma 4e230000.dma-controller: Number of rings: 40
    [    0.353187] ti-udma 4e230000.dma-controller: Channels: 40 (bchan: 0, tchan: 8, rchan: 32)
    [    0.356720] printk: console [ttyS2] disabled
    [    0.357074] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 307, base_baud = 3000000) is a 8250
    [    0.357200] printk: console [ttyS2] enabled
    [    0.392625] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    0.399832] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    0.399846] davinci_mdio 8000f00.mdio: phy[9]: device 8000f00.mdio:09, driver TI DP83867
    [    0.399888] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    0.400371] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    0.400384] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    0.400390] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    0.401054] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    0.561688] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    0.566806] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    0.566836] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    0.566956] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    0.566964] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    0.567119] xhci-hcd xhci-hcd.0.auto: irq 318, io mem 0x31000000
    [    0.568066] hub 1-0:1.0: USB hub found
    [    0.568100] hub 1-0:1.0: 1 port detected
    [    0.569756] mmc0: CQHCI version 5.10
    [    0.581982] j721e-pcie f102000.pcie: host bridge /bus@f0000/pcie@f102000 ranges:
    [    0.582029] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    0.582049] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    0.582066] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    0.612816] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.736651] mmc0: Command Queue Engine enabled
    [    0.736669] mmc0: new HS400 MMC card at address 0001
    [    0.737285] mmcblk0: mmc0:0001 58A43A 14.6 GiB
    [    0.739038]  mmcblk0: p1 p2
    [    0.739627] mmcblk0boot0: mmc0:0001 58A43A 4.00 MiB
    [    0.740832] mmcblk0boot1: mmc0:0001 58A43A 4.00 MiB
    [    0.741977] mmcblk0rpmb: mmc0:0001 58A43A 4.00 MiB, chardev (239:0)
    [    1.586500] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    1.586518] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    1.586529] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    1.586536] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    1.586570] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    1.586668] pci 0000:00:00.0: supports D1
    [    1.586674] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    1.588789] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.588950] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    1.588973] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    1.589094] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    1.589564] pcieport 0000:00:00.0: PME: Signaling with IRQ 492
    [    1.589862] pcieport 0000:00:00.0: AER: enabled with IRQ 492
    [    1.591399] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 493, base_baud = 3000000) is a 8250
    [    1.592950] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 494, base_baud = 3000000) is a 8250
    [    1.594499] 2830000.serial: ttyS5 at MMIO 0x2830000 (irq = 495, base_baud = 3000000) is a 8250
    [    1.596012] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 496, base_baud = 3000000) is a 8250
    [    1.597474] 2850000.serial: ttyS7 at MMIO 0x2850000 (irq = 497, base_baud = 3000000) is a 8250
    [    1.598947] 2860000.serial: ttyS8 at MMIO 0x2860000 (irq = 498, base_baud = 3000000) is a 8250
    [    1.600259] sdhci-am654 fa00000.mmc: Got CD GPIO
    [    1.600745] mmc1: CQHCI version 5.10
    [    1.636665] clk: Disabling unused clocks
    [    1.642891] ALSA device list:
    [    1.642898]   No soundcards found.
    [    1.649040] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.709839] EXT4-fs (mmcblk0p2): mounted filesystem e4df3784-8641-46d9-a1f8-5432d6ed69cf r/w with ordered data mode. Quota mode: none.
    [    1.709916] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.711728] devtmpfs: mounted
    [    1.712451] Freeing unused kernel memory: 2176K
    [    1.712545] Run /sbin/init as init process
    [    1.712549]   with arguments:
    [    1.712551]     /sbin/init
    [    1.712553]   with environment:
    [    1.712554]     HOME=/
    [    1.712556]     TERM=linux
    [    1.858648] NET: Registered PF_INET6 protocol family
    [    1.859736] Segment Routing with IPv6
    [    1.859762] In-situ OAM (IOAM) with IPv6
    [    1.899508] 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)
    [    1.900110] systemd[1]: Detected architecture arm64.
    [    1.943362] systemd[1]: Hostname set to <ecu1270>.
    [    2.035535] systemd-sysv-generator[140]: 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.
    [    2.225472] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.238646] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.295535] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.335347] 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.
    [    2.384941] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.416475] systemd[1]: Created slice Slice /system/getty.
    [    2.480379] systemd[1]: Created slice Slice /system/modprobe.
    [    2.529875] systemd[1]: Created slice Slice /system/serial-getty.
    [    2.583749] systemd[1]: Created slice User and Session Slice.
    [    2.692365] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.738985] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.758061] systemd[1]: Reached target Path Units.
    [    2.768776] systemd[1]: Reached target Remote File Systems.
    [    2.782771] systemd[1]: Reached target Slice Units.
    [    2.793786] systemd[1]: Reached target Swaps.
    [    2.806506] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.821822] systemd[1]: Reached target RPC Port Mapper.
    [    2.841761] systemd[1]: Listening on Process Core Dump Socket.
    [    2.856133] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.871551] systemd[1]: Listening on Journal Audit Socket.
    [    2.886353] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.901352] systemd[1]: Listening on Journal Socket.
    [    2.915569] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.931895] systemd[1]: Listening on udev Control Socket.
    [    2.946188] systemd[1]: Listening on udev Kernel Socket.
    [    2.960308] systemd[1]: Listening on User Database Manager Socket.
    [    2.991077] systemd[1]: Mounting Huge Pages File System...
    [    3.006059] systemd[1]: Mounting POSIX Message Queue File System...
    [    3.024261] systemd[1]: Mounting Kernel Debug File System...
    [    3.038243] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.042404] systemd[1]: Mounting Temporary Directory /tmp...
    [    3.081333] systemd[1]: Starting Create List of Static Device Nodes...
    [    3.101556] systemd[1]: Starting Load Kernel Module configfs...
    [    3.130409] systemd[1]: Starting Load Kernel Module drm...
    [    3.149011] systemd[1]: Starting Load Kernel Module fuse...
    [    3.163246] fuse: init (API version 7.39)
    [    3.180355] systemd[1]: Starting Start psplash boot splash screen...
    [    3.200029] systemd[1]: Starting RPC Bind...
    [    3.210037] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.211094] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    3.211114] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    3.215845] systemd[1]: Starting Journal Service...
    [    3.275353] systemd[1]: Starting Load Kernel Modules...
    [    3.292747] systemd[1]: Starting Generate network units from Kernel command line...
    [    3.332375] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    3.353485] systemd[1]: Starting Coldplug All udev Devices...
    [    3.361273] EXT4-fs (mmcblk0p2): re-mounted e4df3784-8641-46d9-a1f8-5432d6ed69cf r/w. Quota mode: none.
    [    3.383086] systemd[1]: Started RPC Bind.
    [    3.395349] systemd[1]: Started Journal Service.
    [    3.609563] systemd-journald[151]: Received client request to flush runtime journal.
    [    4.116231] CAN device driver interface
    [    4.182827] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    4.183115] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    4.201844] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    4.229431] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
    [    4.230641] mc: Linux media interface: v0.10
    [    4.255664] fm25 spi0.0: 128 KByte fm25 fram, pagesize 4096
    [    4.275129] videodev: Linux video capture interface: v2.00
    [    4.332373] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@a3000000
    [    4.333691] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
    [    4.350885] DEBUG: inside adv7511_probe
    [    4.351431] remoteproc remoteproc0: 7e000000.dsp is available
    [    4.351723] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    4.351744] remoteproc remoteproc0: powering up 7e000000.dsp
    [    4.351781] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    4.351790] remoteproc remoteproc0: request_firmware failed: -2
    [    4.361867] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node c7x-dma-memory@a4000000
    [    4.362269] k3-dsp-rproc 7e200000.dsp: configured DSP for remoteproc mode
    [    4.369030] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.384176] remoteproc remoteproc1: 7e200000.dsp is available
    [    4.384364] remoteproc remoteproc1: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    4.384382] remoteproc remoteproc1: powering up 7e200000.dsp
    [    4.384415] remoteproc remoteproc1: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    4.384424] remoteproc remoteproc1: request_firmware failed: -2
    [    4.396771] platform 79000000.r5f: configured R5F for remoteproc mode
    [    4.397172] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-dma-memory-region@a1000000
    [    4.399261] remoteproc remoteproc2: 79000000.r5f is available
    [    4.399420] remoteproc remoteproc2: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    4.399435] remoteproc remoteproc2: powering up 79000000.r5f
    [    4.399542] remoteproc remoteproc2: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    4.399552] remoteproc remoteproc2: request_firmware failed: -2
    [    4.436978] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.440865] DEBUG: inside adv7533_attach_dsi
    [    4.447318] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.447540] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.447685] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.448325] remoteproc remoteproc3: 78000000.r5f is available
    [    4.448404] remoteproc remoteproc3: attaching to 78000000.r5f
    [    4.454951] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.473643] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    4.473694] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
    [    4.473703] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
    [    4.473932] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.474281] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    4.474430] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    4.474715] DEBUG: inside tidss_encoder_create
    [    4.474720] DEBUG: inside tidss_bridge_attach t_enc->next_bridge=0x2c1b4c0 bridge=0x5c7de80 flags=0x1
    [    4.479660] vdec 30210000.video-codec: OPP table not found in device tree
    [    4.483122] vdec 30210000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2
    [    4.483151] vdec 30210000.video-codec: request_firmware, fail: -2
    [    4.483158] vdec 30210000.video-codec: wave5_vpu_load_firmware, fail: -2
    [    4.484003] rtc-ti-k3 2b1f0000.rtc: registered as rtc1
    [    4.484046] platform 78400000.r5f: configured R5F for remoteproc mode
    [    4.484410] platform 78400000.r5f: assigned reserved memory node main-r5fss-dma-memory-region@a2000000
    [    4.487695] remoteproc remoteproc4: 78400000.r5f is available
    [    4.487909] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    4.487927] remoteproc remoteproc4: powering up 78400000.r5f
    [    4.487959] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    4.487968] remoteproc remoteproc4: request_firmware failed: -2
    [    4.488213] vdec: probe of 30210000.video-codec failed with error -2
    [    4.554816] [drm] Initialized tidss 1.0.0 20180215 for 30220000.dss on minor 0
    [    4.555030] DEBUG: inside adv7511_hpd
    [    4.555435] DEBUG: inside adv7511_hpd
    [    4.565549] DEBUG: inside adv7511_get_edid_block
    [    4.565831] DEBUG: inside adv7511_wait_for_edid
    [    4.732353] e5010 fd20000.e5010: Device registered as /dev/video0
    [    4.794931] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [    5.068957] DEBUG: inside adv7511_dsi_config_timing_gen
    [    5.074836] Console: switching to colour frame buffer device 100x37
    [    5.074960] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [    5.090248] tidss 30220000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    5.108014] DEBUG: inside adv7511_hpd
    [    5.108336] DEBUG: inside adv7511_hpd
    [    5.108500] DEBUG: inside adv7511_get_edid_block
    [    5.108765] DEBUG: inside adv7511_wait_for_edid
    [    5.110532] m_can_platform 20701000.can: m_can device registered (irq=513, version=32)
    [    5.123521] m_can_platform 20711000.can: m_can device registered (irq=514, version=32)
    [    5.313828] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [    5.559217] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    5.559317] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 2
    [    5.559667] xhci-hcd xhci-hcd.4.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    5.560502] xhci-hcd xhci-hcd.4.auto: irq 515, io mem 0x31210000
    [    5.560979] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    5.561008] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 3
    [    5.561032] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
    [    5.576401] hub 2-0:1.0: USB hub found
    [    5.576474] hub 2-0:1.0: 1 port detected
    [    5.578756] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
    [    5.579691] hub 3-0:1.0: USB hub found
    [    5.579737] hub 3-0:1.0: 1 port detected
    [    5.820698] usb 2-1: new high-speed USB device number 2 using xhci-hcd
    [    5.949496] hub 2-1:1.0: USB hub found
    [    5.949743] hub 2-1:1.0: 4 ports detected
    [    6.622111] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.635891] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.637347] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.637479] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    6.637498] cfg80211: failed to load regulatory.db
    [    6.746062] audit: type=1701 audit(1739934812.917:2): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=576 comm="ti-apps-launche" exe="/usr/bin/ti-apps-launcher" sig=6 res=1
    [    6.782693] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:09] driver [TI DP83867] (irq=POLL)
    [    6.782755] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    6.806692] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    6.806750] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    7.611236] audit: type=1006 audit(1739934813.782:3): pid=672 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=1 res=1
    [    7.611321] audit: type=1300 audit(1739934813.782:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff59f14c8 a2=4 a3=0 items=0 ppid=1 pid=672 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=1 comm="(weston)" exe="/lib/systemd/systemd" subj=kernel key=(null)
    [    7.611335] audit: type=1327 audit(1739934813.782:3): proctitle="(weston)"
    [    8.867560] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   12.253580] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  312.817918] DEBUG: inside adv7511_hpd
    [  313.017990] DEBUG: inside adv7511_hpd
    [  313.018400] DEBUG: inside adv7511_hpd
    [  313.018948] DEBUG: inside adv7511_get_edid_block
    [  313.019187] DEBUG: inside adv7511_wait_for_edid
    [  313.083732] DEBUG: inside adv7511_get_edid_block
    [  313.085449] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  313.087690] DEBUG: inside adv7511_dsi_config_timing_gen
    [  474.914993] DEBUG: inside adv7511_hpd
    [  474.915302] DEBUG: inside adv7511_hpd
    [  474.915443] DEBUG: inside adv7511_get_edid_block
    [  474.921788] DEBUG: inside adv7511_get_edid_block
    [  474.932385] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  474.948932] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  503.873725] DEBUG: inside adv7511_hpd
    [  503.874035] DEBUG: inside adv7511_hpd
    [  503.874173] DEBUG: inside adv7511_get_edid_block
    [  503.874183] DEBUG: inside adv7511_get_edid_block
    [  503.997883] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  504.012474] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  504.012663] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  504.015639] DEBUG: inside adv7511_dsi_config_timing_gen
    [  517.635060] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  517.650161] DEBUG: inside adv7511_dsi_config_timing_gen
    [  517.654623] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  527.871015] DEBUG: inside adv7511_hpd
    [  527.871330] DEBUG: inside adv7511_hpd
    [  527.871469] DEBUG: inside adv7511_get_edid_block
    [  527.877860] DEBUG: inside adv7511_get_edid_block
    [  527.995546] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  528.010862] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  528.011078] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  528.014075] DEBUG: inside adv7511_dsi_config_timing_gen
    [  551.698167] DEBUG: inside tidss_bridge_atomic_check bridge=0x5c7de80 tcrtc_state->bus_flags=0x0
    [  551.715203] DEBUG: inside adv7511_dsi_config_timing_gen
    

  • Hi,

    Thanks for experimenting and sharing the logs. Can I get 2 days to discuss internally, experiment, and make a new patch?

    I plan to use the TI AM67-SK board which has a DPI to HDMI bridge to see if I can manually set the mode without going through the get_modes hook.

    In the meantime, an experiment you may try out in parallel is to see if you can set the EDID manually through Linux kernel commands. Steps are:

    1. During boot, stop in U-Boot by continuously pressing any key
    2. run finduuid
    3. setenv args_mmc "run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype} video=HDMI-A-1:1920x1080@30"
    4. boot
    5. And after that, please post again the output from modetest -M tidss

    Regards,

    Takuma

  • Hi, Takuna,

    the DSI and HDMI have signal, but HDMI monitor has no image display, is the waveform correct?

    DSI signal:

    HDMI signal:

  • Hi,

    I discussed internally and learned that the get_modes connector function is no longer being used due to a software architecture change with Linux. 

    However, it is good to see clock and data coming out! Is this the result of the experiment of running the U-Boot commands to set the preference to 1920x1080@30Hz?

    If it is, could you add below patch:

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/14/0001_2D00_HACK_2D00_force_2D00_negative_2D00_syncs_2D00_for_2D00_1920x1080_2D00_30Hz.patch

    And then share logs from "modetest -M tidss"?

    Regards,

    Takuma

  • Hi, Takuma,

       please refert the log file

    .

    Encoders:
    id	crtc	type	possible crtcs	possible clones	
    39	38	none	0x00000001	0x00000001
    
    Connectors:
    id	encoder	status		name		size (mm)	modes	encoders
    40	39	connected	HDMI-A-1       	520x310		17	39
      modes:
    	index name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot
      #0 1920x1080 60.00 1920 2008 2052 2200 1080 1082 1087 1125 148500 flags: phsync, pvsync; type: preferred, driver
      #1 1920x1080 60.00 1920 2008 2052 2200 1080 1084 1089 1125 148500 flags: nhsync, nvsync; type: driver
      #2 1920x1080 59.94 1920 2008 2052 2200 1080 1084 1089 1125 148352 flags: nhsync, nvsync; type: driver
      #3 1920x1080 50.00 1920 2448 2492 2640 1080 1084 1089 1125 148500 flags: phsync, pvsync; type: driver
      #4 1920x1080 30.00 1920 2008 2052 2200 1080 1084 1089 1125 74250 flags: nhsync, nvsync; type: driver
      #5 1920x1080 29.97 1920 2008 2052 2200 1080 1084 1089 1125 74176 flags: nhsync, nvsync; type: driver
      #6 1920x1080 25.00 1920 2448 2492 2640 1080 1084 1089 1125 74250 flags: phsync, pvsync; type: driver
      #7 1920x1080 24.00 1920 2558 2602 2750 1080 1084 1089 1125 74250 flags: phsync, pvsync; type: driver
      #8 1280x720 60.00 1280 1390 1430 1650 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #9 1280x720 50.00 1280 1720 1760 1980 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #10 1280x720 30.00 1280 3040 3080 3300 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #11 1280x720 29.97 1280 3040 3080 3300 720 725 730 750 74176 flags: phsync, pvsync; type: driver
      #12 1280x720 25.00 1280 3700 3740 3960 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #13 1280x720 24.00 1280 3040 3080 3300 720 725 730 750 59400 flags: phsync, pvsync; type: driver
      #14 1280x720 23.98 1280 3040 3080 3300 720 725 730 750 59341 flags: phsync, pvsync; type: driver
      #15 800x600 60.32 800 840 968 1056 600 601 605 628 40000 flags: phsync, pvsync; type: driver
      #16 720x480 60.00 720 736 798 858 480 489 495 525 27027 flags: nhsync, nvsync; type: driver
      props:
    	1 EDID:
    		flags: immutable blob
    		blobs:
    
    		value:
    			00ffffffffffff002601002401010101
    			0720010380341f783eee91a3544c9926
    			0f5054210800d1c00101010101010101
    			010101010101023a801871382d40582c
    			250008362100001e000000fc00474632
    			34300a20202020202020000000ff0064
    			656d6f7365742d310a203020000000fd
    			0032911eb424000a20202020202001a5
    			020339f24d9001020304131f2021223c
    			3d3e23097f078301000067030c001000
    			1848e200d5e305c000e606050169694f
    			681a000001013290e65c82808c70382d
    			4030203a0055502100001e8a6f80a070
    			3840403020250055502100001e0e5c80
    			a0703835403020250056502100001e00
    			000000000000000000000000000000db
    	2 DPMS:
    		flags: enum
    		enums: On=0 Standby=1 Suspend=2 Off=3
    		value: 0
    	5 link-status:
    		flags: enum
    		enums: Good=0 Bad=1
    		value: 0
    	6 non-desktop:
    		flags: immutable range
    		values: 0 1
    		value: 0
    	4 TILE:
    		flags: immutable blob
    		blobs:
    
    		value:
    
    CRTCs:
    id	fb	pos	size
    38	49	(0,0)	(1920x1080)
      #0 1920x1080 60.00 1920 2008 2052 2200 1080 1082 1087 1125 148500 flags: phsync, pvsync; type: preferred, driver
      props:
    	24 VRR_ENABLED:
    		flags: range
    		values: 0 1
    		value: 0
    	27 CTM:
    		flags: blob
    		blobs:
    
    		value:
    	28 GAMMA_LUT:
    		flags: blob
    		blobs:
    
    		value:
    	29 GAMMA_LUT_SIZE:
    		flags: immutable range
    		values: 0 4294967295
    		value: 256
    
    Planes:
    id	crtc	fb	CRTC x,y	x,y	gamma size	possible crtcs
    31	38	49	0,0		0,0	0       	0x00000001
      formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
      props:
    	8 type:
    		flags: immutable enum
    		enums: Overlay=0 Primary=1 Cursor=2
    		value: 1
    	30 IN_FORMATS:
    		flags: immutable blob
    		blobs:
    
    		value:
    			01000000000000001d00000018000000
    			01000000900000004152313241423132
    			52413132524731364247313641523135
    			41423135415232344142323452413234
    			42413234524732344247323441523330
    			41423330585231325842313252583132
    			58523135584231355852323458423234
    			52583234425832345852333058423330
    			59555956555956594e56313200000000
    			ffffff1f000000000000000000000000
    			0000000000000000
    		in_formats blob decoded:
    			 AR12:  LINEAR
    			 AB12:  LINEAR
    			 RA12:  LINEAR
    			 RG16:  LINEAR
    			 BG16:  LINEAR
    			 AR15:  LINEAR
    			 AB15:  LINEAR
    			 AR24:  LINEAR
    			 AB24:  LINEAR
    			 RA24:  LINEAR
    			 BA24:  LINEAR
    			 RG24:  LINEAR
    			 BG24:  LINEAR
    			 AR30:  LINEAR
    			 AB30:  LINEAR
    			 XR12:  LINEAR
    			 XB12:  LINEAR
    			 RX12:  LINEAR
    			 XR15:  LINEAR
    			 XB15:  LINEAR
    			 XR24:  LINEAR
    			 XB24:  LINEAR
    			 RX24:  LINEAR
    			 BX24:  LINEAR
    			 XR30:  LINEAR
    			 XB30:  LINEAR
    			 YUYV:  LINEAR
    			 UYVY:  LINEAR
    			 NV12:  LINEAR
    	33 zpos:
    		flags: range
    		values: 0 1
    		value: 0
    	34 COLOR_ENCODING:
    		flags: enum
    		enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
    		value: 0
    	35 COLOR_RANGE:
    		flags: enum
    		enums: YCbCr limited range=0 YCbCr full range=1
    		value: 1
    	36 alpha:
    		flags: range
    		values: 0 65535
    		value: 65535
    	37 pixel blend mode:
    		flags: enum
    		enums: Pre-multiplied=0 Coverage=1
    		value: 0
    41	0	0	0,0		0,0	0       	0x00000001
      formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
      props:
    	8 type:
    		flags: immutable enum
    		enums: Overlay=0 Primary=1 Cursor=2
    		value: 0
    	30 IN_FORMATS:
    		flags: immutable blob
    		blobs:
    
    		value:
    			01000000000000001d00000018000000
    			01000000900000004152313241423132
    			52413132524731364247313641523135
    			41423135415232344142323452413234
    			42413234524732344247323441523330
    			41423330585231325842313252583132
    			58523135584231355852323458423234
    			52583234425832345852333058423330
    			59555956555956594e56313200000000
    			ffffff1f000000000000000000000000
    			0000000000000000
    		in_formats blob decoded:
    			 AR12:  LINEAR
    			 AB12:  LINEAR
    			 RA12:  LINEAR
    			 RG16:  LINEAR
    			 BG16:  LINEAR
    			 AR15:  LINEAR
    			 AB15:  LINEAR
    			 AR24:  LINEAR
    			 AB24:  LINEAR
    			 RA24:  LINEAR
    			 BA24:  LINEAR
    			 RG24:  LINEAR
    			 BG24:  LINEAR
    			 AR30:  LINEAR
    			 AB30:  LINEAR
    			 XR12:  LINEAR
    			 XB12:  LINEAR
    			 RX12:  LINEAR
    			 XR15:  LINEAR
    			 XB15:  LINEAR
    			 XR24:  LINEAR
    			 XB24:  LINEAR
    			 RX24:  LINEAR
    			 BX24:  LINEAR
    			 XR30:  LINEAR
    			 XB30:  LINEAR
    			 YUYV:  LINEAR
    			 UYVY:  LINEAR
    			 NV12:  LINEAR
    	43 zpos:
    		flags: range
    		values: 0 1
    		value: 1
    	44 COLOR_ENCODING:
    		flags: enum
    		enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
    		value: 0
    	45 COLOR_RANGE:
    		flags: enum
    		enums: YCbCr limited range=0 YCbCr full range=1
    		value: 1
    	46 alpha:
    		flags: range
    		values: 0 65535
    		value: 65535
    	47 pixel blend mode:
    		flags: enum
    		enums: Pre-multiplied=0 Coverage=1
    		value: 0
    
    Frame buffers:
    id	size	pitch
    
    

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.58-rt45 (user@ubuntu) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #20 SMP PREEMPT_RT Wed Feb 12 18:24:26 CST 2025
    [    0.000000] Machine model: Texas Instruments J722S ECU1270/DIO
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000008c8000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000008c8000000..0x00000008ffffffff (917504 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-dma-memory-region@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable mcu-r5fss-dma-memory-region@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-memory-region@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable mcu-r5fss-memory-region@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-dma-memory-region@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable main-r5fss-dma-memory-region@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-memory-region@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable main-r5fss-memory-region@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable c7x-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable c7x-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000008007ffff]
    [    0.000000]   node   0: [mem 0x0000000080080000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    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 21 pages/cpu s46656 r8192 d31168 u86016
    [    0.000000] pcpu-alloc: s46656 r8192 d31168 u86016 alloc=21*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: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    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 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 3005716K/4194304K available (10560K kernel code, 1208K rwdata, 2524K rodata, 2176K init, 526K bss, 271084K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 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: 0xffff8000800100c4
    [    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 @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    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.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000221] Console: colour dummy device 80x25
    [    0.000272] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000283] pid_max: default: 32768 minimum: 301
    [    0.000350] LSM: initializing lsm=capability,selinux,integrity
    [    0.000373] SELinux:  Initializing.
    [    0.000516] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.000535] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.002077] rcu: Hierarchical SRCU implementation.
    [    0.002088] rcu: 	Max phase no-delay instances is 400.
    [    0.002377] Platform MSI: msi-controller@1820000 domain created
    [    0.002577] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.002655] EFI services will not be available.
    [    0.002818] smp: Bringing up secondary CPUs ...
    [    0.003466] Detected VIPT I-cache on CPU1
    [    0.003541] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.003557] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.003604] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.004270] Detected VIPT I-cache on CPU2
    [    0.004321] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.004333] GICv3: CPU2: using allocated LPI pending table @0x0000000880060000
    [    0.004365] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.004958] Detected VIPT I-cache on CPU3
    [    0.005005] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.005018] GICv3: CPU3: using allocated LPI pending table @0x0000000880070000
    [    0.005049] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.005109] smp: Brought up 1 node, 4 CPUs
    [    0.005115] SMP: Total of 4 processors activated.
    [    0.005120] CPU features: detected: 32-bit EL0 Support
    [    0.005123] CPU features: detected: CRC32 instructions
    [    0.005166] CPU: All CPU(s) started at EL2
    [    0.005169] alternatives: applying system-wide alternatives
    [    0.006443] devtmpfs: initialized
    [    0.019267] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.019291] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.043760] pinctrl core: initialized pinctrl subsystem
    [    0.044234] DMI not present or invalid.
    [    0.044716] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.045803] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.045877] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.045935] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.045991] audit: initializing netlink subsys (disabled)
    [    0.046132] audit: type=2000 audit(0.045:1): state=initialized audit_enabled=0 res=1
    [    0.046699] thermal_sys: Registered thermal governor 'step_wise'
    [    0.046891] ASID allocator initialised with 65536 entries
    [    0.050921] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.051048] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.051174] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.051195] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.051204] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.057368] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.060786] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.061028] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.061101] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.061168] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.061238] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.064485] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.064569] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.065003] Modules: 28480 pages in range for non-PLT usage
    [    0.065007] Modules: 520000 pages in range for PLT usage
    [    0.065620] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.065628] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.065632] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.065635] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.065640] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.065643] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.065647] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.065650] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.066787] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
    [    0.067639] iommu: Default domain type: Translated
    [    0.067650] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.069482] SCSI subsystem initialized
    [    0.069890] libata version 3.00 loaded.
    [    0.070916] usbcore: registered new interface driver usbfs
    [    0.070953] usbcore: registered new interface driver hub
    [    0.070995] usbcore: registered new device driver usb
    [    0.071581] pps_core: LinuxPPS API ver. 1 registered
    [    0.071586] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.071600] PTP clock support registered
    [    0.071858] EDAC MC: Ver: 3.0.0
    [    0.072193] scmi_core: SCMI protocol bus registered
    [    0.072447] FPGA manager framework
    [    0.072558] Advanced Linux Sound Architecture Driver Initialized.
    [    0.073579] vgaarb: loaded
    [    0.073907] clocksource: Switched to clocksource arch_sys_counter
    [    0.074113] VFS: Disk quotas dquot_6.6.0
    [    0.074138] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.081596] NET: Registered PF_INET protocol family
    [    0.081800] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.084634] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 81920 bytes, linear)
    [    0.084735] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.084748] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.085128] TCP bind hash table entries: 32768 (order: 9, 2621440 bytes, linear)
    [    0.087150] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.087325] UDP hash table entries: 2048 (order: 5, 196608 bytes, linear)
    [    0.087482] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes, linear)
    [    0.087800] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.088246] RPC: Registered named UNIX socket transport module.
    [    0.088252] RPC: Registered udp transport module.
    [    0.088255] RPC: Registered tcp transport module.
    [    0.088258] RPC: Registered tcp-with-tls transport module.
    [    0.088261] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.088274] PCI: CLS 0 bytes, default 64
    [    0.089475] Initialise system trusted keyrings
    [    0.089666] workingset: timestamp_bits=62 max_order=20 bucket_order=0
    [    0.090040] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.090264] NFS: Registering the id_resolver key type
    [    0.090300] Key type id_resolver registered
    [    0.090303] Key type id_legacy registered
    [    0.090323] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.090328] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.120299] Key type asymmetric registered
    [    0.120312] Asymmetric key parser 'x509' registered
    [    0.120382] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.120388] io scheduler mq-deadline registered
    [    0.120393] io scheduler kyber registered
    [    0.120418] io scheduler bfq registered
    [    0.124008] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.124635] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.133208] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.138622] +++ECU1270
                    init.
    [    0.138643] adv_board adv_board: board name from device tree: ECU1270
    [    0.138700] adv_board: Registerered
    [    0.147464] brd: module loaded
    [    0.153585] loop: module loaded
    [    0.154809] megasas: 07.725.01.00-rc1
    [    0.159405] tun: Universal TUN/TAP device driver, 1.6
    [    0.160152] PPP generic driver version 2.4.2
    [    0.160325] PPP BSD Compression module registered
    [    0.160331] PPP Deflate Compression module registered
    [    0.160360] PPP MPPE Compression module registered
    [    0.160365] NET: Registered PF_PPPOX protocol family
    [    0.160388] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
    [    0.160393] CSLIP: code copyright 1989 Regents of the University of California.
    [    0.160693] VFIO - User Level meta-driver version: 0.3
    [    0.162053] usbcore: registered new interface driver usb-storage
    [    0.162770] i2c_dev: i2c /dev entries driver
    [    0.163488] sdhci: Secure Digital Host Controller Interface driver
    [    0.163493] sdhci: Copyright(c) Pierre Ossman
    [    0.163724] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.165014] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.165795] usbcore: registered new interface driver usbhid
    [    0.165800] usbhid: USB HID core driver
    [    0.166698] optee: probing for conduit method.
    [    0.166729] optee: revision 4.2 (12d7c4ee)
    [    0.167098] optee: dynamic shared memory is enabled
    [    0.167324] optee: initialized driver
    [    0.169207] Initializing XFRM netlink socket
    [    0.169246] NET: Registered PF_PACKET protocol family
    [    0.169333] Key type dns_resolver registered
    [    0.179528] Loading compiled-in X.509 certificates
    [    0.193827] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    [    0.248081] omap_i2c 2b200000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.249009] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.249097] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.249171] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.249237] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.249549] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.271707] tpm_tis_i2c 3-002e: 2.0 TPM (device-id 0x0, rev-id 78)
    [    0.278103] tpm tpm0: A TPM error (256) occurred attempting the self test
    [    0.278112] tpm tpm0: starting up the TPM manually
    [    0.342180] random: crng init done
    [    0.849051] rtc-s35390a 3-0030: registered as rtc0
    [    0.849340] rtc-s35390a 3-0030: setting system clock to 2000-01-01T00:00:14 UTC (946684814)
    [    0.849409] omap_i2c 20030000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.849613] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.849750] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.850011] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.850296] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    0.855732] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.858797] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
    [    0.861888] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.867831] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.870486] ti-udma 4e230000.dma-controller: Number of rings: 40
    [    0.873923] ti-udma 4e230000.dma-controller: Channels: 40 (bchan: 0, tchan: 8, rchan: 32)
    [    0.877449] printk: console [ttyS2] disabled
    [    0.877795] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 307, base_baud = 3000000) is a 8250
    [    0.877943] printk: console [ttyS2] enabled
    [    0.913919] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    0.921037] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    0.921048] davinci_mdio 8000f00.mdio: phy[9]: device 8000f00.mdio:09, driver TI DP83867
    [    0.921090] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    0.921564] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    0.921575] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    0.921581] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    0.922230] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    1.082999] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.088105] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    1.088135] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    1.088256] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    1.088264] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    1.088426] xhci-hcd xhci-hcd.0.auto: irq 318, io mem 0x31000000
    [    1.089364] hub 1-0:1.0: USB hub found
    [    1.089397] hub 1-0:1.0: 1 port detected
    [    1.091081] mmc0: CQHCI version 5.10
    [    1.103100] j721e-pcie f102000.pcie: host bridge /bus@f0000/pcie@f102000 ranges:
    [    1.103148] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    1.103168] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    1.103185] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.134106] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.257930] mmc0: Command Queue Engine enabled
    [    1.257949] mmc0: new HS400 MMC card at address 0001
    [    1.258528] mmcblk0: mmc0:0001 58A43A 14.6 GiB
    [    1.260286]  mmcblk0: p1 p2 p3 p4
    [    1.261189] mmcblk0boot0: mmc0:0001 58A43A 4.00 MiB
    [    1.262405] mmcblk0boot1: mmc0:0001 58A43A 4.00 MiB
    [    1.263578] mmcblk0rpmb: mmc0:0001 58A43A 4.00 MiB, chardev (239:0)
    [    2.208589] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    2.208606] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.208616] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    2.208623] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    2.208658] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    2.208733] pci 0000:00:00.0: supports D1
    [    2.208738] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.210825] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.211045] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    2.211068] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.211195] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    2.211673] pcieport 0000:00:00.0: PME: Signaling with IRQ 492
    [    2.211958] pcieport 0000:00:00.0: AER: enabled with IRQ 492
    [    2.213430] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 493, base_baud = 3000000) is a 8250
    [    2.214966] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 494, base_baud = 3000000) is a 8250
    [    2.216487] 2830000.serial: ttyS5 at MMIO 0x2830000 (irq = 495, base_baud = 3000000) is a 8250
    [    2.217973] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 496, base_baud = 3000000) is a 8250
    [    2.219342] sdhci-am654 fa00000.mmc: Got CD GPIO
    [    2.219926] mmc1: CQHCI version 5.10
    [    2.224594] clk: Disabling unused clocks
    [    2.230576] ALSA device list:
    [    2.230586]   No soundcards found.
    [    2.266216] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.300475] EXT4-fs (mmcblk0p2): recovery complete
    [    2.300861] EXT4-fs (mmcblk0p2): mounted filesystem 80734583-420a-4229-b4e4-df987e6f35f7 r/w with ordered data mode. Quota mode: none.
    [    2.300943] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.301621] devtmpfs: mounted
    [    2.302345] Freeing unused kernel memory: 2176K
    [    2.302439] Run /sbin/init as init process
    [    2.302443]   with arguments:
    [    2.302445]     /sbin/init
    [    2.302448]   with environment:
    [    2.302449]     HOME=/
    [    2.302452]     TERM=linux
    [    2.467743] systemd[1]: System time before build time, advancing clock.
    [    2.529823] NET: Registered PF_INET6 protocol family
    [    2.530890] Segment Routing with IPv6
    [    2.530951] In-situ OAM (IOAM) with IPv6
    [    2.572436] systemd[1]: systemd 249.11-0ubuntu3.7 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 -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    2.572997] systemd[1]: Detected architecture arm64.
    [    2.763975] systemd[1]: Hostname set to <ecu1270-f14ffa>.
    [    3.205372] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.208200] systemd[1]: Created slice Slice /system/getty.
    [    3.228044] systemd[1]: Created slice Slice /system/modprobe.
    [    3.242896] systemd[1]: Created slice Slice /system/serial-getty.
    [    3.257886] systemd[1]: Created slice Slice /system/systemd-fsck.
    [    3.272538] systemd[1]: Created slice User and Session Slice.
    [    3.287233] systemd[1]: Started ntp-systemd-netif.path.
    [    3.301293] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    3.320272] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    3.339228] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
    [    3.339414] systemd[1]: Reached target Local Encrypted Volumes.
    [    3.365186] systemd[1]: Reached target Path Units.
    [    3.376037] systemd[1]: Reached target Remote File Systems.
    [    3.390024] systemd[1]: Reached target Slice Units.
    [    3.403057] systemd[1]: Reached target Swaps.
    [    3.413050] systemd[1]: Reached target Local Verity Protected Volumes.
    [    3.428848] systemd[1]: Listening on Syslog Socket.
    [    3.442597] systemd[1]: Listening on fsck to fsckd communication Socket.
    [    3.458347] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    3.473997] systemd[1]: Listening on Journal Audit Socket.
    [    3.488605] systemd[1]: Listening on Journal Socket (/dev/log).
    [    3.503655] systemd[1]: Listening on Journal Socket.
    [    3.517779] systemd[1]: Listening on Network Service Netlink Socket.
    [    3.534782] systemd[1]: Listening on udev Control Socket.
    [    3.548544] systemd[1]: Listening on udev Kernel Socket.
    [    3.562076] systemd[1]: Reached target Socket Units.
    [    3.588205] systemd[1]: Mounting Huge Pages File System...
    [    3.603095] systemd[1]: Mounting POSIX Message Queue File System...
    [    3.634200] systemd[1]: Mounting Kernel Debug File System...
    [    3.646496] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
    [    3.647331] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    3.647346] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    3.649883] systemd[1]: Starting Journal Service...
    [    3.709474] systemd[1]: Starting Create List of Static Device Nodes...
    [    3.728655] systemd[1]: Starting Load Kernel Module chromeos_pstore...
    [    3.748704] systemd[1]: Starting Load Kernel Module configfs...
    [    3.764636] systemd[1]: Starting Load Kernel Module drm...
    [    3.781048] systemd[1]: Starting Load Kernel Module efi_pstore...
    [    3.800093] systemd[1]: Starting Load Kernel Module fuse...
    [    3.816197] fuse: init (API version 7.39)
    [    3.818139] systemd[1]: Starting Load Kernel Module pstore_blk...
    [    3.857458] systemd[1]: Starting Load Kernel Module pstore_zone...
    [    3.875762] systemd[1]: Starting Load Kernel Module ramoops...
    [    3.895855] systemd[1]: Starting Load Kernel Modules...
    [    3.916445] CAN device driver interface
    [    3.918210] advcan_sja1000: loading out-of-tree module taints kernel.
    [    3.918552] sja1000 CAN netdevice driver
    
    [    3.920335] =============================================================
    [    3.920338] ====
    [    3.920340] Advantech SocketCAN Drivers. V3.0.2.0 [2023/03/20]
    [    3.920344]  ----------------init----------------
    [    3.920346] =============================================================
    [    3.920347] ====
    [    3.927476] systemd[1]: Starting Generate network units from Kernel command line...
    [    3.991444] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    4.010452] systemd[1]: Starting Coldplug All udev Devices...
    [    4.031431] systemd[1]: Started Journal Service.
    [    4.292826] systemd-journald[142]: Received client request to flush runtime journal.
    [    4.297800] systemd-journald[142]: File /var/log/journal/5c24aebdf0b34f0f8cbf5d724aa52c87/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [    4.856397] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    4.856818] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    4.880495] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    4.884220] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
    [    4.904491] mc: Linux media interface: v0.10
    [    4.942870] videodev: Linux video capture interface: v2.00
    [    4.948811] fm25 spi0.0: 128 KByte fm25 fram, pagesize 4096
    [    5.000102] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    5.035193] vdec 30210000.video-codec: OPP table not found in device tree
    [    5.040309] vdec 30210000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2
    [    5.040345] vdec 30210000.video-codec: request_firmware, fail: -2
    [    5.040351] vdec 30210000.video-codec: wave5_vpu_load_firmware, fail: -2
    [    5.046128] vdec: probe of 30210000.video-codec failed with error -2
    [    5.046971] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    5.059105] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@a3000000
    [    5.059971] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
    [    5.069888] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    5.070559] remoteproc remoteproc0: 7e000000.dsp is available
    [    5.072341] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    5.072370] remoteproc remoteproc0: powering up 7e000000.dsp
    [    5.072415] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    5.072424] remoteproc remoteproc0: request_firmware failed: -2
    [    5.088090] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node c7x-dma-memory@a4000000
    [    5.088521] k3-dsp-rproc 7e200000.dsp: configured DSP for remoteproc mode
    [    5.089934] remoteproc remoteproc1: 7e200000.dsp is available
    [    5.091121] remoteproc remoteproc1: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    5.091182] remoteproc remoteproc1: powering up 7e200000.dsp
    [    5.091228] remoteproc remoteproc1: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    5.091237] remoteproc remoteproc1: request_firmware failed: -2
    [    5.093595] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    5.105116] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    5.107178] [drm] Initialized tidss 1.0.0 20180215 for 30220000.dss on minor 0
    [    5.201996] DEBUG: drm_add_edid_modes
    [    5.202054] DEBUG: _drm_edid_connector_add_modes
    [    5.202060] DEBUG: add_detailed_modes
    [    5.202063] DEBUG: set preferred using features
    [    5.202065] DEBUG: do_detailed_mode
    [    5.202080] DEBUG: preferred is set, 0, 0
    [    5.202112] DEBUG: do_detailed_mode
    [    5.202115] DEBUG: do_detailed_mode
    [    5.202117] DEBUG: do_detailed_mode
    [    5.202119] DEBUG: do_detailed_mode
    [    5.202144] DEBUG: do_detailed_mode
    [    5.202169] DEBUG: do_detailed_mode
    [    5.310764] platform 79000000.r5f: configured R5F for remoteproc mode
    [    5.311205] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-dma-memory-region@a1000000
    [    5.312282] remoteproc remoteproc2: 79000000.r5f is available
    [    5.312536] remoteproc remoteproc2: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    5.312560] remoteproc remoteproc2: powering up 79000000.r5f
    [    5.312612] remoteproc remoteproc2: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    5.312622] remoteproc remoteproc2: request_firmware failed: -2
    [    5.319879] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    5.320082] platform 78000000.r5f: configured R5F for IPC-only mode
    [    5.320225] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    5.322794] remoteproc remoteproc3: 78000000.r5f is available
    [    5.322928] remoteproc remoteproc3: attaching to 78000000.r5f
    [    5.323327] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    5.328253] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    5.328332] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
    [    5.328341] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
    [    5.328570] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    5.328706] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    5.347184] platform 78400000.r5f: configured R5F for remoteproc mode
    [    5.347517] platform 78400000.r5f: assigned reserved memory node main-r5fss-dma-memory-region@a2000000
    [    5.348714] remoteproc remoteproc4: 78400000.r5f is available
    [    5.349081] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    5.349121] remoteproc remoteproc4: powering up 78400000.r5f
    [    5.349173] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    5.349183] remoteproc remoteproc4: request_firmware failed: -2
    [    5.519023] Console: switching to colour frame buffer device 240x67
    [    5.557213] tidss 30220000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    5.580480] DEBUG: drm_add_edid_modes
    [    5.580542] DEBUG: _drm_edid_connector_add_modes
    [    5.580549] DEBUG: add_detailed_modes
    [    5.580552] DEBUG: set preferred using features
    [    5.580555] DEBUG: do_detailed_mode
    [    5.580568] DEBUG: preferred is set, 0, 0
    [    5.580600] DEBUG: do_detailed_mode
    [    5.580603] DEBUG: do_detailed_mode
    [    5.580605] DEBUG: do_detailed_mode
    [    5.580607] DEBUG: do_detailed_mode
    [    5.580633] DEBUG: do_detailed_mode
    [    5.580657] DEBUG: do_detailed_mode
    [    5.757242] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:09] driver [TI DP83867] (irq=POLL)
    [    5.757303] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    5.787224] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    5.787300] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    5.831656] e5010 fd20000.e5010: Device registered as /dev/video0
    [    5.832487] m_can_platform 20701000.can: m_can device registered (irq=509, version=32)
    [    5.836652] m_can_platform 20711000.can: m_can device registered (irq=511, version=32)
    [    6.736607] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    6.737198] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
    [    6.737541] xhci-hcd xhci-hcd.3.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    6.739337] xhci-hcd xhci-hcd.3.auto: irq 512, io mem 0x31210000
    [    6.739682] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    6.739715] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3
    [    6.739738] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
    [    6.743394] hub 2-0:1.0: USB hub found
    [    6.746004] hub 2-0:1.0: 1 port detected
    [    6.750273] EXT4-fs (mmcblk0p4): mounted filesystem 064fff3f-2099-42f1-8844-ee7aa89aad0c r/w with ordered data mode. Quota mode: none.
    [    6.751570] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
    [    6.755359] hub 3-0:1.0: USB hub found
    [    6.755478] hub 3-0:1.0: 1 port detected
    [    6.984555] EXT4-fs (mmcblk0p3): mounted filesystem e35d068f-7d1d-493e-bf8f-375c30ec8b1d r/w with ordered data mode. Quota mode: none.
    [    6.993980] usb 2-1: new high-speed USB device number 2 using xhci-hcd
    [    7.121408] hub 2-1:1.0: USB hub found
    [    7.121526] hub 2-1:1.0: 4 ports detected
    [    7.843141] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   12.899462] systemd[748]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [   17.218390] DEBUG: drm_add_edid_modes
    [   17.218435] DEBUG: _drm_edid_connector_add_modes
    [   17.218439] DEBUG: add_detailed_modes
    [   17.218442] DEBUG: set preferred using features
    [   17.218444] DEBUG: do_detailed_mode
    [   17.218455] DEBUG: preferred is set, 0, 0
    [   17.218485] DEBUG: do_detailed_mode
    [   17.218487] DEBUG: do_detailed_mode
    [   17.218489] DEBUG: do_detailed_mode
    [   17.218491] DEBUG: do_detailed_mode
    [   17.218515] DEBUG: do_detailed_mode
    [   17.218541] DEBUG: do_detailed_mode
    [  119.659156] DEBUG: drm_add_edid_modes
    [  119.659211] DEBUG: _drm_edid_connector_add_modes
    [  119.659215] DEBUG: add_detailed_modes
    [  119.659218] DEBUG: set preferred using features
    [  119.659221] DEBUG: do_detailed_mode
    [  119.659232] DEBUG: preferred is set, 0, 0
    [  119.659261] DEBUG: do_detailed_mode
    [  119.659263] DEBUG: do_detailed_mode
    [  119.659265] DEBUG: do_detailed_mode
    [  119.659267] DEBUG: do_detailed_mode
    [  119.659292] DEBUG: do_detailed_mode
    

  • Hi,

    Could you do the U-Boot arguments, with the patched driver? In modetest, it should show that the line with "#4 1920x1080 30.00 " is the user defined preference.

    Regards,

    Takuma

  • Hi Takuma,

        I add u-boot argument video=HDMI-A-1:1920x1080@30 to boot, the log messag is below, the HDMO monitor isn't diaplay.

    the other thing, I used the adv7535 test pattern mode, the HDMI monitor display as below.

    Encoders:
    id	crtc	type	possible crtcs	possible clones	
    39	38	none	0x00000001	0x00000001
    
    Connectors:
    id	encoder	status		name		size (mm)	modes	encoders
    40	39	connected	HDMI-A-1       	520x310		17	39
      modes:
    	index name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot
      #0 1920x1080 60.00 1920 2008 2052 2200 1080 1082 1087 1125 148500 flags: phsync, pvsync; type: preferred, driver
      #1 1920x1080 60.00 1920 2008 2052 2200 1080 1084 1089 1125 148500 flags: nhsync, nvsync; type: driver
      #2 1920x1080 59.94 1920 2008 2052 2200 1080 1084 1089 1125 148352 flags: nhsync, nvsync; type: driver
      #3 1920x1080 50.00 1920 2448 2492 2640 1080 1084 1089 1125 148500 flags: phsync, pvsync; type: driver
      #4 1920x1080 30.00 1920 2008 2052 2200 1080 1084 1089 1125 74250 flags: nhsync, nvsync; type: userdef, driver
      #5 1920x1080 29.97 1920 2008 2052 2200 1080 1084 1089 1125 74176 flags: nhsync, nvsync; type: driver
      #6 1920x1080 25.00 1920 2448 2492 2640 1080 1084 1089 1125 74250 flags: phsync, pvsync; type: driver
      #7 1920x1080 24.00 1920 2558 2602 2750 1080 1084 1089 1125 74250 flags: phsync, pvsync; type: driver
      #8 1280x720 60.00 1280 1390 1430 1650 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #9 1280x720 50.00 1280 1720 1760 1980 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #10 1280x720 30.00 1280 3040 3080 3300 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #11 1280x720 29.97 1280 3040 3080 3300 720 725 730 750 74176 flags: phsync, pvsync; type: driver
      #12 1280x720 25.00 1280 3700 3740 3960 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #13 1280x720 24.00 1280 3040 3080 3300 720 725 730 750 59400 flags: phsync, pvsync; type: driver
      #14 1280x720 23.98 1280 3040 3080 3300 720 725 730 750 59341 flags: phsync, pvsync; type: driver
      #15 800x600 60.32 800 840 968 1056 600 601 605 628 40000 flags: phsync, pvsync; type: driver
      #16 720x480 60.00 720 736 798 858 480 489 495 525 27027 flags: nhsync, nvsync; type: driver
      props:
    	1 EDID:
    		flags: immutable blob
    		blobs:
    
    		value:
    			00ffffffffffff002601002401010101
    			0720010380341f783eee91a3544c9926
    			0f5054210800d1c00101010101010101
    			010101010101023a801871382d40582c
    			250008362100001e000000fc00474632
    			34300a20202020202020000000ff0064
    			656d6f7365742d310a203020000000fd
    			0032911eb424000a20202020202001a5
    			020339f24d9001020304131f2021223c
    			3d3e23097f078301000067030c001000
    			1848e200d5e305c000e606050169694f
    			681a000001013290e65c82808c70382d
    			4030203a0055502100001e8a6f80a070
    			3840403020250055502100001e0e5c80
    			a0703835403020250056502100001e00
    			000000000000000000000000000000db
    	2 DPMS:
    		flags: enum
    		enums: On=0 Standby=1 Suspend=2 Off=3
    		value: 0
    	5 link-status:
    		flags: enum
    		enums: Good=0 Bad=1
    		value: 0
    	6 non-desktop:
    		flags: immutable range
    		values: 0 1
    		value: 0
    	4 TILE:
    		flags: immutable blob
    		blobs:
    
    		value:
    
    CRTCs:
    id	fb	pos	size
    38	49	(0,0)	(1920x1080)
      #0 1920x1080 30.00 1920 2008 2052 2200 1080 1084 1089 1125 74250 flags: nhsync, nvsync; type: userdef, driver
      props:
    	24 VRR_ENABLED:
    		flags: range
    		values: 0 1
    		value: 0
    	27 CTM:
    		flags: blob
    		blobs:
    
    		value:
    	28 GAMMA_LUT:
    		flags: blob
    		blobs:
    
    		value:
    	29 GAMMA_LUT_SIZE:
    		flags: immutable range
    		values: 0 4294967295
    		value: 256
    
    Planes:
    id	crtc	fb	CRTC x,y	x,y	gamma size	possible crtcs
    31	38	49	0,0		0,0	0       	0x00000001
      formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
      props:
    	8 type:
    		flags: immutable enum
    		enums: Overlay=0 Primary=1 Cursor=2
    		value: 1
    	30 IN_FORMATS:
    		flags: immutable blob
    		blobs:
    
    		value:
    			01000000000000001d00000018000000
    			01000000900000004152313241423132
    			52413132524731364247313641523135
    			41423135415232344142323452413234
    			42413234524732344247323441523330
    			41423330585231325842313252583132
    			58523135584231355852323458423234
    			52583234425832345852333058423330
    			59555956555956594e56313200000000
    			ffffff1f000000000000000000000000
    			0000000000000000
    		in_formats blob decoded:
    			 AR12:  LINEAR
    			 AB12:  LINEAR
    			 RA12:  LINEAR
    			 RG16:  LINEAR
    			 BG16:  LINEAR
    			 AR15:  LINEAR
    			 AB15:  LINEAR
    			 AR24:  LINEAR
    			 AB24:  LINEAR
    			 RA24:  LINEAR
    			 BA24:  LINEAR
    			 RG24:  LINEAR
    			 BG24:  LINEAR
    			 AR30:  LINEAR
    			 AB30:  LINEAR
    			 XR12:  LINEAR
    			 XB12:  LINEAR
    			 RX12:  LINEAR
    			 XR15:  LINEAR
    			 XB15:  LINEAR
    			 XR24:  LINEAR
    			 XB24:  LINEAR
    			 RX24:  LINEAR
    			 BX24:  LINEAR
    			 XR30:  LINEAR
    			 XB30:  LINEAR
    			 YUYV:  LINEAR
    			 UYVY:  LINEAR
    			 NV12:  LINEAR
    	33 zpos:
    		flags: range
    		values: 0 1
    		value: 0
    	34 COLOR_ENCODING:
    		flags: enum
    		enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
    		value: 0
    	35 COLOR_RANGE:
    		flags: enum
    		enums: YCbCr limited range=0 YCbCr full range=1
    		value: 1
    	36 alpha:
    		flags: range
    		values: 0 65535
    		value: 65535
    	37 pixel blend mode:
    		flags: enum
    		enums: Pre-multiplied=0 Coverage=1
    		value: 0
    41	0	0	0,0		0,0	0       	0x00000001
      formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
      props:
    	8 type:
    		flags: immutable enum
    		enums: Overlay=0 Primary=1 Cursor=2
    		value: 0
    	30 IN_FORMATS:
    		flags: immutable blob
    		blobs:
    
    		value:
    			01000000000000001d00000018000000
    			01000000900000004152313241423132
    			52413132524731364247313641523135
    			41423135415232344142323452413234
    			42413234524732344247323441523330
    			41423330585231325842313252583132
    			58523135584231355852323458423234
    			52583234425832345852333058423330
    			59555956555956594e56313200000000
    			ffffff1f000000000000000000000000
    			0000000000000000
    		in_formats blob decoded:
    			 AR12:  LINEAR
    			 AB12:  LINEAR
    			 RA12:  LINEAR
    			 RG16:  LINEAR
    			 BG16:  LINEAR
    			 AR15:  LINEAR
    			 AB15:  LINEAR
    			 AR24:  LINEAR
    			 AB24:  LINEAR
    			 RA24:  LINEAR
    			 BA24:  LINEAR
    			 RG24:  LINEAR
    			 BG24:  LINEAR
    			 AR30:  LINEAR
    			 AB30:  LINEAR
    			 XR12:  LINEAR
    			 XB12:  LINEAR
    			 RX12:  LINEAR
    			 XR15:  LINEAR
    			 XB15:  LINEAR
    			 XR24:  LINEAR
    			 XB24:  LINEAR
    			 RX24:  LINEAR
    			 BX24:  LINEAR
    			 XR30:  LINEAR
    			 XB30:  LINEAR
    			 YUYV:  LINEAR
    			 UYVY:  LINEAR
    			 NV12:  LINEAR
    	43 zpos:
    		flags: range
    		values: 0 1
    		value: 1
    	44 COLOR_ENCODING:
    		flags: enum
    		enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
    		value: 0
    	45 COLOR_RANGE:
    		flags: enum
    		enums: YCbCr limited range=0 YCbCr full range=1
    		value: 1
    	46 alpha:
    		flags: range
    		values: 0 65535
    		value: 65535
    	47 pixel blend mode:
    		flags: enum
    		enums: Pre-multiplied=0 Coverage=1
    		value: 0
    
    Frame buffers:
    id	size	pitch
    
    

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.58-rt45 (user@L480) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #7 SMP PREEMPT_RT Sat Feb 15 22:49:32 CST 2025
    [    0.000000] Machine model: Texas Instruments J722S ECU1270
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000008c8000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000008c8000000..0x00000008ffffffff (917504 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-dma-memory-region@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable mcu-r5fss-dma-memory-region@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-memory-region@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable mcu-r5fss-memory-region@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-dma-memory-region@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable main-r5fss-dma-memory-region@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-memory-region@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable main-r5fss-memory-region@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable c7x-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable c7x-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000008007ffff]
    [    0.000000]   node   0: [mem 0x0000000080080000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    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.5
    [    0.000000] percpu: Embedded 21 pages/cpu s46656 r8192 d31168 u86016
    [    0.000000] pcpu-alloc: s46656 r8192 d31168 u86016 alloc=21*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: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 video=HDMI-A-1:1920x1080@30 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    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 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 3005704K/4194304K available (10560K kernel code, 1208K rwdata, 2524K rodata, 2176K init, 526K bss, 271096K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 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: 0xffff8000800100c4
    [    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 @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    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.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000234] Console: colour dummy device 80x25
    [    0.000288] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000299] pid_max: default: 32768 minimum: 301
    [    0.000368] LSM: initializing lsm=capability,selinux,integrity
    [    0.000390] SELinux:  Initializing.
    [    0.000533] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.000552] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.002129] rcu: Hierarchical SRCU implementation.
    [    0.002141] rcu: 	Max phase no-delay instances is 400.
    [    0.002409] Platform MSI: msi-controller@1820000 domain created
    [    0.002628] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.002713] EFI services will not be available.
    [    0.002877] smp: Bringing up secondary CPUs ...
    [    0.003532] Detected VIPT I-cache on CPU1
    [    0.003606] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.003622] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.003669] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.004334] Detected VIPT I-cache on CPU2
    [    0.004384] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.004396] GICv3: CPU2: using allocated LPI pending table @0x0000000880060000
    [    0.004428] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.005016] Detected VIPT I-cache on CPU3
    [    0.005067] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.005079] GICv3: CPU3: using allocated LPI pending table @0x0000000880070000
    [    0.005108] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.005171] smp: Brought up 1 node, 4 CPUs
    [    0.005177] SMP: Total of 4 processors activated.
    [    0.005182] CPU features: detected: 32-bit EL0 Support
    [    0.005185] CPU features: detected: CRC32 instructions
    [    0.005231] CPU: All CPU(s) started at EL2
    [    0.005233] alternatives: applying system-wide alternatives
    [    0.006550] devtmpfs: initialized
    [    0.019770] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.019794] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.043411] pinctrl core: initialized pinctrl subsystem
    [    0.043913] DMI not present or invalid.
    [    0.044375] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.045418] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.045510] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.045570] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.045624] audit: initializing netlink subsys (disabled)
    [    0.045774] audit: type=2000 audit(0.045:1): state=initialized audit_enabled=0 res=1
    [    0.046314] thermal_sys: Registered thermal governor 'step_wise'
    [    0.046527] ASID allocator initialised with 65536 entries
    [    0.050705] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.050845] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.050990] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.051011] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.051023] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.057353] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.060958] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.061205] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.061278] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.061349] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.061417] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.064792] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.064880] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.065467] Modules: 28480 pages in range for non-PLT usage
    [    0.065471] Modules: 520000 pages in range for PLT usage
    [    0.066106] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.066113] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.066118] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.066121] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.066125] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.066128] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.066132] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.066135] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.067212] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
    [    0.068058] iommu: Default domain type: Translated
    [    0.068067] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.068406] SCSI subsystem initialized
    [    0.068581] libata version 3.00 loaded.
    [    0.070516] usbcore: registered new interface driver usbfs
    [    0.070580] usbcore: registered new interface driver hub
    [    0.070627] usbcore: registered new device driver usb
    [    0.071271] pps_core: LinuxPPS API ver. 1 registered
    [    0.071275] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.071290] PTP clock support registered
    [    0.071642] EDAC MC: Ver: 3.0.0
    [    0.071973] scmi_core: SCMI protocol bus registered
    [    0.072220] FPGA manager framework
    [    0.072330] Advanced Linux Sound Architecture Driver Initialized.
    [    0.073308] vgaarb: loaded
    [    0.073596] clocksource: Switched to clocksource arch_sys_counter
    [    0.073890] VFS: Disk quotas dquot_6.6.0
    [    0.073917] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.081467] NET: Registered PF_INET protocol family
    [    0.081695] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.084509] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 81920 bytes, linear)
    [    0.084622] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.084641] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.085002] TCP bind hash table entries: 32768 (order: 9, 2621440 bytes, linear)
    [    0.087056] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.087234] UDP hash table entries: 2048 (order: 5, 196608 bytes, linear)
    [    0.087387] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes, linear)
    [    0.087748] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.088178] RPC: Registered named UNIX socket transport module.
    [    0.088183] RPC: Registered udp transport module.
    [    0.088186] RPC: Registered tcp transport module.
    [    0.088189] RPC: Registered tcp-with-tls transport module.
    [    0.088192] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.088205] PCI: CLS 0 bytes, default 64
    [    0.089352] Initialise system trusted keyrings
    [    0.089540] workingset: timestamp_bits=62 max_order=20 bucket_order=0
    [    0.089888] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.090125] NFS: Registering the id_resolver key type
    [    0.090156] Key type id_resolver registered
    [    0.090160] Key type id_legacy registered
    [    0.090179] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.090184] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.120131] Key type asymmetric registered
    [    0.120144] Asymmetric key parser 'x509' registered
    [    0.120211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.120218] io scheduler mq-deadline registered
    [    0.120222] io scheduler kyber registered
    [    0.120247] io scheduler bfq registered
    [    0.123911] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.124557] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.133562] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.139260] +++ECU1270
                    init.
    [    0.139281] adv_board adv_board: board name from device tree: ECU1270
    [    0.139335] adv_board: Registerered
    [    0.148003] brd: module loaded
    [    0.154212] loop: module loaded
    [    0.155456] megasas: 07.725.01.00-rc1
    [    0.160039] tun: Universal TUN/TAP device driver, 1.6
    [    0.160806] PPP generic driver version 2.4.2
    [    0.160972] PPP BSD Compression module registered
    [    0.160978] PPP Deflate Compression module registered
    [    0.161007] PPP MPPE Compression module registered
    [    0.161012] NET: Registered PF_PPPOX protocol family
    [    0.161036] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
    [    0.161040] CSLIP: code copyright 1989 Regents of the University of California.
    [    0.161331] VFIO - User Level meta-driver version: 0.3
    [    0.162771] usbcore: registered new interface driver usb-storage
    [    0.163553] i2c_dev: i2c /dev entries driver
    [    0.164287] sdhci: Secure Digital Host Controller Interface driver
    [    0.164291] sdhci: Copyright(c) Pierre Ossman
    [    0.164545] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.165878] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.166689] usbcore: registered new interface driver usbhid
    [    0.166693] usbhid: USB HID core driver
    [    0.167618] optee: probing for conduit method.
    [    0.167647] optee: revision 4.4 (8f645256efc0dc66)
    [    0.167954] optee: dynamic shared memory is enabled
    [    0.168649] random: crng init done
    [    0.168746] optee: initialized driver
    [    0.170770] Initializing XFRM netlink socket
    [    0.170808] NET: Registered PF_PACKET protocol family
    [    0.170888] Key type dns_resolver registered
    [    0.180969] Loading compiled-in X.509 certificates
    [    0.194849] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    [    0.251155] omap_i2c 2b200000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.252067] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.252153] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.252292] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.252363] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.252761] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.275368] tpm_tis_i2c 3-002e: 2.0 TPM (device-id 0x0, rev-id 78)
    [    0.282132] tpm tpm0: A TPM error (256) occurred attempting the self test
    [    0.282141] tpm tpm0: starting up the TPM manually
    [    0.346064] rtc-s35390a 3-0030: registered as rtc0
    [    0.346354] rtc-s35390a 3-0030: setting system clock to 2025-02-27T10:04:16 UTC (1740650656)
    [    0.346411] omap_i2c 20030000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.346669] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.346816] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.347059] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.347329] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    0.352850] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.355944] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
    [    0.359085] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.365102] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.367688] ti-udma 4e230000.dma-controller: Number of rings: 40
    [    0.371168] ti-udma 4e230000.dma-controller: Channels: 40 (bchan: 0, tchan: 8, rchan: 32)
    [    0.374703] printk: console [ttyS2] disabled
    [    0.375054] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 307, base_baud = 3000000) is a 8250
    [    0.375187] printk: console [ttyS2] enabled
    [    0.410605] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    0.417828] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    0.417842] davinci_mdio 8000f00.mdio: phy[9]: device 8000f00.mdio:09, driver TI DP83867
    [    0.417885] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    0.418366] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    0.418379] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    0.418385] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    0.419067] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    0.579662] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    0.584910] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    0.584939] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    0.585071] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    0.585078] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    0.585224] xhci-hcd xhci-hcd.0.auto: irq 318, io mem 0x31000000
    [    0.586060] hub 1-0:1.0: USB hub found
    [    0.586086] hub 1-0:1.0: 1 port detected
    [    0.587966] mmc0: CQHCI version 5.10
    [    0.600080] j721e-pcie f102000.pcie: host bridge /bus@f0000/pcie@f102000 ranges:
    [    0.600126] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    0.600147] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    0.600163] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    0.630771] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.754579] mmc0: Command Queue Engine enabled
    [    0.754607] mmc0: new HS400 MMC card at address 0001
    [    0.755219] mmcblk0: mmc0:0001 58A43A 14.6 GiB
    [    0.756966]  mmcblk0: p1 p2
    [    0.757554] mmcblk0boot0: mmc0:0001 58A43A 4.00 MiB
    [    0.758765] mmcblk0boot1: mmc0:0001 58A43A 4.00 MiB
    [    0.759924] mmcblk0rpmb: mmc0:0001 58A43A 4.00 MiB, chardev (239:0)
    [    1.604526] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    1.604542] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    1.604553] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    1.604560] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    1.604617] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    1.604693] pci 0000:00:00.0: supports D1
    [    1.604699] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    1.606934] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.607093] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    1.607115] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    1.607237] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    1.607704] pcieport 0000:00:00.0: PME: Signaling with IRQ 492
    [    1.607950] pcieport 0000:00:00.0: AER: enabled with IRQ 492
    [    1.609459] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 493, base_baud = 3000000) is a 8250
    [    1.611068] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 494, base_baud = 3000000) is a 8250
    [    1.612612] 2830000.serial: ttyS5 at MMIO 0x2830000 (irq = 495, base_baud = 3000000) is a 8250
    [    1.614123] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 496, base_baud = 3000000) is a 8250
    [    1.615627] 2850000.serial: ttyS7 at MMIO 0x2850000 (irq = 497, base_baud = 3000000) is a 8250
    [    1.617095] 2860000.serial: ttyS8 at MMIO 0x2860000 (irq = 498, base_baud = 3000000) is a 8250
    [    1.618434] sdhci-am654 fa00000.mmc: Got CD GPIO
    [    1.618968] mmc1: CQHCI version 5.10
    [    1.649685] clk: Disabling unused clocks
    [    1.656105] ALSA device list:
    [    1.656114]   No soundcards found.
    [    1.673255] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.748054] EXT4-fs (mmcblk0p2): recovery complete
    [    1.748442] EXT4-fs (mmcblk0p2): mounted filesystem e4df3784-8641-46d9-a1f8-5432d6ed69cf r/w with ordered data mode. Quota mode: none.
    [    1.748516] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.750336] devtmpfs: mounted
    [    1.751073] Freeing unused kernel memory: 2176K
    [    1.751167] Run /sbin/init as init process
    [    1.751171]   with arguments:
    [    1.751173]     /sbin/init
    [    1.751175]   with environment:
    [    1.751177]     HOME=/
    [    1.751179]     TERM=linux
    [    1.889030] NET: Registered PF_INET6 protocol family
    [    1.890147] Segment Routing with IPv6
    [    1.890174] In-situ OAM (IOAM) with IPv6
    [    1.949802] 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)
    [    1.950385] systemd[1]: Detected architecture arm64.
    [    2.038686] systemd[1]: Hostname set to <ecu1270>.
    [    2.133476] systemd-sysv-generator[139]: 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.
    [    2.315524] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.328793] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.386352] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.426690] 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.
    [    2.476560] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.506441] systemd[1]: Created slice Slice /system/getty.
    [    2.559555] systemd[1]: Created slice Slice /system/modprobe.
    [    2.663014] systemd[1]: Created slice Slice /system/serial-getty.
    [    2.748733] systemd[1]: Created slice User and Session Slice.
    [    2.763032] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.779953] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.799083] systemd[1]: Reached target Path Units.
    [    2.809737] systemd[1]: Reached target Remote File Systems.
    [    2.823743] systemd[1]: Reached target Slice Units.
    [    2.834762] systemd[1]: Reached target Swaps.
    [    2.847439] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.862795] systemd[1]: Reached target RPC Port Mapper.
    [    2.882751] systemd[1]: Listening on Process Core Dump Socket.
    [    2.897120] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.912514] systemd[1]: Listening on Journal Audit Socket.
    [    2.927315] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.942346] systemd[1]: Listening on Journal Socket.
    [    2.956625] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.972871] systemd[1]: Listening on udev Control Socket.
    [    2.987199] systemd[1]: Listening on udev Kernel Socket.
    [    3.001275] systemd[1]: Listening on User Database Manager Socket.
    [    3.032072] systemd[1]: Mounting Huge Pages File System...
    [    3.046997] systemd[1]: Mounting POSIX Message Queue File System...
    [    3.066120] systemd[1]: Mounting Kernel Debug File System...
    [    3.078201] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.104095] systemd[1]: Mounting Temporary Directory /tmp...
    [    3.120177] systemd[1]: Starting Create List of Static Device Nodes...
    [    3.138530] systemd[1]: Starting Load Kernel Module configfs...
    [    3.156562] systemd[1]: Starting Load Kernel Module drm...
    [    3.187640] systemd[1]: Starting Load Kernel Module fuse...
    [    3.201303] fuse: init (API version 7.39)
    [    3.233350] systemd[1]: Starting Start psplash boot splash screen...
    [    3.252149] systemd[1]: Starting RPC Bind...
    [    3.263032] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.264226] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    3.264251] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    3.268964] systemd[1]: Starting Journal Service...
    [    3.324358] systemd[1]: Starting Load Kernel Modules...
    [    3.341546] systemd[1]: Starting Generate network units from Kernel command line...
    [    3.361544] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    3.389842] EXT4-fs (mmcblk0p2): re-mounted e4df3784-8641-46d9-a1f8-5432d6ed69cf r/w. Quota mode: none.
    [    3.393456] systemd[1]: Starting Coldplug All udev Devices...
    [    3.422088] systemd[1]: Started RPC Bind.
    [    3.432288] systemd[1]: Started Journal Service.
    [    3.648033] systemd-journald[150]: Received client request to flush runtime journal.
    [    4.167852] CAN device driver interface
    [    4.222718] fm25 spi0.0: 128 KByte fm25 fram, pagesize 4096
    [    4.235803] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    4.236164] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    4.236363] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    4.236569] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
    [    4.286503] DEBUG: inside adv7511_probe
    [    4.334702] mc: Linux media interface: v0.10
    [    4.340440] DEBUG: inside adv7533_attach_dsi
    [    4.341046] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@a3000000
    [    4.342799] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
    [    4.343913] remoteproc remoteproc0: 7e000000.dsp is available
    [    4.345302] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    4.345329] remoteproc remoteproc0: powering up 7e000000.dsp
    [    4.345360] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    4.345369] remoteproc remoteproc0: request_firmware failed: -2
    [    4.352011] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node c7x-dma-memory@a4000000
    [    4.352637] k3-dsp-rproc 7e200000.dsp: configured DSP for remoteproc mode
    [    4.395828] videodev: Linux video capture interface: v2.00
    [    4.404871] DEBUG: inside adv7511_probe
    [    4.433425] remoteproc remoteproc1: 7e200000.dsp is available
    [    4.433750] remoteproc remoteproc1: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    4.433771] remoteproc remoteproc1: powering up 7e200000.dsp
    [    4.433803] remoteproc remoteproc1: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    4.433812] remoteproc remoteproc1: request_firmware failed: -2
    [    4.455560] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.455692] tidss 30220000.dss: no panel/bridge for port 0
    [    4.455711] tidss 30220000.dss: port 1 probe returned -517
    [    4.457740] platform 79000000.r5f: configured R5F for remoteproc mode
    [    4.458132] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-dma-memory-region@a1000000
    [    4.502760] remoteproc remoteproc2: 79000000.r5f is available
    [    4.502958] remoteproc remoteproc2: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    4.502977] remoteproc remoteproc2: powering up 79000000.r5f
    [    4.503015] remoteproc remoteproc2: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    4.503024] remoteproc remoteproc2: request_firmware failed: -2
    [    4.569855] rtc-ti-k3 2b1f0000.rtc: registered as rtc1
    [    4.571038] vdec 30210000.video-codec: OPP table not found in device tree
    [    4.592476] DEBUG: inside adv7533_attach_dsi
    [    4.605629] vdec 30210000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2
    [    4.605686] vdec 30210000.video-codec: request_firmware, fail: -2
    [    4.605693] vdec 30210000.video-codec: wave5_vpu_load_firmware, fail: -2
    [    4.611076] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.611265] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.611341] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.618843] remoteproc remoteproc3: 78000000.r5f is available
    [    4.618955] remoteproc remoteproc3: attaching to 78000000.r5f
    [    4.619353] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.623046] vdec: probe of 30210000.video-codec failed with error -2
    [    4.636916] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    4.636988] rproc-virtio rproc-virtio.3.auto: registered virtio0 (type 7)
    [    4.636997] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
    [    4.637136] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    4.637378] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    4.649641] platform 78400000.r5f: configured R5F for remoteproc mode
    [    4.650025] platform 78400000.r5f: assigned reserved memory node main-r5fss-dma-memory-region@a2000000
    [    4.650386] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.650493] tidss 30220000.dss: no panel/bridge for port 0
    [    4.650678] DEBUG: inside tidss_encoder_create t_enc->bridge=0x3e7970 &t_enc->bridge=0x2f4f080
    [    4.650721] DEBUG: inside tidss_bridge_attach t_enc->next_bridge=0x22600c0 bridge=0x2f4f080 flags=0x1
    [    4.656438] remoteproc remoteproc4: 78400000.r5f is available
    [    4.656577] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    4.656625] remoteproc remoteproc4: powering up 78400000.r5f
    [    4.656661] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    4.656671] remoteproc remoteproc4: request_firmware failed: -2
    [    4.657087] [drm] Initialized tidss 1.0.0 20180215 for 30220000.dss on minor 0
    [    4.657617] DEBUG: inside adv7511_hpd
    [    4.658147] DEBUG: inside adv7511_hpd
    [    4.658750] DEBUG: inside adv7511_get_edid_block
    [    4.659735] DEBUG: inside adv7511_wait_for_edid
    [    4.719060] e5010 fd20000.e5010: Device registered as /dev/video0
    [    4.724074] DEBUG: inside adv7511_get_edid_block
    [    4.728521] DEBUG: drm_add_edid_modes
    [    4.728545] DEBUG: _drm_edid_connector_add_modes
    [    4.728548] DEBUG: add_detailed_modes
    [    4.728551] DEBUG: set preferred using features
    [    4.728553] DEBUG: do_detailed_mode
    [    4.728566] DEBUG: preferred is set, 0, 0
    [    4.728632] DEBUG: do_detailed_mode
    [    4.728637] DEBUG: do_detailed_mode
    [    4.728639] DEBUG: do_detailed_mode
    [    4.728641] DEBUG: do_detailed_mode
    [    4.728667] DEBUG: do_detailed_mode
    [    4.728692] DEBUG: do_detailed_mode
    [    4.772660] DEBUG: inside tidss_bridge_atomic_check bridge=0x2f4f080 t_enc->next_bridge=0x22600c0 tcrtc_state->bus_flags=0x0
    [    5.042015] DEBUG: inside adv7511_dsi_config_timing_gen
    [    5.050625] Console: switching to colour frame buffer device 240x67
    [    5.050744] DEBUG: inside tidss_bridge_atomic_check bridge=0x2f4f080 t_enc->next_bridge=0x22600c0 tcrtc_state->bus_flags=0x0
    [    5.091665] tidss 30220000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    5.111914] DEBUG: inside adv7511_hpd
    [    5.112236] DEBUG: inside adv7511_hpd
    [    5.112395] DEBUG: inside adv7511_get_edid_block
    [    5.118809] m_can_platform 20701000.can: m_can device registered (irq=513, version=32)
    [    5.118957] DEBUG: inside adv7511_get_edid_block
    [    5.119909] DEBUG: drm_add_edid_modes
    [    5.119935] DEBUG: _drm_edid_connector_add_modes
    [    5.119938] DEBUG: add_detailed_modes
    [    5.119941] DEBUG: set preferred using features
    [    5.119944] DEBUG: do_detailed_mode
    [    5.119956] DEBUG: preferred is set, 0, 0
    [    5.119984] DEBUG: do_detailed_mode
    [    5.119986] DEBUG: do_detailed_mode
    [    5.119988] DEBUG: do_detailed_mode
    [    5.119990] DEBUG: do_detailed_mode
    [    5.120015] DEBUG: do_detailed_mode
    [    5.120039] DEBUG: do_detailed_mode
    [    5.124915] DEBUG: inside tidss_bridge_atomic_check bridge=0x2f4f080 t_enc->next_bridge=0x22600c0 tcrtc_state->bus_flags=0x0
    [    5.142196] m_can_platform 20711000.can: m_can device registered (irq=514, version=32)
    [    5.700396] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    5.700905] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 2
    [    5.701228] xhci-hcd xhci-hcd.4.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    5.701949] xhci-hcd xhci-hcd.4.auto: irq 515, io mem 0x31210000
    [    5.702201] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    5.702225] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 3
    [    5.702246] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
    [    5.719367] hub 2-0:1.0: USB hub found
    [    5.719547] hub 2-0:1.0: 1 port detected
    [    5.721317] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
    [    5.723456] hub 3-0:1.0: USB hub found
    [    5.723507] hub 3-0:1.0: 1 port detected
    [    5.962689] usb 2-1: new high-speed USB device number 2 using xhci-hcd
    [    6.095382] hub 2-1:1.0: USB hub found
    [    6.099267] hub 2-1:1.0: 4 ports detected
    [    6.477756] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.493336] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.494829] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.494966] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    6.494981] cfg80211: failed to load regulatory.db
    [    6.572563] audit: type=1701 audit(1740650662.725:2): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=553 comm="ti-apps-launche" exe="/usr/bin/ti-apps-launcher" sig=6 res=1
    [    6.648972] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:09] driver [TI DP83867] (irq=POLL)
    [    6.650531] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    6.673768] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    6.673811] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    7.603868] audit: type=1006 audit(1740650663.757:3): pid=673 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=1 res=1
    [    7.603933] audit: type=1300 audit(1740650663.757:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe7145538 a2=4 a3=0 items=0 ppid=1 pid=673 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=1 comm="(weston)" exe="/lib/systemd/systemd" subj=kernel key=(null)
    [    7.603947] audit: type=1327 audit(1740650663.757:3): proctitle="(weston)"
    [   12.255573] DEBUG: inside tidss_bridge_atomic_check bridge=0x2f4f080 t_enc->next_bridge=0x22600c0 tcrtc_state->bus_flags=0x0
    [   28.334974] DEBUG: inside adv7511_hpd
    [   28.335288] DEBUG: inside adv7511_hpd
    [   28.335427] DEBUG: inside adv7511_get_edid_block
    [   28.335437] DEBUG: inside adv7511_get_edid_block
    [   28.336308] DEBUG: drm_add_edid_modes
    [   28.336320] DEBUG: _drm_edid_connector_add_modes
    [   28.336323] DEBUG: add_detailed_modes
    [   28.336325] DEBUG: set preferred using features
    [   28.336328] DEBUG: do_detailed_mode
    [   28.336336] DEBUG: preferred is set, 0, 0
    [   28.336365] DEBUG: do_detailed_mode
    [   28.336367] DEBUG: do_detailed_mode
    [   28.336369] DEBUG: do_detailed_mode
    [   28.336371] DEBUG: do_detailed_mode
    [   28.336396] DEBUG: do_detailed_mode
    [   28.336420] DEBUG: do_detailed_mode
    [   28.741973] DEBUG: inside tidss_bridge_atomic_check bridge=0x2f4f080 t_enc->next_bridge=0x22600c0 tcrtc_state->bus_flags=0x0
    [  179.881727] DEBUG: inside adv7511_hpd
    [  179.882038] DEBUG: inside adv7511_hpd
    [  179.882177] DEBUG: inside adv7511_get_edid_block
    [  179.882186] DEBUG: inside adv7511_get_edid_block
    [  179.883065] DEBUG: drm_add_edid_modes
    [  179.883077] DEBUG: _drm_edid_connector_add_modes
    [  179.883080] DEBUG: add_detailed_modes
    [  179.883083] DEBUG: set preferred using features
    [  179.883085] DEBUG: do_detailed_mode
    [  179.883095] DEBUG: preferred is set, 0, 0
    [  179.883124] DEBUG: do_detailed_mode
    [  179.883126] DEBUG: do_detailed_mode
    [  179.883128] DEBUG: do_detailed_mode
    [  179.883130] DEBUG: do_detailed_mode
    [  179.883154] DEBUG: do_detailed_mode
    [  179.883179] DEBUG: do_detailed_mode
    

  • Hi,

    Thanks for checking using the test pattern mode. That should narrow down where the issue is occurring, specifically, we can be more confident that the pipeline after the bridge is working.

    As for the logs, they do look like the patches are applied and U-Boot is selecting the 1920x1080 at 30 FPS. I had hoped this will make display work.

    In any case, I have 3 more ideas that we can try.

    First idea, could you try applying this patch:

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/14/0001_2D00_HACK_2D00_force_2D00_adv_2D00_HDMI_2D00_bridge_2D00_for_2D00_720x480.patch

    This should make the smallest resolution become preferred mode. Timings should be the most lax as well.

    And for preparation of my second idea, do you know what the timing parameters used by adv7535 test pattern mode is? We could try using the same timings as the test pattern.

    Regards,

    Takuma

  • Takuma,

      I patch your patch, is is same as before, not display.

    for the adv7535 test patterm mode, I used below config file setting.

    ;;Reset = True;;
    ;;ReadInterface = True;;
    
    :1920 x 1080p-60Hz DSI 24BPP - 4 x DSI Lanes - RGB Out:
    include this "01 Power Up and Initialisation" "01-01 Power"
    include this "01 Power Up and Initialisation" "01-02 Initialisation (Fixed) Registers"
    include this "02 DSI Video Input Mode" "02-01 4 x DSI Lanes"
    include this "02 DSI Video Input Mode" "02-02 DSI Pixel Clock Divider - Automatic (default)"
    include this "03 Internal Timing Generator" "03-01 Enable Internal Timing Generator (default)"
    include this "03 Internal Timing Generator" "03-02 1920 x 1080p 60Hz"
    include this "03 Internal Timing Generator" "03-03 Reset Internal Timing Generator"
    include this "04 Video Output Mode" "04-01 HDMI Output"
    include this "05 CEC" "05-01 CEC Power Mode - Always Active"
    include this "06 TPG" "06-01 TPG Enable"
    include this "07 Video Output Mode" "07-01 HDMI Output Enable"
    
    The above informations are available in the reference script file. The below information is formed based on the reference script file. 
    End
    
    ##01 Power Up and Initialisation##
    :01-01 Power:
    72 41 10 ; default=0x50, HDMI Powered Up 
    End
    
    :01-02 Initialisation (Fixed) Registers:
    72 16 20 ; default=0x00, ADI Required Write [5:1] = 10000b 
    72 9A E0 ; default=0x00, ADI Required Write 
    72 BA 70 ; default=0x10, ADI Required Write [7:3] = 01110b 
    72 DE 82 ; default=0x88, ADI Required Write 
    72 E4 40 ; default=0x00, ADI Required Write [6] = 1b 
    72 E5 80 ; default=0x00, ADI Required Write 
    78 15 D0 ; default=0xF0, ADI Required Write [5:4] = 01b 
    78 17 D0 ; default=0x00, ADI Required Write [7:4] = 1101b 
    78 24 20 ; default=0x30, ADI Required Write [4] = 0b 
    78 57 11 ; default=0x00, ADI Required Write [4] = 1b, [0] = 1b 
    End
    
    ##02 DSI Video Input Mode##
    :02-01 4 x DSI Lanes:
    78 1C 40 ; default=0x30, 4 x DSI Lanes (default) 
    End
    
    :02-02 DSI Pixel Clock Divider - Automatic (default):
    78 16 18 ; default=0x00, Pixel Clock Gated, Pixel Clock Divider Automatic 
    End
    
    ##03 Internal Timing Generator##
    :03-01 Enable Internal Timing Generator (default):
    78 27 CB ; default=0xCB, Enable Timing Generator 
    End
    
    :03-02 1920 x 1080p 60Hz:
    78 28 89 ; default=0x67, Total Line Width = 2200 (DSI Timing Generator) 
    78 29 80 ; default=0x20, Total Line Width = 2200 (DSI Timing Generator) 
    78 2A 02 ; default=0x02, Hsync Active Width = 44 (DSI Timing Generator) 
    78 2B C0 ; default=0x80, Hsync Active Width = 44 (DSI Timing Generator) 
    78 2C 05 ; default=0x06, Horizontal FP Width = 88 (DSI Timing Generator) 
    78 2D 80 ; default=0xE0, Horizontal FP Width = 88 (DSI Timing Generator) 
    78 2E 09 ; default=0x0D, Horizontal BP Width = 148 (DSI Timing Generator) 
    78 2F 40 ; default=0xC0, Horizontal BP Width = 148 (DSI Timing Generator) 
    78 30 46 ; default=0x2E, Total Frame Height = 1125 (DSI Timing Generator) 
    78 31 50 ; default=0xE0, Total Frame Height = 1125 (DSI Timing Generator) 
    78 32 00 ; default=0x00, Vsync Active Height = 5 (DSI Timing Generator) 
    78 33 50 ; default=0x50, Vsync Active Height = 5 (DSI Timing Generator) 
    78 34 00 ; default=0x00, Vertical FP Height = 4 (DSI Timing Generator) 
    78 35 40 ; default=0x50, Vertical FP Height = 4 (DSI Timing Generator) 
    78 36 02 ; default=0x01, Vertical BP Height = 36 (DSI Timing Generator) 
    78 37 40 ; default=0x40, Vertical BP Height = 36 (DSI Timing Generator) 
    End
    
    :03-03 Reset Internal Timing Generator:
    78 27 CB ; default=0xCB, Reset Internal Timing Generator - default value 
    78 27 8B ; default=0xCB, Reset Internal Timing Generator - [6] set to 0 
    78 27 CB ; default=0xCB, Reset Internal Timing Generator - [6] set back to 1 
    End
    
    ##04 Video Output Mode##
    :04-01 HDMI Output:
    72 AF 16 ; default=0x14, HDMI Mode Select 
    End
    
    ##05 CEC##
    :05-01 CEC Power Mode - Always Active:
    78 BE 3D ; default=0x3C, CEC Power Mode - Always Active 
    End
    
    ##06 TPG##
    :06-01 TPG Enable:
    78 55 80 ; Test Pattern Enable
    End
    
    ##07 Video Output Mode##
    :07-01 HDMI Output Enable:
    78 03 89 ; default=0x8B, HDMI Output Enabled (default), Gate DSI LP Oscillator / DPHY Bias Clock Power down = 0 
    End
    

    Encoders:
    id	crtc	type	possible crtcs	possible clones	
    39	38	none	0x00000001	0x00000001
    
    Connectors:
    id	encoder	status		name		size (mm)	modes	encoders
    40	39	connected	HDMI-A-1       	0x0		18	39
      modes:
    	index name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot
      #0 1920x1080 60.00 1920 2008 2052 2200 1080 1084 1089 1125 148500 flags: nhsync, nvsync; type: driver
      #1 1920x1080 30.00 1920 1984 2176 2432 1080 1081 1084 1099 80192 flags: nhsync, pvsync; type: userdef
      #2 1680x1050 59.95 1680 1784 1960 2240 1050 1053 1059 1089 146250 flags: nhsync, pvsync; type: driver
      #3 1680x1050 59.88 1680 1728 1760 1840 1050 1053 1059 1080 119000 flags: phsync, nvsync; type: driver
      #4 1400x1050 59.98 1400 1488 1632 1864 1050 1053 1057 1089 121750 flags: nhsync, pvsync; type: driver
      #5 1400x1050 59.95 1400 1448 1480 1560 1050 1053 1057 1080 101000 flags: phsync, nvsync; type: driver
      #6 1600x900 60.00 1600 1624 1704 1800 900 901 904 1000 108000 flags: phsync, pvsync; type: driver
      #7 1280x1024 60.02 1280 1328 1440 1688 1024 1025 1028 1066 108000 flags: phsync, pvsync; type: driver
      #8 1440x900 59.89 1440 1520 1672 1904 900 903 909 934 106500 flags: nhsync, pvsync; type: driver
      #9 1440x900 59.90 1440 1488 1520 1600 900 903 909 926 88750 flags: phsync, nvsync; type: driver
      #10 1280x960 60.00 1280 1376 1488 1800 960 961 964 1000 108000 flags: phsync, pvsync; type: driver
      #11 1360x768 60.02 1360 1424 1536 1792 768 771 777 795 85500 flags: phsync, pvsync; type: driver
      #12 1280x800 59.81 1280 1352 1480 1680 800 803 809 831 83500 flags: nhsync, pvsync; type: driver
      #13 1280x800 59.91 1280 1328 1360 1440 800 803 809 823 71000 flags: phsync, nvsync; type: driver
      #14 1280x768 59.87 1280 1344 1472 1664 768 771 778 798 79500 flags: nhsync, pvsync; type: driver
      #15 1280x768 59.99 1280 1328 1360 1440 768 771 778 790 68250 flags: phsync, nvsync; type: driver
      #16 1280x720 60.00 1280 1390 1430 1650 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #17 800x600 60.32 800 840 968 1056 600 601 605 628 40000 flags: phsync, pvsync; type: driver
      props:
    	1 EDID:
    		flags: immutable blob
    		blobs:
    
    		value:
    	2 DPMS:
    		flags: enum
    		enums: On=0 Standby=1 Suspend=2 Off=3
    		value: 0
    	5 link-status:
    		flags: enum
    		enums: Good=0 Bad=1
    		value: 0
    	6 non-desktop:
    		flags: immutable range
    		values: 0 1
    		value: 0
    	4 TILE:
    		flags: immutable blob
    		blobs:
    
    		value:
    
    CRTCs:
    id	fb	pos	size
    38	48	(0,0)	(1920x1080)
      #0 1920x1080 30.00 1920 1984 2176 2432 1080 1081 1084 1099 80192 flags: nhsync, pvsync; type: userdef
      props:
    	24 VRR_ENABLED:
    		flags: range
    		values: 0 1
    		value: 0
    	27 CTM:
    		flags: blob
    		blobs:
    
    		value:
    	28 GAMMA_LUT:
    		flags: blob
    		blobs:
    
    		value:
    	29 GAMMA_LUT_SIZE:
    		flags: immutable range
    		values: 0 4294967295
    		value: 256
    
    Planes:
    id	crtc	fb	CRTC x,y	x,y	gamma size	possible crtcs
    31	38	48	0,0		0,0	0       	0x00000001
      formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
      props:
    	8 type:
    		flags: immutable enum
    		enums: Overlay=0 Primary=1 Cursor=2
    		value: 1
    	30 IN_FORMATS:
    		flags: immutable blob
    		blobs:
    
    		value:
    			01000000000000001d00000018000000
    			01000000900000004152313241423132
    			52413132524731364247313641523135
    			41423135415232344142323452413234
    			42413234524732344247323441523330
    			41423330585231325842313252583132
    			58523135584231355852323458423234
    			52583234425832345852333058423330
    			59555956555956594e56313200000000
    			ffffff1f000000000000000000000000
    			0000000000000000
    		in_formats blob decoded:
    			 AR12:  LINEAR
    			 AB12:  LINEAR
    			 RA12:  LINEAR
    			 RG16:  LINEAR
    			 BG16:  LINEAR
    			 AR15:  LINEAR
    			 AB15:  LINEAR
    			 AR24:  LINEAR
    			 AB24:  LINEAR
    			 RA24:  LINEAR
    			 BA24:  LINEAR
    			 RG24:  LINEAR
    			 BG24:  LINEAR
    			 AR30:  LINEAR
    			 AB30:  LINEAR
    			 XR12:  LINEAR
    			 XB12:  LINEAR
    			 RX12:  LINEAR
    			 XR15:  LINEAR
    			 XB15:  LINEAR
    			 XR24:  LINEAR
    			 XB24:  LINEAR
    			 RX24:  LINEAR
    			 BX24:  LINEAR
    			 XR30:  LINEAR
    			 XB30:  LINEAR
    			 YUYV:  LINEAR
    			 UYVY:  LINEAR
    			 NV12:  LINEAR
    	33 zpos:
    		flags: range
    		values: 0 1
    		value: 0
    	34 COLOR_ENCODING:
    		flags: enum
    		enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
    		value: 0
    	35 COLOR_RANGE:
    		flags: enum
    		enums: YCbCr limited range=0 YCbCr full range=1
    		value: 1
    	36 alpha:
    		flags: range
    		values: 0 65535
    		value: 65535
    	37 pixel blend mode:
    		flags: enum
    		enums: Pre-multiplied=0 Coverage=1
    		value: 0
    41	0	0	0,0		0,0	0       	0x00000001
      formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
      props:
    	8 type:
    		flags: immutable enum
    		enums: Overlay=0 Primary=1 Cursor=2
    		value: 0
    	30 IN_FORMATS:
    		flags: immutable blob
    		blobs:
    
    		value:
    			01000000000000001d00000018000000
    			01000000900000004152313241423132
    			52413132524731364247313641523135
    			41423135415232344142323452413234
    			42413234524732344247323441523330
    			41423330585231325842313252583132
    			58523135584231355852323458423234
    			52583234425832345852333058423330
    			59555956555956594e56313200000000
    			ffffff1f000000000000000000000000
    			0000000000000000
    		in_formats blob decoded:
    			 AR12:  LINEAR
    			 AB12:  LINEAR
    			 RA12:  LINEAR
    			 RG16:  LINEAR
    			 BG16:  LINEAR
    			 AR15:  LINEAR
    			 AB15:  LINEAR
    			 AR24:  LINEAR
    			 AB24:  LINEAR
    			 RA24:  LINEAR
    			 BA24:  LINEAR
    			 RG24:  LINEAR
    			 BG24:  LINEAR
    			 AR30:  LINEAR
    			 AB30:  LINEAR
    			 XR12:  LINEAR
    			 XB12:  LINEAR
    			 RX12:  LINEAR
    			 XR15:  LINEAR
    			 XB15:  LINEAR
    			 XR24:  LINEAR
    			 XB24:  LINEAR
    			 RX24:  LINEAR
    			 BX24:  LINEAR
    			 XR30:  LINEAR
    			 XB30:  LINEAR
    			 YUYV:  LINEAR
    			 UYVY:  LINEAR
    			 NV12:  LINEAR
    	43 zpos:
    		flags: range
    		values: 0 1
    		value: 1
    	44 COLOR_ENCODING:
    		flags: enum
    		enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
    		value: 0
    	45 COLOR_RANGE:
    		flags: enum
    		enums: YCbCr limited range=0 YCbCr full range=1
    		value: 1
    	46 alpha:
    		flags: range
    		values: 0 65535
    		value: 65535
    	47 pixel blend mode:
    		flags: enum
    		enums: Pre-multiplied=0 Coverage=1
    		value: 0
    
    Frame buffers:
    id	size	pitch
    
    

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.58-rt45 (user@L480) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #7 SMP PREEMPT_RT Sat Feb 15 22:49:32 CST 2025
    [    0.000000] Machine model: Texas Instruments J722S ECU1270
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000008c8000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000008c8000000..0x00000008ffffffff (917504 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-dma-memory-region@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable mcu-r5fss-dma-memory-region@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-memory-region@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable mcu-r5fss-memory-region@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-dma-memory-region@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable main-r5fss-dma-memory-region@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-memory-region@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable main-r5fss-memory-region@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable c7x-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable c7x-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000008007ffff]
    [    0.000000]   node   0: [mem 0x0000000080080000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    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.5
    [    0.000000] percpu: Embedded 21 pages/cpu s46656 r8192 d31168 u86016
    [    0.000000] pcpu-alloc: s46656 r8192 d31168 u86016 alloc=21*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: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 video=HDMI-A-1:1920x1080@30 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    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 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 3005704K/4194304K available (10560K kernel code, 1208K rwdata, 2524K rodata, 2176K init, 526K bss, 271096K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 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: 0xffff8000800100c4
    [    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 @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    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.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000235] Console: colour dummy device 80x25
    [    0.000288] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000299] pid_max: default: 32768 minimum: 301
    [    0.000370] LSM: initializing lsm=capability,selinux,integrity
    [    0.000391] SELinux:  Initializing.
    [    0.000536] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.000555] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.002108] rcu: Hierarchical SRCU implementation.
    [    0.002119] rcu: 	Max phase no-delay instances is 400.
    [    0.002417] Platform MSI: msi-controller@1820000 domain created
    [    0.002637] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.002725] EFI services will not be available.
    [    0.002890] smp: Bringing up secondary CPUs ...
    [    0.003545] Detected VIPT I-cache on CPU1
    [    0.003618] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.003633] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.003679] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.004395] Detected VIPT I-cache on CPU2
    [    0.004446] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.004459] GICv3: CPU2: using allocated LPI pending table @0x0000000880060000
    [    0.004492] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.005099] Detected VIPT I-cache on CPU3
    [    0.005148] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.005160] GICv3: CPU3: using allocated LPI pending table @0x0000000880070000
    [    0.005188] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.005247] smp: Brought up 1 node, 4 CPUs
    [    0.005253] SMP: Total of 4 processors activated.
    [    0.005257] CPU features: detected: 32-bit EL0 Support
    [    0.005260] CPU features: detected: CRC32 instructions
    [    0.005307] CPU: All CPU(s) started at EL2
    [    0.005310] alternatives: applying system-wide alternatives
    [    0.006613] devtmpfs: initialized
    [    0.019815] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.019840] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.042946] pinctrl core: initialized pinctrl subsystem
    [    0.043419] DMI not present or invalid.
    [    0.043905] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.044957] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.045034] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.045093] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.045149] audit: initializing netlink subsys (disabled)
    [    0.045296] audit: type=2000 audit(0.044:1): state=initialized audit_enabled=0 res=1
    [    0.045865] thermal_sys: Registered thermal governor 'step_wise'
    [    0.046066] ASID allocator initialised with 65536 entries
    [    0.050229] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.050371] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.050519] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.050539] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.050552] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.056831] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.060491] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.060737] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.060811] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.060882] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.060958] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.064341] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.064433] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.065030] Modules: 28480 pages in range for non-PLT usage
    [    0.065034] Modules: 520000 pages in range for PLT usage
    [    0.065631] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.065639] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.065643] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.065646] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.065650] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.065654] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.065658] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.065661] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.066739] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
    [    0.067601] iommu: Default domain type: Translated
    [    0.067611] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.068009] SCSI subsystem initialized
    [    0.068222] libata version 3.00 loaded.
    [    0.071123] usbcore: registered new interface driver usbfs
    [    0.071163] usbcore: registered new interface driver hub
    [    0.071206] usbcore: registered new device driver usb
    [    0.071880] pps_core: LinuxPPS API ver. 1 registered
    [    0.071885] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.071899] PTP clock support registered
    [    0.072252] EDAC MC: Ver: 3.0.0
    [    0.072558] scmi_core: SCMI protocol bus registered
    [    0.072829] FPGA manager framework
    [    0.072940] Advanced Linux Sound Architecture Driver Initialized.
    [    0.073905] vgaarb: loaded
    [    0.074211] clocksource: Switched to clocksource arch_sys_counter
    [    0.074422] VFS: Disk quotas dquot_6.6.0
    [    0.074449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.081982] NET: Registered PF_INET protocol family
    [    0.082189] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.085029] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 81920 bytes, linear)
    [    0.085124] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.085138] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.085520] TCP bind hash table entries: 32768 (order: 9, 2621440 bytes, linear)
    [    0.087519] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.087695] UDP hash table entries: 2048 (order: 5, 196608 bytes, linear)
    [    0.087853] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes, linear)
    [    0.088171] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.088636] RPC: Registered named UNIX socket transport module.
    [    0.088642] RPC: Registered udp transport module.
    [    0.088645] RPC: Registered tcp transport module.
    [    0.088648] RPC: Registered tcp-with-tls transport module.
    [    0.088651] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.088664] PCI: CLS 0 bytes, default 64
    [    0.089827] Initialise system trusted keyrings
    [    0.090003] workingset: timestamp_bits=62 max_order=20 bucket_order=0
    [    0.090362] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.090581] NFS: Registering the id_resolver key type
    [    0.090608] Key type id_resolver registered
    [    0.090611] Key type id_legacy registered
    [    0.090630] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.090635] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.120598] Key type asymmetric registered
    [    0.120611] Asymmetric key parser 'x509' registered
    [    0.120679] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.120686] io scheduler mq-deadline registered
    [    0.120690] io scheduler kyber registered
    [    0.120717] io scheduler bfq registered
    [    0.124378] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.125013] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.133985] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.139690] +++ECU1270
                    init.
    [    0.139711] adv_board adv_board: board name from device tree: ECU1270
    [    0.139766] adv_board: Registerered
    [    0.148442] brd: module loaded
    [    0.154649] loop: module loaded
    [    0.155908] megasas: 07.725.01.00-rc1
    [    0.160531] tun: Universal TUN/TAP device driver, 1.6
    [    0.161317] PPP generic driver version 2.4.2
    [    0.161488] PPP BSD Compression module registered
    [    0.161494] PPP Deflate Compression module registered
    [    0.161524] PPP MPPE Compression module registered
    [    0.161529] NET: Registered PF_PPPOX protocol family
    [    0.161552] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
    [    0.161556] CSLIP: code copyright 1989 Regents of the University of California.
    [    0.161849] VFIO - User Level meta-driver version: 0.3
    [    0.163286] usbcore: registered new interface driver usb-storage
    [    0.164063] i2c_dev: i2c /dev entries driver
    [    0.164801] sdhci: Secure Digital Host Controller Interface driver
    [    0.164805] sdhci: Copyright(c) Pierre Ossman
    [    0.165055] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.166398] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.167196] usbcore: registered new interface driver usbhid
    [    0.167209] usbhid: USB HID core driver
    [    0.168118] optee: probing for conduit method.
    [    0.168146] optee: revision 4.4 (8f645256efc0dc66)
    [    0.168462] optee: dynamic shared memory is enabled
    [    0.169121] random: crng init done
    [    0.169249] optee: initialized driver
    [    0.171298] Initializing XFRM netlink socket
    [    0.171337] NET: Registered PF_PACKET protocol family
    [    0.171420] Key type dns_resolver registered
    [    0.181496] Loading compiled-in X.509 certificates
    [    0.195401] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    [    0.251479] omap_i2c 2b200000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.252394] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.252480] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.252615] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.252684] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.253060] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.276982] tpm_tis_i2c 3-002e: 2.0 TPM (device-id 0x0, rev-id 78)
    [    0.283391] tpm tpm0: A TPM error (256) occurred attempting the self test
    [    0.283400] tpm tpm0: starting up the TPM manually
    [    0.348588] rtc-s35390a 3-0030: registered as rtc0
    [    0.348880] rtc-s35390a 3-0030: setting system clock to 2025-02-28T07:48:53 UTC (1740728933)
    [    0.348939] omap_i2c 20030000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.349139] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.349291] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.349534] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.349798] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    0.355282] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.358372] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
    [    0.361506] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.367497] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.370092] ti-udma 4e230000.dma-controller: Number of rings: 40
    [    0.373547] ti-udma 4e230000.dma-controller: Channels: 40 (bchan: 0, tchan: 8, rchan: 32)
    [    0.377139] printk: console [ttyS2] disabled
    [    0.377555] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 307, base_baud = 3000000) is a 8250
    [    0.377707] printk: console [ttyS2] enabled
    [    0.413223] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    0.420393] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    0.420408] davinci_mdio 8000f00.mdio: phy[9]: device 8000f00.mdio:09, driver TI DP83867
    [    0.420447] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    0.420949] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    0.420961] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    0.420967] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    0.421657] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    0.582153] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    0.587341] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    0.587372] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    0.587491] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    0.587498] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    0.587662] xhci-hcd xhci-hcd.0.auto: irq 318, io mem 0x31000000
    [    0.588550] hub 1-0:1.0: USB hub found
    [    0.588584] hub 1-0:1.0: 1 port detected
    [    0.590393] mmc0: CQHCI version 5.10
    [    0.602434] j721e-pcie f102000.pcie: host bridge /bus@f0000/pcie@f102000 ranges:
    [    0.602480] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    0.602499] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    0.602515] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    0.633268] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.757082] mmc0: Command Queue Engine enabled
    [    0.757100] mmc0: new HS400 MMC card at address 0001
    [    0.757732] mmcblk0: mmc0:0001 58A43A 14.6 GiB
    [    0.759520]  mmcblk0: p1 p2
    [    0.760088] mmcblk0boot0: mmc0:0001 58A43A 4.00 MiB
    [    0.761295] mmcblk0boot1: mmc0:0001 58A43A 4.00 MiB
    [    0.762448] mmcblk0rpmb: mmc0:0001 58A43A 4.00 MiB, chardev (239:0)
    [    1.598924] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    1.598942] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    1.598954] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    1.598960] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    1.598998] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    1.599106] pci 0000:00:00.0: supports D1
    [    1.599112] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    1.601362] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.601529] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    1.601552] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    1.601674] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    1.602158] pcieport 0000:00:00.0: PME: Signaling with IRQ 492
    [    1.602455] pcieport 0000:00:00.0: AER: enabled with IRQ 492
    [    1.603947] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 493, base_baud = 3000000) is a 8250
    [    1.605476] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 494, base_baud = 3000000) is a 8250
    [    1.607010] 2830000.serial: ttyS5 at MMIO 0x2830000 (irq = 495, base_baud = 3000000) is a 8250
    [    1.608431] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 496, base_baud = 3000000) is a 8250
    [    1.609809] 2850000.serial: ttyS7 at MMIO 0x2850000 (irq = 497, base_baud = 3000000) is a 8250
    [    1.611234] 2860000.serial: ttyS8 at MMIO 0x2860000 (irq = 498, base_baud = 3000000) is a 8250
    [    1.612585] sdhci-am654 fa00000.mmc: Got CD GPIO
    [    1.613107] mmc1: CQHCI version 5.10
    [    1.640455] clk: Disabling unused clocks
    [    1.646764] ALSA device list:
    [    1.646772]   No soundcards found.
    [    1.663064] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.732143] EXT4-fs (mmcblk0p2): recovery complete
    [    1.732527] EXT4-fs (mmcblk0p2): mounted filesystem e4df3784-8641-46d9-a1f8-5432d6ed69cf r/w with ordered data mode. Quota mode: none.
    [    1.732602] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.734463] devtmpfs: mounted
    [    1.735184] Freeing unused kernel memory: 2176K
    [    1.735301] Run /sbin/init as init process
    [    1.735306]   with arguments:
    [    1.735308]     /sbin/init
    [    1.735310]   with environment:
    [    1.735312]     HOME=/
    [    1.735314]     TERM=linux
    [    1.858757] NET: Registered PF_INET6 protocol family
    [    1.859857] Segment Routing with IPv6
    [    1.859885] In-situ OAM (IOAM) with IPv6
    [    1.926536] 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)
    [    1.927109] systemd[1]: Detected architecture arm64.
    [    2.006318] systemd[1]: Hostname set to <ecu1270>.
    [    2.092737] systemd-sysv-generator[139]: 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.
    [    2.277804] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.291240] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.348875] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.389399] 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.
    [    2.439524] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.476010] systemd[1]: Created slice Slice /system/getty.
    [    2.532320] systemd[1]: Created slice Slice /system/modprobe.
    [    2.585502] systemd[1]: Created slice Slice /system/serial-getty.
    [    2.738454] systemd[1]: Created slice User and Session Slice.
    [    2.763641] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.780564] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.799662] systemd[1]: Reached target Path Units.
    [    2.810356] systemd[1]: Reached target Remote File Systems.
    [    2.824355] systemd[1]: Reached target Slice Units.
    [    2.835367] systemd[1]: Reached target Swaps.
    [    2.848120] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.863419] systemd[1]: Reached target RPC Port Mapper.
    [    2.883341] systemd[1]: Listening on Process Core Dump Socket.
    [    2.897717] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.913132] systemd[1]: Listening on Journal Audit Socket.
    [    2.927955] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.942954] systemd[1]: Listening on Journal Socket.
    [    2.957161] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.973466] systemd[1]: Listening on udev Control Socket.
    [    2.987794] systemd[1]: Listening on udev Kernel Socket.
    [    3.001942] systemd[1]: Listening on User Database Manager Socket.
    [    3.029701] systemd[1]: Mounting Huge Pages File System...
    [    3.044642] systemd[1]: Mounting POSIX Message Queue File System...
    [    3.062833] systemd[1]: Mounting Kernel Debug File System...
    [    3.075828] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.080007] systemd[1]: Mounting Temporary Directory /tmp...
    [    3.118946] systemd[1]: Starting Create List of Static Device Nodes...
    [    3.138151] systemd[1]: Starting Load Kernel Module configfs...
    [    3.156095] systemd[1]: Starting Load Kernel Module drm...
    [    3.173167] systemd[1]: Starting Load Kernel Module fuse...
    [    3.197311] fuse: init (API version 7.39)
    [    3.210987] systemd[1]: Starting Start psplash boot splash screen...
    [    3.229741] systemd[1]: Starting RPC Bind...
    [    3.238662] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.239735] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    3.239756] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    3.244533] systemd[1]: Starting Journal Service...
    [    3.304965] systemd[1]: Starting Load Kernel Modules...
    [    3.322433] systemd[1]: Starting Generate network units from Kernel command line...
    [    3.365961] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    3.385931] systemd[1]: Starting Coldplug All udev Devices...
    [    3.394463] EXT4-fs (mmcblk0p2): re-mounted e4df3784-8641-46d9-a1f8-5432d6ed69cf r/w. Quota mode: none.
    [    3.416184] systemd[1]: Started RPC Bind.
    [    3.426967] systemd[1]: Started Journal Service.
    [    3.646919] systemd-journald[151]: Received client request to flush runtime journal.
    [    4.195815] fm25 spi0.0: 128 KByte fm25 fram, pagesize 4096
    [    4.196632] CAN device driver interface
    [    4.216926] DEBUG: inside adv7511_probe
    [    4.241345] DEBUG: inside adv7533_attach_dsi
    [    4.261428] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    4.271344] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    4.274259] mc: Linux media interface: v0.10
    [    4.277304] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    4.356729] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
    [    4.383527] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@a3000000
    [    4.383937] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
    [    4.408890] DEBUG: inside adv7511_probe
    [    4.428164] videodev: Linux video capture interface: v2.00
    [    4.444136] remoteproc remoteproc0: 7e000000.dsp is available
    [    4.444427] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    4.444447] remoteproc remoteproc0: powering up 7e000000.dsp
    [    4.444482] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    4.444491] remoteproc remoteproc0: request_firmware failed: -2
    [    4.467369] platform 79000000.r5f: configured R5F for remoteproc mode
    [    4.468497] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-dma-memory-region@a1000000
    [    4.482912] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node c7x-dma-memory@a4000000
    [    4.483409] k3-dsp-rproc 7e200000.dsp: configured DSP for remoteproc mode
    [    4.490771] remoteproc remoteproc1: 79000000.r5f is available
    [    4.490966] remoteproc remoteproc1: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    4.490981] remoteproc remoteproc1: powering up 79000000.r5f
    [    4.491012] remoteproc remoteproc1: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    4.491021] remoteproc remoteproc1: request_firmware failed: -2
    [    4.516634] remoteproc remoteproc2: 7e200000.dsp is available
    [    4.516817] remoteproc remoteproc2: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    4.516835] remoteproc remoteproc2: powering up 7e200000.dsp
    [    4.516868] remoteproc remoteproc2: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    4.516877] remoteproc remoteproc2: request_firmware failed: -2
    [    4.535839] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.535960] tidss 30220000.dss: no panel/bridge for port 0
    [    4.535983] tidss 30220000.dss: port 1 probe returned -517
    [    4.616968] vdec 30210000.video-codec: OPP table not found in device tree
    [    4.641268] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.641555] vdec 30210000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2
    [    4.641571] vdec 30210000.video-codec: request_firmware, fail: -2
    [    4.641576] vdec 30210000.video-codec: wave5_vpu_load_firmware, fail: -2
    [    4.641596] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.641678] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.689820] rtc-ti-k3 2b1f0000.rtc: registered as rtc1
    [    4.691593] remoteproc remoteproc3: 78000000.r5f is available
    [    4.691678] remoteproc remoteproc3: attaching to 78000000.r5f
    [    4.692181] DEBUG: inside adv7533_attach_dsi
    [    4.707586] vdec: probe of 30210000.video-codec failed with error -2
    [    4.736849] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.787712] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    4.787860] e5010 fd20000.e5010: Device registered as /dev/video0
    [    4.788059] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    4.788333] rproc-virtio rproc-virtio.3.auto: registered virtio0 (type 7)
    [    4.788338] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    4.788346] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
    [    4.834086] platform 78400000.r5f: configured R5F for remoteproc mode
    [    4.840621] platform 78400000.r5f: assigned reserved memory node main-r5fss-dma-memory-region@a2000000
    [    4.842736] remoteproc remoteproc4: 78400000.r5f is available
    [    4.843019] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    4.843044] remoteproc remoteproc4: powering up 78400000.r5f
    [    4.843078] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    4.843087] remoteproc remoteproc4: request_firmware failed: -2
    [    4.849669] m_can_platform 20701000.can: m_can device registered (irq=511, version=32)
    [    4.866731] m_can_platform 20711000.can: m_can device registered (irq=513, version=32)
    [    4.878360] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.878510] tidss 30220000.dss: no panel/bridge for port 0
    [    4.878534] tidss 30220000.dss: port 1 probe returned -517
    [    4.885822] DEBUG: inside adv7511_probe
    [    4.896353] DEBUG: inside adv7533_attach_dsi
    [    4.901699] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.901833] tidss 30220000.dss: no panel/bridge for port 0
    [    4.901940] DEBUG: inside tidss_encoder_create t_enc->bridge=0x3ef970 &t_enc->bridge=0x5b64080
    [    4.901946] DEBUG: inside tidss_bridge_attach t_enc->next_bridge=0x6e99cc0 bridge=0x5b64080 flags=0x1
    [    4.903430] [drm] Initialized tidss 1.0.0 20180215 for 30220000.dss on minor 0
    [    4.904181] DEBUG: inside adv7511_hpd
    [    4.907313] DEBUG: adv7511_bridge_get_modes, forcing 720x480
    [    4.907362] DEBUG: drm_set_preferred_mode
    [    5.010040] DEBUG: inside tidss_bridge_atomic_check bridge=0x5b64080 t_enc->next_bridge=0x6e99cc0 tcrtc_state->bus_flags=0x0
    [    5.283768] DEBUG: inside adv7511_dsi_config_timing_gen
    [    5.288501] Console: switching to colour frame buffer device 240x67
    [    5.288630] DEBUG: inside tidss_bridge_atomic_check bridge=0x5b64080 t_enc->next_bridge=0x6e99cc0 tcrtc_state->bus_flags=0x0
    [    5.344185] tidss 30220000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    5.379001] DEBUG: inside adv7511_hpd
    [    5.379195] DEBUG: adv7511_bridge_get_modes, forcing 720x480
    [    5.382970] DEBUG: drm_set_preferred_mode
    [    5.389293] DEBUG: inside tidss_bridge_atomic_check bridge=0x5b64080 t_enc->next_bridge=0x6e99cc0 tcrtc_state->bus_flags=0x0
    [    5.753400] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    5.755333] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 2
    [    5.755697] xhci-hcd xhci-hcd.4.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    5.762593] xhci-hcd xhci-hcd.4.auto: irq 515, io mem 0x31210000
    [    5.762855] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    5.762876] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 3
    [    5.762897] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
    [    5.772820] hub 2-0:1.0: USB hub found
    [    5.772880] hub 2-0:1.0: 1 port detected
    [    5.773389] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
    [    5.776695] hub 3-0:1.0: USB hub found
    [    5.776738] hub 3-0:1.0: 1 port detected
    [    6.010283] usb 2-1: new high-speed USB device number 2 using xhci-hcd
    [    6.138958] hub 2-1:1.0: USB hub found
    [    6.139125] hub 2-1:1.0: 4 ports detected
    [    6.960606] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.971178] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.972174] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.972350] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    6.972372] cfg80211: failed to load regulatory.db
    [    7.120290] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:09] driver [TI DP83867] (irq=POLL)
    [    7.120353] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    7.144456] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    7.144506] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    7.164336] audit: type=1701 audit(1740728940.314:2): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=612 comm="ti-apps-launche" exe="/usr/bin/ti-apps-launcher" sig=6 res=1
    [    9.187159] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   12.597746] DEBUG: inside tidss_bridge_atomic_check bridge=0x5b64080 t_enc->next_bridge=0x6e99cc0 tcrtc_state->bus_flags=0x0
    [   12.597951] audit: type=1006 audit(1740728945.748:3): pid=678 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=1 res=1
    [   12.598016] audit: type=1300 audit(1740728945.748:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff7c187d8 a2=4 a3=0 items=0 ppid=1 pid=678 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=1 comm="(weston)" exe="/lib/systemd/systemd" subj=kernel key=(null)
    [   12.598031] audit: type=1327 audit(1740728945.748:3): proctitle="(weston)"
    

  • Hi,

    Thank you for the logs. Those logs were a bit unexpected. The patch should have made 720x480 as the preferred resolution...

    Let me create two more patches today/tomorrow for you to try.

    Regards,

    Takuma

  • Hi,

    As for the first experiment, could you revert the changes done in the past and apply this patch:

     https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/14/0001_2D00_adjust_2D00_1920x1080_2D00_60Hz_2D00_mode_2D00_timings.patch

    Then, do not run the U-Boot commands to change the kernel arguments and let the display choose which mode to use automatically. The modetest command should give out the following line as the first mode:

      #0 1920x1080 60.00 1920 2008 2052 2200 1080 1082 1087 1125 148500 flags: nhsync, nvsync; type: preferred, driver

    If display is still not coming up after this patch, please send modetest logs again, and also check the status register with devmem2 0x305000F0.

    Regards,

    Takuma

  • Takuma,

        I have patch this patch, it can't display output also.

    devmem2 0x305000F0
    /dev/mem opened.
    Memory mapped at address 0xffffab7c5000.
    Read at address 0x305000F0 (0xffffab7c50f0): 0x00000004

    ecu1270:~# modetest -M tidss
    [   70.018948] DEBUG: inside tidss_bridge_atomic_check bridge=0x44ddc80 t_enc->next_bridge=0x2cbcc0 tcrtc_state->bus_flags=0x0
    [   86.556617] DEBUG: inside adv7511_hpd
    [   86.556933] DEBUG: inside adv7511_hpd
    [   86.557071] DEBUG: inside adv7511_get_edid_block
    Encoders:[   86.557080] DEBUG: inside adv7511_get_edid_block
    
    [   86.557962] DEBUG: drm_add_edid_modes
    id      [   86.557975] DEBUG: _drm_edid_connector_add_modes
    crtc    [   86.557979] DEBUG: add_detailed_modes
    type    possible crtcs  possible clones[   86.557981] DEBUG: set preferred using features
            [   86.557983] DEBUG: do_detailed_mode
    
    [   86.557991] DEBUG: preferred is set, 0, 0
    39      [   86.558020] DEBUG: do_detailed_mode
    38      none    [   86.558022] DEBUG: do_detailed_mode
    0x00000001      [   86.558024] DEBUG: do_detailed_mode
    0x00000001[   86.558026] DEBUG: do_detailed_mode
    
    [   86.558051] DEBUG: do_detailed_mode
    
    Connectors:
    id      encoder status          name            size (mm)       modes   encoders
    40      39      connected       HDMI-A-1        520x310         17      39
      modes:
            index name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot
      #0 1920x1080 60.00 1920 2008 2052 2200 1080 1082 1087 1125 148500 flags: phsync, pvsync; type: preferred, driver
      #1 1920x1080 60.00 1920 2008 2052 2200 1080 1082 1087 1125 148500 flags: nhsync, nvsync; type: driver
      #2 1920x1080 59.94 1920 2008 2052 2200 1080 1082 1087 1125 148352 flags: nhsync, nvsync; type: driver
      #3 1920x1080 50.00 1920 2448 2492 2640 1080 1084 1089 1125 148500 flags: phsync, pvsync; type: driver
      #4 1920x1080 30.00 1920 2008 2052 2200 1080 1084 1089 1125 74250 flags: nhsync, nvsync; type: driver
      #5 1920x1080 29.97 1920 2008 2052 2200 1080 1084 1089 1125 74176 flags: nhsync, nvsync; type: driver
      #6 1920x1080 25.00 1920 2448 2492 2640 1080 1084 1089 1125 74250 flags: phsync, pvsync; type: driver
      #7 1920x1080 24.00 1920 2558 2602 2750 1080 1084 1089 1125 74250 flags: phsync, pvsync; type: driver
      #8 1280x720 60.00 1280 1390 1430 1650 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #9 1280x720 50.00 1280 1720 1760 1980 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #10 1280x720 30.00 1280 3040 3080 3300 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #11 1280x720 29.97 1280 3040 3080 3300 720 725 730 750 74176 flags: phsync, pvsync; type: driver
      #12 1280x720 25.00 1280 3700 3740 3960 720 725 730 750 74250 flags: phsync, pvsync; type: driver
      #13 1280x720 24.00 1280 3040 3080 3300 720 725 730 750 59400 flags: phsync, pvsync; type: driver
      #14 1280x720 23.98 1280 3040 3080 3300 720 725 730 750 59341 flags: phsync, pvsync; type: driver
      #15 800x600 60.32 800 840 968 1056 600 601 605 628 40000 flags: phsync, pvsync; type: driver
      #16 720x480 60.00 720 736 798 858 480 489 495 525 27027 flags: nhsync, nvsync; type: driver
      props:
            1 EDID:
                    flags: immutable blob
                    blobs:
    
                    value:
                            00ffffffffffff002601002401010101
                            0720010380341f783eee91a3544c9926
                            0f5054210800d1c00101010101010101
                            010101010101023a801871382d40582c
                            250008362100001e000000fc00474632
                            34300a20202020202020000000ff0064
                            656d6f7365742d310a203020000000fd
                            0032911eb424000a20202020202001a5
                            020339f24d9001020304131f2021223c
                            3d3e23097f078301000067030c001000
                            1848e200d5e305c000e606050169694f
                            681a000001013290e65c82808c70382d
                            4030203a0055502100001e8a6f80a070
                            3840403020250055502100001e0e5c80
                            a0703835403020250056502100001e00
                            000000000000000000000000000000db
            2 DPMS:
                    flags: enum
                    enums: On=0 Standby=1 Suspend=2 Off=3
                    value: 0
            5 link-status:
                    flags: enum
                    enums: Good=0 Bad=1
                    value: 0
            6 non-desktop:
                    flags: immutable range
                    values: 0 1
                    value: 0
            4 TILE:
                    flags: immutable blob
                    blobs:
    
                    value:
    
    CRTCs:
    id      fb      pos     size
    38      49      (0,0)   (1920x1080)
      #0 1920x1080 60.00 1920 2008 2052 2200 1080 1082 1087 1125 148500 flags: phsync, pvsync; type: preferred, driver
      props:
            24 VRR_ENABLED:
                    flags: range
                    values: 0 1
                    value: 0
            27 CTM:
                    flags: blob
                    blobs:
    
                    value:
            28 GAMMA_LUT:
                    flags: blob
                    blobs:
    
                    value:
            29 GAMMA_LUT_SIZE:
                    flags: immutable range
                    values: 0 4294967295
                    value: 256
    
    Planes:
    id      crtc    fb      CRTC x,y        x,y     gamma size      possible crtcs
    31      38      49      0,0             0,0     0               0x00000001
      formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
      props:
            8 type:
                    flags: immutable enum
                    enums: Overlay=0 Primary=1 Cursor=2
                    value: 1
            30 IN_FORMATS:
                    flags: immutable blob
                    blobs:
    
                    value:
                            01000000000000001d00000018000000
                            01000000900000004152313241423132
                            52413132524731364247313641523135
                            41423135415232344142323452413234
                            42413234524732344247323441523330
                            4142333058523132584231[   86.558075] DEBUG: do_detailed_mode
    3252583132
                            58523135584231355852323458423234
                            52583234425832345852333058423330
                            59555956555956594e56313200000000
                            ffffff1f000000000000000000000000
                            0000000000000000
                    in_formats blob decoded:
                             AR12:  LINEAR
                             AB12:  LINEAR
                             RA12:  LINEAR
                             RG16:  LINEAR
                             BG16:  LINEAR
                             AR15:  LINEAR
                             AB15:  LINEAR
                             AR24:  LINEAR
                             AB24:  LINEAR
                             RA24:  LINEAR
                             BA24:  LINEAR
                             RG24:  LINEAR
                             BG24:  LINEAR
                             AR30:  LINEAR
                             AB30:  LINEAR
                             XR12:  LINEAR
                             XB12:  LINEAR
                             RX12:  LINEAR
                             XR15:  LINEAR
                             XB15:  LINEAR
                             XR24:  LINEAR
                             XB24:  LINEAR
                             RX24:  LINEAR
                             BX24:  LINEAR
                             XR30:  LINEAR
                             XB30:  LINEAR
                             YUYV:  LINEAR
                             UYVY:  LINEAR
                             NV12:  LINEAR
            33 zpos:
                    flags: range
                    values: 0 1
                    value: 0
            34 COLOR_ENCODING:
                    flags: enum
                    enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
                    value: 0
            35 COLOR_RANGE:
                    flags: enum
                    enums: YCbCr limited range=0 YCbCr full range=1
                    value: 1
            36 alpha:
                    flags: range
                    values: 0 65535
                    value: 65535
            37 pixel blend mode:
                    flags: enum
                    enums: Pre-multiplied=0 Coverage=1
                    value: 0
    41      0       0       0,0             0,0     0               0x00000001
      formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
      props:
            8 type:
                    flags: immutable enum
                    enums: Overlay=0 Primary=1 Cursor=2
                    value: 0
            30 IN_FORMATS:
                    flags: immutable blob
                    blobs:
    
                    value:
                            01000000000000001d00000018000000
                            01000000900000004152313241423132
                            52413132524731364247313641523135
                            41423135415232344142323452413234
                            42413234524732344247323441523330
                            41423330585231325842313252583132
                            58523135584231355852323458423234
                            52583234425832345852333058423330
                            59555956555956594e56313200000000
                            ffffff1f000000000000000000000000
                            0000000000000000
                    in_formats blob decoded:
                             AR12:  LINEAR
                             AB12:  LINEAR
                             RA12:  LINEAR
                             RG16:  LINEAR
                             BG16:  LINEAR
                             AR15:  LINEAR
                             AB15:  LINEAR
                             AR24:  LINEAR
                             AB24:  LINEAR
                             RA24:  LINEAR
                             BA24:  LINEAR
                             RG24:  LINEAR
                             BG24:  LINEAR
                             AR30:  LINEAR
                             AB30:  LINEAR
                             XR12:  LINEAR
                             XB12:  LINEAR
                             RX12:  LINEAR
                             XR15:  LINEAR
                             XB15:  LINEAR
                             XR24:  LINEAR
                             XB24:  LINEAR
                             RX24:  LINEAR
                             BX24:  LINEAR
                             XR30:  LINEAR
                             XB30:  LINEAR
                             YUYV:  LINEAR
                             UYVY:  LINEAR
                             NV12:  LINEAR
            43 zpos:
                    flags: range
                    values: 0 1
                    value: 1
            44 COLOR_ENCODING:
                    flags: enum
                    enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
                    value: 0
            45 COLOR_RANGE:
                    flags: enum
                    enums: YCbCr limited range=0 YCbCr full range=1
                    value: 1
            46 alpha:
                    flags: range
                    values: 0 65535
                    value: 65535
            47 pixel blend mode:
                    flags: enum
                    enums: Pre-multiplied=0 Coverage=1
                    value: 0
    
    Frame buffers:
    id      size    pitch
    
    ecu1270:~# devmem2 0x305000F0
    /dev/mem opened.
    Memory mapped at address 0xffff9e387000.
    Read at address  0x305000F0 (0xffff9e3870f0): 0x00000004
    

  • Takuma,

     Is the SoC DSI support Video Mode operation?

    the test pattern mode, the adv7535 detecte that the land is x4 and the video input format is 576i not active, the normal mode,  the adv7535 detecte that the land is x2 and the video input format is 240p active.

  • Hi, 

    Yes, DSI supports Video Mode operation with non-burst sync pulses.

    As for the registers, I assumed the adv75x Linux driver programs the correct values. However, as an experiment, you could try to change the register values programmed to match the test pattern modes. The default values look to be here: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c?h=ti-linux-6.6.y#n42

    Regards,

    Takuma

  • Takuma,

       the the register values is detected and setup by adv7535 driver,  when I modify the register values, it is modify back by the adv7535 driver.

  • Hi,

    when I modify the register values, it is modify back by the adv7535 driver.

    How are the register values modified? Are you modifying through I2C writes using a tool like i2cset? Or are you modifying the adv7535 driver with different default register values. I was assuming the adv7535 driver just takes the default registers from the adv7511_drv.c, since a lot of the code is shared.

    Regards,

    Takuma

  • Takuma,

        I used i2cset to modify register value, I think that it is not default value from adb7535 driver.

  • Hi,

    Could you try modifying the driver instead? The "adv7511_register_defaults" variable in this driver should be where the register values are stored:

    https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c?h=ti-linux-6.6.y#n42

    Regards,

    Takuma

  • Takuma,

        the adv7535 drive has modify default value through the dsi input, please refer the below dump the adv7535 register.