diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-03 21:14:07 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-09-14 14:49:01 -0600 |
commit | 5d7fb8b80f5eb92e14d5bf28f5272d6d2e33ba09 (patch) | |
tree | 66e3ba613489f6ed7aac498c643b602f2bd3f5b8 /Documentation/devicetree | |
parent | 6a1aa95508fc178ac855b3f68185417654489460 (diff) | |
download | linux-5d7fb8b80f5eb92e14d5bf28f5272d6d2e33ba09.tar.gz linux-5d7fb8b80f5eb92e14d5bf28f5272d6d2e33ba09.tar.bz2 linux-5d7fb8b80f5eb92e14d5bf28f5272d6d2e33ba09.zip |
dt-bindings: mfd: google,cros-ec: Add missing properties
Add common properties appearing in DTSes (controller-data,
wakeup-source) to partially fix dtbs_check warnings like:
arch/arm/boot/dts/exynos5250-snow.dt.yaml: embedded-controller@1e:
'keyboard-controller', 'wakeup-source' do not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/exynos5800-peach-pi.dt.yaml: cros-ec@0:
'controller-data', 'i2c-tunnel', 'keyboard-controller' do not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200903191407.12686-1-krzk@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/google,cros-ec.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml b/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml index 6a7279a85ec1..f49c0d5d31ad 100644 --- a/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml +++ b/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml @@ -30,6 +30,11 @@ properties: For implementations of the EC is connected through RPMSG. const: google,cros-ec-rpmsg + controller-data: + description: + SPI controller data, see bindings/spi/spi-samsung.txt + type: object + google,cros-ec-spi-pre-delay: description: This property specifies the delay in usecs between the @@ -63,6 +68,9 @@ properties: interrupts: maxItems: 1 + wakeup-source: + description: Button can wake-up the system. + required: - compatible |