Skip to content

Commit 8db663e

Browse files
authored
remove inaccurate DTS entry from CLIC spec.
AIA and PLIC specs do not contain DTS entries. However, Spike model does. appending this DTS entry issue spike issue #242 Closing. Removing inaccurate DTS entry currently in the CLIC spec. Signed-off-by: Dan Smathers <dan.smathers@seagate.com>
1 parent 77f20a4 commit 8db663e

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

clic.adoc

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
:stem: latexmath
3939
:description: RISC-V Core-Local Interrupt Controller
4040
:company: RISC-V.org
41-
:revdate: 02/05/2024
41+
:revdate: 02/09/2024
4242
:revnumber: 0.9-draft
4343
:revremark: This document is in the Development state. Assume anything can change. See https://wiki.riscv.org/display/HOME/Specification+States
4444
:url-riscv: http://riscv.org
@@ -133,6 +133,7 @@ Creative Commons Attribution 4.0 International License.
133133
[source]
134134
----
135135
Date Description
136+
02/09/2024 issue #91 - Removed incorrect DTS entry. Moving DTS entry task to spike issue #242 instead of being in CLIC spec.
136137
02/05/2024 issue #367 - clicintip/ie clarification
137138
12/19/2023 issue #303 - Clarify behavior of CSRs when switching between CLIC and CLINT modes
138139
10/10/2023 issue #307 - NUM_INTERRUPT parameter text cleanup
@@ -3154,32 +3155,6 @@ ID Interrupt
31543155
[appendix]
31553156
== Appendix
31563157

3157-
=== Prototype DTS Entry
3158-
Modified from Example at https://elinux.org/Device_Tree_Usage
3159-
3160-
[source]
3161-
----
3162-
/dts-v1/;
3163-
3164-
/ {
3165-
...
3166-
3167-
interrupt-parent = <&intc>;
3168-
3169-
...
3170-
3171-
intc: interrupt-controller@MCLICBASE {
3172-
compatible = "xxx,xxx";
3173-
reg = <MCLICBASE 0x5000 >;
3174-
interrupt-controller;
3175-
#interrupt-cells = <NUM_INTERRUPT>;
3176-
};
3177-
3178-
...
3179-
3180-
};
3181-
----
3182-
31833158
[[bibliography]]
31843159
== Bibliography
31853160

0 commit comments

Comments
 (0)