PROCESSOR-SDK-AM67: SDK 9.2 am6734 DSI converter to HDMI config

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

Tool/software:

Hi all,

my custom board base on am6734, use DSI0 converter to HDMI, same as below:

my dts config same as below, but it can't display when kernel boot, how to config this dsi0? thanks

    panel0 {
        compatible = "simple-panel";

        port {
            panel_in: endpoint {
                remote-endpoint = <&panel_bridge_out>;
            };
        };
    };

    bridge_reg: bridge-regulator {
        compatible = "regulator-fixed";
        regulator-name = "bridge-reg";
        //gpio = <&display_reg 0 0>;
        //vin-supply = <&display_reg>;
        //enable-active-high;
    };

// DSI0
&dphy_tx0 {
    status = "okay";
};

&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 = <&panel_bridge_in>;
            };
        };

        port@1 {
            reg = <1>;

            dsi0_in: endpoint {
                remote-endpoint = <&dss1_dpi1_out>;
            };
        };
    };

    bridge@0 {
        status = "okay";
        compatible = "toshiba,tc358762";
        reg = <0>;
        vddc-supply = <&bridge_reg>;
        ports {
            #address-cells = <1>;
            #size-cells = <0>;

            port@0 {
                reg = <0>;

                panel_bridge_in: endpoint {
                    remote-endpoint = <&dsi0_out>;
                };
            };

            port@1 {
                reg = <1>;

                panel_bridge_out: endpoint {
                    remote-endpoint = <&panel_in>;
                };
            };
        };
    };
};

