mirror of
https://github.com/armbian/build.git
synced 2025-08-09 12:46:58 +02:00
* sunxi-6.0: initial state: add megous patches to series * sunxi-6.0: Switch to v6.0.1 * wifi: Limit the version 6.0 for Realtek 88x2cs chipsets * Adjust kernel configs * Remove not needed patches * Adjust broken patches Co-authored-by: Igor <igor@armbian.com>
36 lines
1017 B
Diff
36 lines
1017 B
Diff
From a1852d4239fec1e9f762e32668d290d9f4f561b6 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megi@xff.cz>
|
|
Date: Sun, 4 Sep 2022 22:34:56 +0200
|
|
Subject: [PATCH 264/486] arm64: dts: rk3399: Disable debug nodes
|
|
|
|
They hang boot with older levinboot, due to levinboot not enabling their PD.
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
index 9d5b0e8c9..f37da179d 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
@@ -382,6 +382,7 @@ usb_host1_ohci: usb@fe3e0000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
+/*
|
|
debug@fe430000 {
|
|
compatible = "arm,coresight-cpu-debug", "arm,primecell";
|
|
reg = <0 0xfe430000 0 0x1000>;
|
|
@@ -429,6 +430,7 @@ debug@fe710000 {
|
|
clock-names = "apb_pclk";
|
|
cpu = <&cpu_b1>;
|
|
};
|
|
+*/
|
|
|
|
usbdrd3_0: usb@fe800000 {
|
|
compatible = "rockchip,rk3399-dwc3";
|
|
--
|
|
2.35.3
|
|
|