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:
Scott Worley 2021-08-03 16:13:49 -04:00 committed by Christopher Friedt
commit 7075b700b7
3 changed files with 6 additions and 109 deletions

View file

@ -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