&dss1_ports {
    #address-cells = <1>;
    #size-cells = <0>;

    // DSS1-VP1: DSI Output
    port@1 {
        reg = <1>;

        dss1_dpi1_out: endpoint {
            remote-endpoint = <&dsi0_in>;
        };
    };
};

  • Hi,

    You should obtain or create a proper driver for the DSI to HDMI bridge. Similar to sil,sii9022 DPI to HDMI bridge used for AM67/J722S EVM board: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-j722s-evm.dts?h=ti-linux-6.1.y

    Regards,

    Takuma

  • Hi Takuma,

    we config DSI0 output as bleow. kmsprint display:

    Is there something we missing to configure DSI0?

    we can't check DSI CLK and data signals output.

    am67_dsi0_config.txt
    / {
    	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>;
    			};
    		};
    	};
    };
    
    

  • kernel boot log

    kernel_dmesg.log
    [    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) #1 SMP PREEMPT_RT Wed Jan  1 19:01:01 CST 2025
    [    0.000000] Machine model: Texas Instruments J722S EVM
    [    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..0x00000000a6bfffff (28672 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-0x00000000a6bfffff]
    [    0.000000]   node   0: [mem 0x00000000a6c00000-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: 923928K/2097152K available (10496K kernel code, 1204K rwdata, 2516K rodata, 2176K init, 526K bss, 255720K 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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000256] Console: colour dummy device 80x25
    [    0.000306] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000317] pid_max: default: 32768 minimum: 301
    [    0.000393] LSM: initializing lsm=capability,selinux,integrity
    [    0.000414] SELinux:  Initializing.
    [    0.000561] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.000574] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.002172] rcu: Hierarchical SRCU implementation.
    [    0.002183] rcu: 	Max phase no-delay instances is 400.
    [    0.002453] Platform MSI: msi-controller@1820000 domain created
    [    0.002694] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.002790] EFI services will not be available.
    [    0.003029] smp: Bringing up secondary CPUs ...
    [    0.003635] Detected VIPT I-cache on CPU1
    [    0.003713] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.003729] GICv3: CPU1: using allocated LPI pending table @0x0000000080450000
    [    0.003779] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.004481] Detected VIPT I-cache on CPU2
    [    0.004537] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.004550] GICv3: CPU2: using allocated LPI pending table @0x0000000080460000
    [    0.004583] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.005189] Detected VIPT I-cache on CPU3
    [    0.005243] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.005254] GICv3: CPU3: using allocated LPI pending table @0x0000000080470000
    [    0.005283] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.005343] smp: Brought up 1 node, 4 CPUs
    [    0.005350] SMP: Total of 4 processors activated.
    [    0.005353] CPU features: detected: 32-bit EL0 Support
    [    0.005357] CPU features: detected: CRC32 instructions
    [    0.005403] CPU: All CPU(s) started at EL2
    [    0.005406] alternatives: applying system-wide alternatives
    [    0.006718] devtmpfs: initialized
    [    0.020393] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.020418] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.047192] pinctrl core: initialized pinctrl subsystem
    [    0.047714] DMI not present or invalid.
    [    0.048213] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.049285] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.049378] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.049502] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.049560] audit: initializing netlink subsys (disabled)
    [    0.049704] audit: type=2000 audit(0.049:1): state=initialized audit_enabled=0 res=1
    [    0.050254] thermal_sys: Registered thermal governor 'step_wise'
    [    0.050445] ASID allocator initialised with 65536 entries
    [    0.054989] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.055126] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.055261] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.055280] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.055290] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.061646] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.065217] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.065462] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.065533] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.065602] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    0.065670] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.068838] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.068924] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.069373] Modules: 28496 pages in range for non-PLT usage
    [    0.069379] Modules: 520016 pages in range for PLT usage
    [    0.070049] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.070057] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.070061] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.070065] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.070069] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.070072] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.070077] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.070080] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.071185] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
    [    0.072426] iommu: Default domain type: Translated
    [    0.072439] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.074393] SCSI subsystem initialized
    [    0.074840] libata version 3.00 loaded.
    [    0.075138] usbcore: registered new interface driver usbfs
    [    0.075172] usbcore: registered new interface driver hub
    [    0.075212] usbcore: registered new device driver usb
    [    0.075844] pps_core: LinuxPPS API ver. 1 registered
    [    0.075850] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.075865] PTP clock support registered
    [    0.076158] EDAC MC: Ver: 3.0.0
    [    0.076516] scmi_core: SCMI protocol bus registered
    [    0.076775] FPGA manager framework
    [    0.076917] Advanced Linux Sound Architecture Driver Initialized.
    [    0.077935] vgaarb: loaded
    [    0.078244] clocksource: Switched to clocksource arch_sys_counter
    [    0.078452] VFS: Disk quotas dquot_6.6.0
    [    0.078480] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.085964] NET: Registered PF_INET protocol family
    [    0.086132] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.087803] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.087881] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.087893] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.088080] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.089187] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.089407] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.089534] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.089828] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.090307] RPC: Registered named UNIX socket transport module.
    [    0.090313] RPC: Registered udp transport module.
    [    0.090316] RPC: Registered tcp transport module.
    [    0.090319] RPC: Registered tcp-with-tls transport module.
    [    0.090321] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.090334] PCI: CLS 0 bytes, default 64
    [    0.091507] Initialise system trusted keyrings
    [    0.091684] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.092002] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.092218] NFS: Registering the id_resolver key type
    [    0.092287] Key type id_resolver registered
    [    0.092291] Key type id_legacy registered
    [    0.092312] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.092317] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.122289] Key type asymmetric registered
    [    0.122302] Asymmetric key parser 'x509' registered
    [    0.122367] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.122374] io scheduler mq-deadline registered
    [    0.122379] io scheduler kyber registered
    [    0.122405] io scheduler bfq registered
    [    0.126137] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.126809] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.135587] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.148517] loop: module loaded
    [    0.149720] megasas: 07.725.01.00-rc1
    [    0.154314] tun: Universal TUN/TAP device driver, 1.6
    [    0.155444] VFIO - User Level meta-driver version: 0.3
    [    0.156811] usbcore: registered new interface driver usb-storage
    [    0.157555] i2c_dev: i2c /dev entries driver
    [    0.158313] sdhci: Secure Digital Host Controller Interface driver
    [    0.158317] sdhci: Copyright(c) Pierre Ossman
    [    0.158567] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.159513] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.160300] usbcore: registered new interface driver usbhid
    [    0.160306] usbhid: USB HID core driver
    [    0.161263] optee: probing for conduit method.
    [    0.161295] optee: revision 4.2 (12d7c4ee)
    [    0.161643] optee: dynamic shared memory is enabled
    [    0.161869] optee: initialized driver
    [    0.163883] Initializing XFRM netlink socket
    [    0.163922] NET: Registered PF_PACKET protocol family
    [    0.164001] Key type dns_resolver registered
    [    0.173914] Loading compiled-in X.509 certificates
    [    0.188007] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    [    0.244653] omap_i2c 2b200000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.245578] /hdmi-out: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.245668] /bus@f0000/dsi@30500000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/bridge@3d
    [    0.245739] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /hdmi-out
    [    0.245805] /bus@f0000/i2c@20000000/bridge@3d: Fixed dependency cycle(s) with /bus@f0000/dsi@30500000
    [    0.246122] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.270019] tpm_tis_i2c 3-002e: 2.0 TPM (device-id 0x0, rev-id 78)
    [    0.320227] random: crng init done
    [    0.323678] rtc-s35390a 3-0030: registered as rtc0
    [    0.324076] rtc-s35390a 3-0030: setting system clock to 2025-01-03T07:06:21 UTC (1735887981)
    [    0.324141] omap_i2c 20030000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.324373] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.324513] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.324749] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.325015] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    0.330634] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.333660] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
    [    0.336840] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.342818] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.345432] ti-udma 4e230000.dma-controller: Number of rings: 40
    [    0.348860] ti-udma 4e230000.dma-controller: Channels: 40 (bchan: 0, tchan: 8, rchan: 32)
    [    0.352527] printk: console [ttyS2] disabled
    [    0.352920] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 307, base_baud = 3000000) is a 8250
    [    0.353074] printk: console [ttyS2] enabled
    [    0.389259] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    0.396498] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    0.396510] davinci_mdio 8000f00.mdio: phy[9]: device 8000f00.mdio:09, driver TI DP83867
    [    0.396553] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    0.397018] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    0.397030] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    0.397036] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    0.397685] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    0.557159] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    0.562400] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    0.562431] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    0.562550] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    0.562557] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    0.562733] xhci-hcd xhci-hcd.0.auto: irq 318, io mem 0x31000000
    [    0.563620] hub 1-0:1.0: USB hub found
    [    0.563658] hub 1-0:1.0: 1 port detected
    [    0.565562] mmc0: CQHCI version 5.10
    [    0.577501] j721e-pcie f102000.pcie: host bridge /bus@f0000/pcie@f102000 ranges:
    [    0.577547] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    0.577572] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    0.577591] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    0.608285] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.732167] mmc0: Command Queue Engine enabled
    [    0.732184] mmc0: new HS400 MMC card at address 0001
    [    0.732806] mmcblk0: mmc0:0001 58A43A 14.6 GiB
    [    0.734567]  mmcblk0: p1 p2
    [    0.735148] mmcblk0boot0: mmc0:0001 58A43A 4.00 MiB
    [    0.736357] mmcblk0boot1: mmc0:0001 58A43A 4.00 MiB
    [    0.737528] mmcblk0rpmb: mmc0:0001 58A43A 4.00 MiB, chardev (239:0)
    [    1.688948] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    1.688965] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    1.688976] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    1.688983] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    1.689018] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    1.689095] pci 0000:00:00.0: supports D1
    [    1.689100] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    1.691569] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.691740] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    1.691761] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    1.691883] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    1.692417] pcieport 0000:00:00.0: PME: Signaling with IRQ 492
    [    1.692683] pcieport 0000:00:00.0: AER: enabled with IRQ 492
    [    1.694161] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 493, base_baud = 3000000) is a 8250
    [    1.695687] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 494, base_baud = 3000000) is a 8250
    [    1.697264] 2830000.serial: ttyS5 at MMIO 0x2830000 (irq = 495, base_baud = 3000000) is a 8250
    [    1.698747] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 496, base_baud = 3000000) is a 8250
    [    1.700208] 2850000.serial: ttyS7 at MMIO 0x2850000 (irq = 497, base_baud = 3000000) is a 8250
    [    1.701722] 2860000.serial: ttyS8 at MMIO 0x2860000 (irq = 498, base_baud = 3000000) is a 8250
    [    1.703182] sdhci-am654 fa00000.mmc: Got CD GPIO
    [    1.703743] mmc1: CQHCI version 5.10
    [    1.707882] clk: Disabling unused clocks
    [    1.714611] ALSA device list:
    [    1.714621]   No soundcards found.
    [    1.756095] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.762248] EXT4-fs (mmcblk0p2): mounted filesystem e4df3784-8641-46d9-a1f8-5432d6ed69cf r/w with ordered data mode. Quota mode: none.
    [    1.762332] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.764265] devtmpfs: mounted
    [    1.765062] Freeing unused kernel memory: 2176K
    [    1.765159] Run /sbin/init as init process
    [    1.765162]   with arguments:
    [    1.765164]     /sbin/init
    [    1.765167]   with environment:
    [    1.765169]     HOME=/
    [    1.765171]     TERM=linux
    [    1.901103] NET: Registered PF_INET6 protocol family
    [    1.902260] Segment Routing with IPv6
    [    1.902288] In-situ OAM (IOAM) with IPv6
    [    1.955475] 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.956071] systemd[1]: Detected architecture arm64.
    [    2.066877] systemd[1]: Hostname set to <ecu1270>.
    [    2.164878] systemd-sysv-generator[138]: 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.381328] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.394733] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.453554] 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.493988] 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.544524] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.600208] systemd[1]: Created slice Slice /system/getty.
    [    2.620919] systemd[1]: Created slice Slice /system/modprobe.
    [    2.636871] systemd[1]: Created slice Slice /system/serial-getty.
    [    2.652303] systemd[1]: Created slice User and Session Slice.
    [    2.666691] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.683599] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.702700] systemd[1]: Reached target Path Units.
    [    2.713416] systemd[1]: Reached target Remote File Systems.
    [    2.727392] systemd[1]: Reached target Slice Units.
    [    2.738412] systemd[1]: Reached target Swaps.
    [    2.751109] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.766464] systemd[1]: Reached target RPC Port Mapper.
    [    2.786517] systemd[1]: Listening on Process Core Dump Socket.
    [    2.800777] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.816332] systemd[1]: Listening on Journal Audit Socket.
    [    2.830993] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.846035] systemd[1]: Listening on Journal Socket.
    [    2.860212] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.876537] systemd[1]: Listening on udev Control Socket.
    [    2.890857] systemd[1]: Listening on udev Kernel Socket.
    [    2.904954] systemd[1]: Listening on User Database Manager Socket.
    [    2.936728] systemd[1]: Mounting Huge Pages File System...
    [    2.953925] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.971923] systemd[1]: Mounting Kernel Debug File System...
    [    2.985881] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.015739] systemd[1]: Mounting Temporary Directory /tmp...
    [    3.032002] systemd[1]: Starting Create List of Static Device Nodes...
    [    3.051350] systemd[1]: Starting Load Kernel Module configfs...
    [    3.069305] systemd[1]: Starting Load Kernel Module drm...
    [    3.087837] systemd[1]: Starting Load Kernel Module fuse...
    [    3.102882] fuse: init (API version 7.39)
    [    3.108989] systemd[1]: Starting Start psplash boot splash screen...
    [    3.127914] systemd[1]: Starting RPC Bind...
    [    3.138709] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.139764] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    3.139784] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    3.144675] systemd[1]: Starting Journal Service...
    [    3.201005] systemd[1]: Starting Load Kernel Modules...
    [    3.217587] systemd[1]: Starting Generate network units from Kernel command line...
    [    3.243024] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    3.266518] systemd[1]: Starting Coldplug All udev Devices...
    [    3.274817] EXT4-fs (mmcblk0p2): re-mounted e4df3784-8641-46d9-a1f8-5432d6ed69cf r/w. Quota mode: none.
    [    3.297146] systemd[1]: Started RPC Bind.
    [    3.307990] systemd[1]: Started Journal Service.
    [    3.535932] systemd-journald[150]: Received client request to flush runtime journal.
    [    4.064304] CAN device driver interface
    [    4.163762] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    4.171573] mc: Linux media interface: v0.10
    [    4.196563] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    4.211904] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    4.222662] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@a3000000
    [    4.223335] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
    [    4.243734] videodev: Linux video capture interface: v2.00
    [    4.243905] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
    [    4.253360] remoteproc remoteproc0: 7e000000.dsp is available
    [    4.253995] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    4.254017] remoteproc remoteproc0: powering up 7e000000.dsp
    [    4.254050] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2
    [    4.254058] remoteproc remoteproc0: request_firmware failed: -2
    [    4.255935] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.255954] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node c7x-dma-memory@a4000000
    [    4.260564] k3-dsp-rproc 7e200000.dsp: configured DSP for remoteproc mode
    [    4.260822] remoteproc remoteproc1: 7e200000.dsp is available
    [    4.261351] remoteproc remoteproc1: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    4.261372] remoteproc remoteproc1: powering up 7e200000.dsp
    [    4.261406] remoteproc remoteproc1: Direct firmware load for j722s-c71_1-fw failed with error -2
    [    4.261414] remoteproc remoteproc1: request_firmware failed: -2
    [    4.318525] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    4.318784] platform 79000000.r5f: configured R5F for remoteproc mode
    [    4.319514] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-dma-memory-region@a1000000
    [    4.320050] remoteproc remoteproc2: 79000000.r5f is available
    [    4.320206] remoteproc remoteproc2: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    4.320223] remoteproc remoteproc2: powering up 79000000.r5f
    [    4.320311] remoteproc remoteproc2: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2
    [    4.320321] remoteproc remoteproc2: request_firmware failed: -2
    [    4.355165] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.355532] [drm] Initialized tidss 1.0.0 20180215 for 30220000.dss on minor 0
    [    4.355607] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.355774] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.356374] remoteproc remoteproc3: 78000000.r5f is available
    [    4.356508] remoteproc remoteproc3: attaching to 78000000.r5f
    [    4.357074] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.368886] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    4.368943] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
    [    4.368952] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
    [    4.369447] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    4.369657] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    4.392914] platform 78400000.r5f: configured R5F for remoteproc mode
    [    4.393546] platform 78400000.r5f: assigned reserved memory node main-r5fss-dma-memory-region@a2000000
    [    4.394589] remoteproc remoteproc4: 78400000.r5f is available
    [    4.394910] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    4.394935] remoteproc remoteproc4: powering up 78400000.r5f
    [    4.394968] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2
    [    4.394977] remoteproc remoteproc4: request_firmware failed: -2
    [    4.427674] vdec 30210000.video-codec: OPP table not found in device tree
    [    4.432567] vdec 30210000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2
    [    4.432595] vdec 30210000.video-codec: request_firmware, fail: -2
    [    4.432601] vdec 30210000.video-codec: wave5_vpu_load_firmware, fail: -2
    [    4.438110] vdec: probe of 30210000.video-codec failed with error -2
    [    4.509805] rtc-ti-k3 2b1f0000.rtc: registered as rtc1
    [    4.629023] e5010 fd20000.e5010: Device registered as /dev/video0
    [    4.761894] Console: switching to colour frame buffer device 240x67
    [    4.794581] tidss 30220000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    4.828531] m_can_platform 20701000.can: m_can device registered (irq=513, version=32)
    [    4.841209] m_can_platform 20711000.can: m_can device registered (irq=514, version=32)
    [    5.307067] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    5.308365] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 2
    [    5.308705] xhci-hcd xhci-hcd.4.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    5.309484] xhci-hcd xhci-hcd.4.auto: irq 515, io mem 0x31210000
    [    5.309755] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    5.309780] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 3
    [    5.309803] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
    [    5.324212] m_can_platform 20711000.can main_mcan1: renamed from can1
    [    5.328206] hub 2-0:1.0: USB hub found
    [    5.328760] hub 2-0:1.0: 1 port detected
    [    5.333835] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
    [    5.343894] hub 3-0:1.0: USB hub found
    [    5.343977] hub 3-0:1.0: 1 port detected
    [    5.349615] m_can_platform 20701000.can main_mcan0: renamed from can0
    [    5.573303] usb 2-1: new high-speed USB device number 2 using xhci-hcd
    [    5.700820] hub 2-1:1.0: USB hub found
    [    5.700976] hub 2-1:1.0: 4 ports detected
    [    6.799356] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.809475] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.810298] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.810408] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    6.810423] cfg80211: failed to load regulatory.db
    [    6.930616] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:09] driver [TI DP83867] (irq=POLL)
    [    6.930683] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    6.950728] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    6.950782] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    6.973916] audit: type=1701 audit(1735887988.149:2): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=491 comm="ti-apps-launche" exe="/usr/bin/ti-apps-launcher" sig=6 res=1
    [    8.995227] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   12.485511] audit: type=1006 audit(1735887993.660:3): pid=550 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=1 res=1
    [   12.485593] audit: type=1300 audit(1735887993.660:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff79a4498 a2=4 a3=0 items=0 ppid=1 pid=550 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.485607] audit: type=1327 audit(1735887993.660:3): proctitle="(weston)"
    

  • Hi,

    kmsprint is showing HDMI is connected, and it is setting up resolution as well as timing parameters. This indicates that software-wise HDMI should be set up, which also means DSI should also be set up correctly. Logs also indicate that a frame buffer is set up. 

    we can't check DSI CLK and data signals output.

    Could you clarify what this statement means? Is this describing an issue where you are probing the clock and data lines and there is no activity? Or is this a statement to say that your hardware does not have the capability to probe these lines?

    Is there any application that is ran to test the display, like weston or kmstest?

    Regards,

    Takuma

  • Hi taskuma,
        it is said that the clock and data lines is no activity output, so adv7535 driver cann't display also.

        I use kmstest to test.

  • Hi taskuma,

        how to config DSI0_TXNx/TXPx in the dts?

  • Hi taskuma,

    It is seem that the DSI0_TXNP don't need config, DSI0 clock and data has output.

    Now I can config DSI0 output, the adv7535 config in the i2c0 node, dsi0 config in the dsi0 node, how to connect dsi0 node and i2c0 node?

  • Hi,

    It is seem that the DSI0_TXNP don't need config, DSI0 clock and data has output.

    Right. DSI clock and data pins do not have any pinmuxing as they are reserved for DSI, so as long as DSI0 node is set up, it should be fine.

    Now I can config DSI0 output, the adv7535 config in the i2c0 node, dsi0 config in the dsi0 node, how to connect dsi0 node and i2c0 node?

    The DSI module on the SoC should not need a connection to I2C, but if the bridge device (or, unlikely in your case since it is HDMI, but if the display as well) requires I2C connection, you can define in device tree like the following:

    Regards,

    Takuma

  • 3264.am67_dsi0_config.txt
    / {
    	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>;
    			};
    		};
    	};
    };
    
    

    Hi Takuma,

        this config used the i2c connect the adv7535, but used this config, dsi0 no clock and data output, can you help me check this config setting?