Create a dts with "camera-control-output-high" on Jetson Thor

Hi,
我在 t264/nv-public/overlay/ 目錄下新增了 tegra264-p3971-camera-customized-camera_1.dts。
我需要將 CAM0_RST_L & CAM0_PWDN 設為 high,所以我設定了camera-control-output-high。
在我選擇我的 device tree 之前,我使用 cat /sys/kernel/debug/gpio 確認了 CAM0_RST_L & CAM0_PWDN 狀態為 low.。
我選擇我的 device tree 並 reboot 後,再次使用 cat /sys/kernel/debug/gpio 確認 CAM0_RST_L & CAM0_PWDN 狀態,但我卻無法看到 gpiochip2 了。
若我將 camera-control-output-high改成camera-control-output-low。再次使用 cat /sys/kernel/debug/gpio 確認 CAM0_RST_L & CAM0_PWDN 狀態,就能再次看到CAM0_RST_L & CAM0_PWDN 狀態為 low.。
可以幫我確認下這個問題嗎?

hello Amber.Tsai,

would you like to have GPIO pin initial state as high? active low when toggle the pin state change?

Dear @JerryChang , yes, I need both GPIO pin initial state as high. It seems be low currently.

hello Amber.Tsai,

you may refer to developer guide, Change the Pinmux to update the pin settings.

@JerryChang for reference and your info:

The part in the documentation you reference to for Thor is not complete and not usable at the moment.

Hi @Amber.Tsai,

Please configure these 2 pins as following in pinmux spreadsheet for this use case.
image
image

It is not the expected result to me that gpiochip2 is the GPIO controller for tegra264-gpio-main. Please share the full result when you hit this issue.

Hi @p.bergin

The PADCTL register will not be mentioned in Thor TRM as we wish customer just referring to our developer guide and use pinmux spreadsheet to configure the pinmux.