diff options
Diffstat (limited to 'dts/upstream/Bindings/mfd/google,cros-ec.yaml')
-rw-r--r-- | dts/upstream/Bindings/mfd/google,cros-ec.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dts/upstream/Bindings/mfd/google,cros-ec.yaml b/dts/upstream/Bindings/mfd/google,cros-ec.yaml index e1ca4f297c6..aac8819bd00 100644 --- a/dts/upstream/Bindings/mfd/google,cros-ec.yaml +++ b/dts/upstream/Bindings/mfd/google,cros-ec.yaml @@ -93,6 +93,11 @@ properties: '#size-cells': const: 0 + '#gpio-cells': + const: 2 + + gpio-controller: true + typec: $ref: /schemas/chrome/google,cros-ec-typec.yaml# @@ -275,6 +280,8 @@ examples: interrupts = <99 0>; interrupt-parent = <&gpio7>; spi-max-frequency = <5000000>; + #gpio-cells = <2>; + gpio-controller; proximity { compatible = "google,cros-ec-mkbp-proximity"; |