Microchip: MEC172x: Device tree constant property cleanup
Microchip XEC two custom DT properies girqs and pcrs cell sizes are defined as constants. There is no need to replicate these is the chip DTSI since the value cannot be changes. Fix the syntax of the cell size constant to match the naming convention used thoughout DT. Signed-off-by: Scott Worley <scott.worley@microchip.com>
This commit is contained in:
parent
148005bfe1
commit
7075b700b7
3 changed files with 6 additions and 109 deletions
|
@ -37,18 +37,18 @@ properties:
|
|||
required: true
|
||||
description: PCR sleep enable register index and bit position.
|
||||
|
||||
"girqs-cells":
|
||||
"girq-cells":
|
||||
type: int
|
||||
const: 2
|
||||
|
||||
"#pcrs-cells":
|
||||
"#pcr-cells":
|
||||
type: int
|
||||
const: 2
|
||||
|
||||
girqs-cells:
|
||||
girq-cells:
|
||||
- girq_num
|
||||
- bitpos
|
||||
|
||||
pcrs-cells:
|
||||
pcr-cells:
|
||||
- reg_index
|
||||
- bitpos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue