Seven S Posted August 9, 2023 Posted August 9, 2023 I want to modife the dts file to support my device . But the dts file in source has some other file ,such as: 4 #include <dt-bindings/gpio/gpio.h> 5 #include <dt-bindings/leds/common.h> 6 #include <dt-bindings/pinctrl/rockchip.h> 7 #include <dt-bindings/soc/rockchip,vop2.h> 8 #include "rk3568.dtsi" and than I want to compile this dts file by dtc , has some error: Error: rk3568-hm.dts:4.1-9 syntax error FATAL ERROR: Unable to parse input tree so, how can I do that ? Could I compile the device tree separately? No compile all project or patch? thx u bro 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.