forked from devicetree-org/devicetree-specification
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
27 lines (25 loc) · 704 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TODO requirements for release v1.0:
Section 2 - The Devicetree
- Expand on generic names
- Add interrupts-extended
- Add note on not using underscore for prop names
Section 3 - Device nodes
- Add reserved-memory bindings
- Expand on aliases node
Section 6 - Device Bindings
- Add GPIO bindings
- Add I2C bindings
- Add SPI bindings
- Add clock bindings
- Add regulator bindings
Other
- Add ARM bindings
- CPU
- GIC
- SMMU
- PSCI & spin-table
- Idle states
Note: When copying in bindings documented in the Linux kernel tree,
you *must* contact the original authors,
and get permission for relicensing to Apache v2.
Patches for those bindings must have "Acked-by"s from the original author(s).