mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Patches for RK356X, RK3576 and RK3588 are placed in a 'rockchip' folder under the Linux package dir. Boards use a common aarch64 arch defconfig. Patches for RK3288, RK3328 and RK3399 are moved to a 'rockchip-old' folder under the Linux package dir. Boards continue to use device level 6.16.y defconfigs to ensure all drivers are present, except for RK3288 which has been moved to the project level folder to be the common arm arch defconfig. Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
67 lines
1.9 KiB
Diff
67 lines
1.9 KiB
Diff
From 4d3154e1151a869b20cca421792ed2237c75ff9f Mon Sep 17 00:00:00 2001
|
|
From: Alex Bee <knaerzche@gmail.com>
|
|
Date: Wed, 2 Sep 2020 19:52:02 +0200
|
|
Subject: [PATCH 028/108] FROMGIT(6.18): arm64: dts: rockchip: enable the Mali
|
|
GPU on RK3328 boards
|
|
|
|
Add a gpu node to the rock64 board to enable the Mali GPU and
|
|
move the existing node from roc-pc to the shared roc dtsi to
|
|
enable it also for the roc-cc board.
|
|
|
|
Signed-off-by: Alex Bee <knaerzche@gmail.com>
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts | 4 ----
|
|
arch/arm64/boot/dts/rockchip/rk3328-roc.dtsi | 4 ++++
|
|
arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 4 ++++
|
|
3 files changed, 8 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts b/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts
|
|
index 329d03172433..c0b7b98ff788 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts
|
|
@@ -44,10 +44,6 @@ &codec {
|
|
mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
-&gpu {
|
|
- mali-supply = <&vdd_logic>;
|
|
-};
|
|
-
|
|
&pinctrl {
|
|
ir {
|
|
ir_int: ir-int {
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc.dtsi b/arch/arm64/boot/dts/rockchip/rk3328-roc.dtsi
|
|
index aa1d5a6d7fd5..3fe0c17fd2b1 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3328-roc.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-roc.dtsi
|
|
@@ -167,6 +167,10 @@ &gmac2io {
|
|
status = "okay";
|
|
};
|
|
|
|
+&gpu {
|
|
+ mali-supply = <&vdd_logic>;
|
|
+};
|
|
+
|
|
&hdmi {
|
|
status = "okay";
|
|
};
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
|
|
index 5367e5fa9232..592fd8ca21df 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
|
|
@@ -152,6 +152,10 @@ &gmac2io {
|
|
status = "okay";
|
|
};
|
|
|
|
+&gpu {
|
|
+ mali-supply = <&vdd_logic>;
|
|
+};
|
|
+
|
|
&hdmi {
|
|
avdd-0v9-supply = <&vdd_10>;
|
|
avdd-1v8-supply = <&vcc_18>;
|
|
--
|
|
2.34.1
|
|
|