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.

AM6548: How to configure the device tree for oldi display

Part Number: AM6548

Dear TI

We want to use the am65x(linux sdk) to connect to the hdmi screen

Because GPMC has been used, We use the OLDI interface to connect to IT62633 for html screen output

The device tree I configured is as follows

But It can’t find any devices when I use the modetest command

How to configure the device tree for following ???

Thanks~

device tree:

-------------------------------------------------------------------

&dss {
status = "ok";
compatible = "rocktech,rk101ii01d-ct";

port {
lcd_in0: endpoint {
remote-endpoint = <&oldi_out0>;
};
};

};

&dss_ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;

oldi_out0: endpoint {
remote-endpoint = <&lcd_in0>;
};
};
};

modetest

--------------------------------------------

root@am65xx-evm:~# modetest
trying to open device 'i915'...failed
trying to open device 'amdgpu'...failed
trying to open device 'radeon'...failed
trying to open device 'nouveau'...failed
trying to open device 'vmwgfx'...failed
trying to open device 'omapdrm'...failed
trying to open device 'exynos'...failed
trying to open device 'tilcdc'...failed
trying to open device 'msm'...failed
trying to open device 'sti'...failed
trying to open device 'tegra'...failed
trying to open device 'imx-drm'...failed
trying to open device 'rockchip'...failed
trying to open device 'atmel-hlcdc'...failed
trying to open device 'fsl-dcu-drm'...failed
trying to open device 'vc4'...failed
trying to open device 'virtio_gpu'...failed
trying to open device 'mediatek'...failed
trying to open device 'meson'...failed
trying to open device 'pl111'...failed
trying to open device 'stm'...failed
trying to open device 'sun4i-drm'...failed
trying to open device 'armada-drm'...failed
no device found
root@am65xx-evm:~# ^C

menuconfig

---------------------------------------------

#
# Graphics support
#
# CONFIG_VGA_ARB is not set
CONFIG_DRM=y
CONFIG_DRM_MIPI_DSI=y
# CONFIG_DRM_DP_AUX_CHARDEV is not set
# CONFIG_DRM_DEBUG_MM is not set
# CONFIG_DRM_DEBUG_SELFTEST is not set
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
# CONFIG_DRM_DP_CEC is not set
CONFIG_DRM_GEM_CMA_HELPER=y
CONFIG_DRM_KMS_CMA_HELPER=y
CONFIG_DRM_VM=y