On 14/04/2024 15:15, Jonas Karlman wrote: > The Radxa ZERO 3W/3E is an ultra-small, high-performance single board > computer based on the Rockchip RK3566, with a compact form factor and > rich interfaces. > > The ZERO 3W and ZERO 3E are basically the same size and model, but > differ only in storage and network interfaces. > > - eMMC (3W) > - SD-card (both) > - Ethernet (3E) > - WiFi/BT (3W) > > This adds initial support for eMMC, SD-card, Ethernet, HDMI and USB. > > Signed-off-by: Jonas Karlman <jonas@xxxxxxxxx> > --- > .../dts/rockchip/rk3566-radxa-zero-3e.dts | 41 ++ > .../dts/rockchip/rk3566-radxa-zero-3w.dts | 26 + > .../boot/dts/rockchip/rk3566-radxa-zero3.dtsi | 443 ++++++++++++++++++ > 3 files changed, 510 insertions(+) How do you build your patches? That's rhetorical, because they cannot be built... Missing Makefile. Are you sure therefore that your dts pass dtbs_check? If this is not in Makefile, how did you run the command? Best regards, Krzysztof