I'm trying enable to mipi dsi on RK3566-PC. For that I'am using this documantation. https://download.t-firefly.com/product/Board/Common/Document/Developer/Rockchip_Developer_Guide_DRM_Panel_Porting_CN.pdf In this documantation there is a step for enable to mipi_dphy0. When I change the device tree for enable to mipi_dphy0, I take a kernel dts build error. When I added the code in following file to kernel/arch/arm64/boot/dts/rockchip/rk3566-firefly-roc-pc-mipi101_M101014_BE45_A1.dts file, &mipi_dphy0 { status = "okay"; } &mipi_dphy1 { status = "disabled"; } I took the error at following line: scripts/kconfig/conf --syncconfig Kconfig DTC arch/arm64/boot/dts/rockchip/rk3566-firefly-roc-pc-mipi101_M101014_BE45_A1.dtb CALL scripts/checksyscalls.sh Error: arch/arm64/boot/dts/rockchip/rk3566-firefly-roc-pc-mipi101_M101014_BE45_A1.dts:71.1-12 syntax error FATAL ERROR: Unable to parse input tree scripts/Makefile.lib:307: recipe for target 'arch/arm64/boot/dts/rockchip/rk3566-firefly-roc-pc-mipi101_M101014_BE45_A1.dtb' failed make[1]: *** [arch/arm64/boot/dts/rockchip/rk3566-firefly-roc-pc-mipi101_M101014_BE45_A1.dtb] Error 1 arch/arm64/Makefile:145: recipe for target 'rockchip/rk3566-firefly-roc-pc-mipi101_M101014_BE45_A1.dtb' failed make: *** [rockchip/rk3566-firefly-roc-pc-mipi101_M101014_BE45_A1.dtb] Error 2 make: *** Waiting for unfinished jobs.... ERROR: Running build_extboot failed! ERROR: exit code 2 from line 774: make ARCH=$RK_ARCH $RK_KERNEL_DTS.img -j$RK_JOBS How can I enable the mipi_dsi0 like says on documentation ? |
-
3.06 KB, Down times: 1