Commit fd2762a6 authored by Christopher Obbard's avatar Christopher Obbard Committed by Heiko Stuebner

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: default avatarChristopher Obbard <chris.obbard@collabora.com>
Link: https://lore.kernel.org/r/20230710115025.507439-2-chris.obbard@collabora.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent dd4464ec
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <dt-bindings/leds/common.h> #include <dt-bindings/leds/common.h>
#include <dt-bindings/pwm/pwm.h> #include <dt-bindings/pwm/pwm.h>
#include "rk3399.dtsi" #include "rk3399.dtsi"
#include "rk3399-opp.dtsi"
/ { / {
aliases { aliases {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
/dts-v1/; /dts-v1/;
#include "rk3399-rock-pi-4.dtsi" #include "rk3399-rock-pi-4.dtsi"
#include "rk3399-opp.dtsi"
/ { / {
model = "Radxa ROCK Pi 4A"; model = "Radxa ROCK Pi 4A";
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
/dts-v1/; /dts-v1/;
#include "rk3399-rock-pi-4.dtsi" #include "rk3399-rock-pi-4.dtsi"
#include "rk3399-opp.dtsi"
/ { / {
model = "Radxa ROCK Pi 4B"; model = "Radxa ROCK Pi 4B";
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
/dts-v1/; /dts-v1/;
#include "rk3399-rock-pi-4.dtsi" #include "rk3399-rock-pi-4.dtsi"
#include "rk3399-opp.dtsi"
/ { / {
model = "Radxa ROCK Pi 4C"; model = "Radxa ROCK Pi 4C";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment