diff mbox series

[2/2] dt-bindings: arm: Remove obsolete RTSM DCSCB binding

Message ID 20240510123238.3904779-2-robh@kernel.org (mailing list archive)
State New, archived
Headers show
Series [1/2] arm: vexpress: Remove obsolete RTSM DCSCB support | expand

Commit Message

Rob Herring (Arm) May 10, 2024, 12:32 p.m. UTC
The Arm VExpress DCSCB binding is unused and was only ever used on a s/w
model over 10 years ago. Remove it.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/arm/rtsm-dcscb.txt    | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/rtsm-dcscb.txt

Comments

Conor Dooley May 11, 2024, 12:43 p.m. UTC | #1
On Fri, May 10, 2024 at 07:32:36AM -0500, Rob Herring (Arm) wrote:
> The Arm VExpress DCSCB binding is unused and was only ever used on a s/w
> model over 10 years ago. Remove it.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.
Linus Walleij May 13, 2024, 8:37 p.m. UTC | #2
On Fri, May 10, 2024 at 2:32 PM Rob Herring (Arm) <robh@kernel.org> wrote:

> The Arm VExpress DCSCB binding is unused and was only ever used on a s/w
> model over 10 years ago. Remove it.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/rtsm-dcscb.txt b/Documentation/devicetree/bindings/arm/rtsm-dcscb.txt
deleted file mode 100644
index 3b8fbf3c00c5..000000000000
--- a/Documentation/devicetree/bindings/arm/rtsm-dcscb.txt
+++ /dev/null
@@ -1,19 +0,0 @@ 
-ARM Dual Cluster System Configuration Block
--------------------------------------------
-
-The Dual Cluster System Configuration Block (DCSCB) provides basic
-functionality for controlling clocks, resets and configuration pins in
-the Dual Cluster System implemented by the Real-Time System Model (RTSM).
-
-Required properties:
-
-- compatible : should be "arm,rtsm,dcscb"
-
-- reg : physical base address and the size of the registers window
-
-Example:
-
-	dcscb@60000000 {
-		compatible = "arm,rtsm,dcscb";
-		reg = <0x60000000 0x1000>;
-	};