Commit 32b0cf03 authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Sudeep Holla

dt-bindings: arm: Remove obsolete RTSM DCSCB binding

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: default avatarRob Herring (Arm) <robh@kernel.org>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240510123238.3904779-2-robh@kernel.orgSigned-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent eb3f614a
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>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment