build/patch/kernel/archive/sunxi-6.1/patches.megous/arm64-dts-rk3399-Disable-debug-nodes.patch

36 lines
1023 B
Diff
Raw Normal View History

From d089d4eaa1903195676f1d280bc203a5e9fcac62 Mon Sep 17 00:00:00 2001
From: Ondrej Jirman <megi@xff.cz>
Date: Sun, 4 Sep 2022 22:34:56 +0200
Subject: [PATCH 267/389] 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 92c2207e686c..bf7e889726db 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