diff options
author | Christopher Obbard <chris.obbard@collabora.com> | 2023-07-10 14:50:23 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-07-11 16:32:55 +0300 |
commit | fd2762a626461ca4d9d829431a8a7f9f8e6c3395 (patch) | |
tree | af74609a79d73d4d3b4be3ea04a274216f94715b /arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dts | |
parent | dd4464ecced6f07b0e62f67752928d1424883dee (diff) | |
download | linux-fd2762a626461ca4d9d829431a8a7f9f8e6c3395.tar.xz |
arm64: dts: rockchip: Move OPP table from ROCK Pi 4 dtsi
The ROCK 4SE uses the RK3399-T variant of the RK3399 SoC, which has some
changes to the OPP tables. Prepare for the bringup of this SoC by moving
the inclusion of existing OPP tables from the common devicetree into
each board-specific devicetree.
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
Link: https://lore.kernel.org/r/20230710115025.507439-2-chris.obbard@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dts b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dts index 89f2af5e111d..931334aa3d62 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dts @@ -6,6 +6,7 @@ /dts-v1/; #include "rk3399-rock-pi-4.dtsi" +#include "rk3399-opp.dtsi" / { model = "Radxa ROCK Pi 4A"; |