From 04264f596cd7a706200407ff9305bcc591b08674 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Thu, 11 Nov 2021 18:02:54 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3588-linux: Remove debug node Signed-off-by: Tao Huang Change-Id: I91e24e7c4c5240956a175b3683dd3c4e187bc028 --- arch/arm64/boot/dts/rockchip/rk3588-linux.dtsi | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-linux.dtsi b/arch/arm64/boot/dts/rockchip/rk3588-linux.dtsi index dbaf0237a3fc..8da9c9d8edaf 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-linux.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588-linux.dtsi @@ -21,18 +21,6 @@ pinctrl-0 = <&uart2m0_xfer>; status = "okay"; }; - - debug: debug@81004000 { - compatible = "rockchip,debug"; - reg = <0x0 0x81004000 0x0 0x1000>, - <0x0 0x81005000 0x0 0x1000>, - <0x0 0x81006000 0x0 0x1000>, - <0x0 0x81007000 0x0 0x1000>, - <0x0 0x81024000 0x0 0x1000>, - <0x0 0x81025000 0x0 0x1000>, - <0x0 0x81026000 0x0 0x1000>, - <0x0 0x81027000 0x0 0x1000>; - }; };