1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-03 23:18:59 +01:00

arm: dts: rockchip: fix include rk3xxx-u-boot.dtsi

Move the include for rk3xxx-u-boot.dtsi to rk3188-u-boot.dtsi
to stay in line with U-boot dtsi files.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Johan Jonker
2022-04-16 17:09:43 +02:00
committed by Kever Yang
parent c9b0051d67
commit 65a28bc4db
2 changed files with 1 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
*/
#include "rockchip-u-boot.dtsi"
#include "rk3xxx-u-boot.dtsi"
&global_timer {
status = "okay";

View File

@@ -9,7 +9,6 @@
#include <dt-bindings/clock/rk3188-cru.h>
#include <dt-bindings/power/rk3188-power.h>
#include "rk3xxx.dtsi"
#include "rk3xxx-u-boot.dtsi"
/ {
compatible = "rockchip,rk3188";