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

36 lines
1023 B
Diff

From 2fb69ae2fc6fe49c367f2833132d8bdc54e69101 Mon Sep 17 00:00:00 2001
From: Ondrej Jirman <megi@xff.cz>
Date: Sun, 4 Sep 2022 22:34:56 +0200
Subject: [PATCH 272/469] 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 928948e7c7bb..86ba34e91069 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.34.1