From: Jonas Karlman Date: Sat, 4 May 2024 19:42:59 +0000 (+0000) Subject: rockchip: rk356x: Add rk3568-u-boot.dtsi X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=bba356deda79d070f838b0999345b96c322a02b5;p=u-boot.git rockchip: rk356x: Add rk3568-u-boot.dtsi Add a -u-boot.dtsi file that gets included by default for RK356x boards when a board specific u-boot.dtsi file dont exists. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3568-u-boot.dtsi b/arch/arm/dts/rk3568-u-boot.dtsi new file mode 100644 index 0000000000..6e8307e3bd --- /dev/null +++ b/arch/arm/dts/rk3568-u-boot.dtsi @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) + +#include "rk356x-u-boot.dtsi"