Skip to content

Commit

Permalink
fix: build CAN dtbo when CONFIG_CPU_RK3576 is defined
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Chen <[email protected]>
  • Loading branch information
RadxaStephen authored and RadxaYuntian committed Dec 14, 2024
1 parent 928e9e1 commit f96f9c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/arm64/boot/dts/rockchip/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ dtb-$(CONFIG_CPU_RK3568) += \
rock-3c-radxa-display-10hd.dtbo

dtb-$(CONFIG_CLK_RK3576) += \
rk3576-can1-m1.dtbo \
rk3576-can1-m3.dtbo \
rk3576-i2c5-m1.dtbo \
rk3576-i2c6-m3.dtbo \
rk3576-i2c8-m1.dtbo \
Expand All @@ -369,7 +367,8 @@ dtb-$(CONFIG_CLK_RK3576) += \
rk3576-uart7-m0.dtbo

dtb-$(CONFIG_CPU_RK3576) += \

rk3576-can1-m1.dtbo \
rk3576-can1-m3.dtbo

dtb-$(CONFIG_CLK_RK3588) += \
radxa-nx5-io-okdo-camera-5mp-cam0.dtbo \
Expand Down

0 comments on commit f96f9c6

Please sign in to comment.