Skip to content

Commit bb7854d

Browse files
galakcarlescufi
authored andcommitted
dts: bindings: microchip: Remove unused cell related bits
various microchip bindings set 'girq-cells' and 'pcr-cells' sections in the bindings. However the bindings where for the client nodes and thus do not need to set these. Signed-off-by: Kumar Gala <[email protected]>
1 parent a7c3e7e commit bb7854d

14 files changed

+0
-162
lines changed

dts/bindings/adc/microchip,xec-adc-v2.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,5 @@ properties:
3434
pinctrl-names:
3535
required: true
3636

37-
"#girq-cells":
38-
type: int
39-
const: 2
40-
41-
"#pcr-cells":
42-
type: int
43-
const: 2
44-
4537
io-channel-cells:
4638
- input
47-
48-
girq-cells:
49-
- girqnum
50-
- bitpos
51-
52-
pcr-cells:
53-
- regidx
54-
- bitpos

dts/bindings/espi/microchip,xec-espi-host-dev.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,7 @@ properties:
7474
type: int
7575
const: 3
7676

77-
"#girq-cells":
78-
type: int
79-
const: 1
80-
81-
"#pcr-cells":
82-
type: int
83-
const: 2
84-
8577
emi-mem-cells:
8678
- base
8779
- rdlimit
8880
- wrlimit
89-
90-
girq-cells:
91-
- girqinfo
92-
93-
pcr-cells:
94-
- reg_idx
95-
- bitpos

dts/bindings/espi/microchip,xec-espi-v2.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,3 @@ properties:
3333

3434
pinctrl-names:
3535
required: true
36-
37-
"#girq-cells":
38-
type: int
39-
const: 1
40-
41-
"#pcr-cells":
42-
type: int
43-
const: 2
44-
45-
girq-cells:
46-
- girqinfo
47-
48-
pcr-cells:
49-
- regidx
50-
- bitpos

dts/bindings/i2c/microchip,xec-i2c-v2.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,3 @@ properties:
3131

3232
pinctrl-names:
3333
required: true
34-
35-
"#girq-cells":
36-
type: int
37-
const: 2
38-
39-
"pcr-cells":
40-
type: int
41-
const: 2
42-
43-
girq-cells:
44-
- girq_num
45-
- bitpos
46-
47-
pcr-cells:
48-
- regidx
49-
- bitpos

dts/bindings/kscan/microchip,xec-kscan.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,3 @@ properties:
3636
type: array
3737
required: true
3838
description: ADC PCR register index and bit position
39-
40-
girq-cells:
41-
- girqnum
42-
- bitpos
43-
44-
pcr-cells:
45-
- regidx
46-
- bitpos

dts/bindings/mtd/microchip,xec-eeprom.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,3 @@ properties:
2222
type: array
2323
required: true
2424
description: PS2 PCR register index and bit position
25-
26-
girq-cells:
27-
- girqnum
28-
- bitpos
29-
30-
pcr-cells:
31-
- regidx
32-
- bitpos

dts/bindings/peci/microchip,xec-peci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,3 @@ properties:
2323
type: array
2424
required: true
2525
description: ADC PCR register index and bit position
26-
27-
girq-cells:
28-
- girqnum
29-
- bitpos
30-
31-
pcr-cells:
32-
- regidx
33-
- bitpos

dts/bindings/ps2/microchip,xec-ps2.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,3 @@ properties:
2525
type: array
2626
required: true
2727
description: PS2 PCR register index and bit position
28-
29-
girq-cells:
30-
- girqnum
31-
- bitpos
32-
33-
pcr-cells:
34-
- regidx
35-
- bitpos

dts/bindings/pwm/microchip,xec-pwm.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ properties:
1919
"#pwm-cells":
2020
const: 2
2121

22-
pcr-cells:
23-
- regidx
24-
- bitpos
25-
2622
pwm-cells:
2723
- channel
2824
- period

dts/bindings/rtc/microchip,xec-timer.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,3 @@ properties:
3636
type: array
3737
required: true
3838
description: PCR sleep enable register index and bit position.
39-
40-
"#girq-cells":
41-
type: int
42-
const: 2
43-
44-
"#pcr-cells":
45-
type: int
46-
const: 2
47-
48-
girq-cells:
49-
- girq_num
50-
- bitpos
51-
52-
pcr-cells:
53-
- reg_index
54-
- bitpos

0 commit comments

Comments
 (0)