Message ID | 20221006185333.v7.3.I52e4b4b20e2eb0ae20f2a9bb198aa6410f04cf16@changeid |
---|---|
State | Accepted |
Commit | a01aca4b05174b6dee2392ec44406f85e0f8bd46 |
Headers | show |
Series | [v7,1/4] dt-bindings: arm: qcom: Separate LTE/WIFI SKU for sc7280-evoker | expand |
diff --git a/Documentation/devicetree/bindings/input/goodix,gt7375p.yaml b/Documentation/devicetree/bindings/input/goodix,gt7375p.yaml index fe1c5016f7f31..1c191bc5a1782 100644 --- a/Documentation/devicetree/bindings/input/goodix,gt7375p.yaml +++ b/Documentation/devicetree/bindings/input/goodix,gt7375p.yaml @@ -16,8 +16,11 @@ description: properties: compatible: - items: + oneOf: - const: goodix,gt7375p + - items: + - const: goodix,gt7986u + - const: goodix,gt7375p reg: enum:
Add an goodix touch screen chip GT7986U. Signed-off-by: Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com> --- Changes in v7: - goodix gt7986 dt bindings added in v7 Documentation/devicetree/bindings/input/goodix,gt7375p.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)