Message ID | 20200417105739.3718-1-jbx6244@gmail.com |
---|---|
State | New |
Headers | show |
Series | [RFC] arm64: dts: rockchip: add core devicetree for rk3318 | expand |
diff --git a/arch/arm64/boot/dts/rockchip/rk3318.dtsi b/arch/arm64/boot/dts/rockchip/rk3318.dtsi new file mode 100644 index 000000000..a32f771bc --- /dev/null +++ b/arch/arm64/boot/dts/rockchip/rk3318.dtsi @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) + +#include "rk3328.dtsi"
The rk3318 is basically a rk3328 with improved gpu, so add a dtsi based on that. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm64/boot/dts/rockchip/rk3318.dtsi | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3318.dtsi