diff options
author | Rob Herring (Arm) <[email protected]> | 2024-05-10 07:32:36 -0500 |
---|---|---|
committer | Sudeep Holla <[email protected]> | 2024-05-29 23:25:11 +0100 |
commit | 32b0cf0379b6e8ce0e3078f60a5d421085529f60 (patch) | |
tree | 6f72c9e650019ae1e8c54fe0356ecc44f63dfae8 | |
parent | eb3f614ae48202ca5879eef7995e2cdf11f15662 (diff) |
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: Rob Herring (Arm) <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sudeep Holla <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/rtsm-dcscb.txt | 19 |
1 files changed, 0 insertions, 19 deletions
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>; - }; |