[PATCH v2 1/3] media: dt-bindings: media: meson-ao-cec: Add support of ao-sysctrl syscon

From: Guillaume La Roque
Date: Fri Dec 13 2019 - 08:30:05 EST


ao-sysctrl syscon phandle property is needed for CEC wakeup support.
This property is optional.

Tested-by: Kevin Hilman <khilman@xxxxxxxxxxxx>
Signed-off-by: Guillaume La Roque <glaroque@xxxxxxxxxxxx>
---
.../devicetree/bindings/media/amlogic,meson-gx-ao-cec.yaml | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/media/amlogic,meson-gx-ao-cec.yaml b/Documentation/devicetree/bindings/media/amlogic,meson-gx-ao-cec.yaml
index 41197578f19a..1f721498d249 100644
--- a/Documentation/devicetree/bindings/media/amlogic,meson-gx-ao-cec.yaml
+++ b/Documentation/devicetree/bindings/media/amlogic,meson-gx-ao-cec.yaml
@@ -32,6 +32,10 @@ properties:
allOf:
- $ref: /schemas/types.yaml#/definitions/phandle

+ amlogic,ao-sysctrl:
+ description: phandle to the ao-sysctrl syscon
+ $ref: '/schemas/types.yaml#/definitions/phandle'
+
allOf:
- if:
properties:
--
2.17.1