u-boot/arch/arm/dts/rk3188-u-boot.dtsi
Johan Jonker 65a28bc4db 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>
2022-04-18 11:25:13 +08:00

20 lines
329 B
Text

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
*/
#include "rockchip-u-boot.dtsi"
#include "rk3xxx-u-boot.dtsi"
&global_timer {
status = "okay";
};
&gpio0 {
compatible = "rockchip,gpio-bank";
};
&pmu {
compatible = "rockchip,rk3188-pmu", "syscon", "simple-mfd";
};