dts/bindings: Convert compound to phandle-array type
Convert type from compound to phandle-array for various bindings that have properties like like <FOO>-gpios, pwms, clocks, interrupt-extended, etc. that are phandle-array's. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
378254ad13
commit
57c0ea3acd
53 changed files with 84 additions and 84 deletions
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "ti,tlv320dac"
|
||||
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ properties:
|
|||
description: interrupts for device
|
||||
|
||||
interrupts-extended:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: extended interrupt specifier for device
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ properties:
|
|||
description: Human readable string describing the device (used by Zephyr for API name)
|
||||
|
||||
clocks:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: Clock gate information
|
||||
|
||||
|
|
|
|||
|
|
@ -21,5 +21,5 @@ properties:
|
|||
constraint: "zephyr,bt-hci-spi-slave"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@ properties:
|
|||
constraint: "zephyr,bt-hci-spi"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ properties:
|
|||
compatible:
|
||||
constraint: "microchip,mcp2515"
|
||||
int-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
reg:
|
||||
type: array
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ properties:
|
|||
constraint: "ilitek,ili9340"
|
||||
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
||||
cmd-data-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -17,11 +17,11 @@ properties:
|
|||
constraint: "sitronix,st7789v"
|
||||
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
cmd-data-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
height:
|
||||
|
|
|
|||
|
|
@ -57,5 +57,5 @@ properties:
|
|||
description: Duration of the pre-charge period
|
||||
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -82,13 +82,13 @@ properties:
|
|||
description: Last column address is mapped to first segment
|
||||
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
dc-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
busy-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@ properties:
|
|||
compatible:
|
||||
constraint: "microchip,enc28j60"
|
||||
int-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ properties:
|
|||
sub-node:
|
||||
properties:
|
||||
gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
label:
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ properties:
|
|||
sub-node:
|
||||
properties:
|
||||
gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
label:
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ properties:
|
|||
constraint: "nxp,mcr20a"
|
||||
|
||||
irqb-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -17,25 +17,25 @@ properties:
|
|||
constraint: "ti,cc2520"
|
||||
|
||||
vreg-en-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
||||
fifo-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
||||
cca-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
||||
sfd-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
||||
fifop-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -20,6 +20,6 @@ properties:
|
|||
label:
|
||||
category: required
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: IRQ pin
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ properties:
|
|||
sub-node:
|
||||
properties:
|
||||
pwms:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
label:
|
||||
|
|
|
|||
|
|
@ -17,10 +17,10 @@ properties:
|
|||
compatible:
|
||||
constraint: "skyworks,sky13351"
|
||||
vctl1-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
description: VCTL1 pin
|
||||
vctl2-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
description: VCTL2 pin
|
||||
|
|
|
|||
|
|
@ -20,12 +20,12 @@ properties:
|
|||
category: required
|
||||
|
||||
pwr-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: Power pin
|
||||
|
||||
cd-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: Detect pin
|
||||
|
||||
|
|
|
|||
|
|
@ -20,13 +20,13 @@ properties:
|
|||
category: required
|
||||
|
||||
mdm-power-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
mdm-reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
mdm-vint-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -20,26 +20,26 @@ properties:
|
|||
category: required
|
||||
|
||||
mdm-boot-mode-sel-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
mdm-power-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
mdm-keep-awake-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
mdm-reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
mdm-shld-trans-ena-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
mdm-send-ok-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: UART RTS pin if no HW flow control (set to always enabled)
|
||||
|
|
|
|||
|
|
@ -32,14 +32,14 @@ properties:
|
|||
description: flash capacity in bits
|
||||
|
||||
wp-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: WPn pin
|
||||
hold-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: HOLDn pin
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: RESETn pin
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "adi,adt7420"
|
||||
|
||||
int-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "adi,adxl362"
|
||||
|
||||
int1-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "adi,adxl372"
|
||||
|
||||
int1-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ properties:
|
|||
constraint: "adi,adxl372"
|
||||
|
||||
int1-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "avago,apds9960"
|
||||
|
||||
int-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "bosch,bmi160"
|
||||
|
||||
int-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ properties:
|
|||
constraint: "nxp,fxas21002"
|
||||
|
||||
int1-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
||||
int2-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -18,13 +18,13 @@ properties:
|
|||
constraint: "nxp,fxos8700"
|
||||
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
||||
int1-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
||||
int2-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@ properties:
|
|||
compatible:
|
||||
constraint: "sensirion,sht3xd"
|
||||
alert-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: ALERT pin
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ properties:
|
|||
constraint: "st,hts221"
|
||||
|
||||
drdy-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: DRDY pin
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "st,lis2dh"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ properties:
|
|||
constraint: "st,lis2dh"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "st,lis2ds12"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ properties:
|
|||
constraint: "st,lis2ds12"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "st,lis2dw12"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ properties:
|
|||
constraint: "st,lis2dw12"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "st,lis2mdl-magn"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "st,lis3dh"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
category: optional
|
||||
type: phandle-array
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ properties:
|
|||
constraint: "st,lps22hh"
|
||||
|
||||
drdy-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: DRDY pin
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ properties:
|
|||
constraint: "st,lps22hh"
|
||||
|
||||
drdy-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: DRDY pin
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ properties:
|
|||
constraint: "st,lsm6dsl"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ properties:
|
|||
constraint: "st,lsm6dsl"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ properties:
|
|||
constraint: "st,lsm6dso"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ properties:
|
|||
constraint: "st,lsm6dso"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "st,lsm9ds0-gyro"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "st,lsm9ds0-mfd"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ properties:
|
|||
constraint: "st,stts751"
|
||||
|
||||
drdy-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: DRDY pin
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ properties:
|
|||
constraint: "ti,hdc"
|
||||
|
||||
drdy-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -29,5 +29,5 @@ properties:
|
|||
label:
|
||||
category: required
|
||||
cs-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ properties:
|
|||
manual defines USB packet SRAM size.
|
||||
|
||||
disconnect-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
description: Some boards use a USB DISCONNECT pin to enable
|
||||
the pull-up resistor on USB Data Positive signal.
|
||||
|
|
|
|||
|
|
@ -17,13 +17,13 @@ properties:
|
|||
constraint: "atmel,winc1500"
|
||||
|
||||
irq-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
reset-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
enable-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
|
|
|||
|
|
@ -17,17 +17,17 @@ properties:
|
|||
constraint: "inventek,eswifi"
|
||||
|
||||
resetn-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
data-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: required
|
||||
|
||||
wakeup-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
||||
boot0-gpios:
|
||||
type: compound
|
||||
type: phandle-array
|
||||
category: optional
|
||||
|
|
|
|||
Loading…
Reference in a new issue