Our current setup is we have an LCD on DP0. It is setup as below. We simply want to have that from DP0 to DP1. Should I be able to replace sor0 with sor1 as shown in the figure below:
You could try to read how the current setup does first and then modify by yourself…
This whole thing is open source and not difficult thing, so you could try first.
After you change the dc-connector, you may still need to check if sor1 really has the setting you need.
Please also provide us the dmesg along with this dts. You should always give out things like that. If you provide a new dts, then give out corresponding dmesg too.
I notice your schematic seems to be a LCD but not a external monitor. However, actually Xavier and Orin both do not really support eDP. The driver path may use the external DP case in current setup.
I reviewed the pin assignments and HPD appears to be set correctly.
We are using Jetpack 5.12 and I would like to check that the configuration is correct on the board. I have used /sys/kernel/debug/tegra_pinctrl_reg, but I don’t see it.
Can you suggest what other files or tools I can use to verify the configuration on the device matches my .cfg files etc.
I think you better clarifying what kind of review you are doing there because I am not talking about hardware but just pinmux configuration. It is software setting under Linux_for_Tegra/bootloader/t186ref and Linux_for_Tegra/bootloader/.
You could also attach the pinmux file which you believe you are using.
We are using Jetpack 5.12 and I would like to check that the configuration is correct on the board. I have used /sys/kernel/debug/tegra_pinctrl_reg, but I don’t see it.
Some correction for your comment.
There is no “5.12”. Only “5.1.2”.
Don’t see what thing there? If you are talking about pinctrl, then you could check /sys/kernel/debug/pinctrl
In your previous device tree that shared with us, actually your dp_aux_ch1_hpd_pm1 is still set to RSVD. So please make sure they are aligned with your cfg.
And you could check your flash log and make sure it really the cfg file you modified that got in use.
I won’t know if that file got flashed on your side. You have to read the flash log by yourself to confirm that.