- materialized overwrites:
- `add-board-helios64.patch`
- `add-board-orangepi-r1-plus.patch`
- `add-driver-for-Motorcomm-YT85xx+PHYs.patch`
- `add-board-rk3328-roc-pc.patch`
- not touched: wifi patches, those still require work before rebase is consistent.
- `wifi-4003-uwe5622-adjust-for-rockchip.patch`
- this patch is done on top of the wifi drivers patches exclusively, and fails to apply out of tree.
- we should probably consider moving this into the wifi drivers patch harness, not in the rockchip tree.
45 lines
1.6 KiB
Diff
45 lines
1.6 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
Date: Wed, 8 Mar 2023 11:12:22 +0100
|
|
Subject: [ARCHEOLOGY] rockchip64: enable dmc on Rock PI E board
|
|
|
|
> X-Git-Archeology: - Revision 4ea9330e5185e1c6e248af035cc615d23408316d: https://github.com/armbian/build/commit/4ea9330e5185e1c6e248af035cc615d23408316d
|
|
> X-Git-Archeology: Date: Wed, 08 Mar 2023 11:12:22 +0100
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: rockchip64: enable dmc on Rock PI E board
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 34ae84fac5d0b66a1ab2d1e51534b7beb13ef245: https://github.com/armbian/build/commit/34ae84fac5d0b66a1ab2d1e51534b7beb13ef245
|
|
> X-Git-Archeology: Date: Fri, 05 May 2023 14:22:00 +0200
|
|
> X-Git-Archeology: From: amazingfate <liujianfeng1994@gmail.com>
|
|
> X-Git-Archeology: Subject: bump rockchip64 edge to v6.3
|
|
> X-Git-Archeology:
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
|
|
index 018a3a5075c7..9b3453cece85 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
|
|
@@ -15,6 +15,7 @@
|
|
#include <dt-bindings/pinctrl/rockchip.h>
|
|
|
|
#include "rk3328.dtsi"
|
|
+#include "rk3328-dram-default-timing.dtsi"
|
|
|
|
/ {
|
|
model = "Radxa ROCK Pi E";
|
|
@@ -388,3 +389,9 @@ &usbdrd3 {
|
|
&usb_host0_ehci {
|
|
status = "okay";
|
|
};
|
|
+
|
|
+&dmc {
|
|
+ status = "okay";
|
|
+ center-supply = <&vdd_log>;
|
|
+ ddr_timing = <&ddr_timing>;
|
|
+};
|
|
--
|
|
Armbian
|
|
|