Message ID | 20190604172154.25472-1-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | Mainlined |
Commit | 355fb0e54e85316fedd2f688fc62917cc4a5bb81 |
Headers | show |
Series | [v2,1/2] dt-bindings: input: sun4i-lradc-keys: Add A64 compatible | expand |
diff --git a/Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt b/Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt index 496125c6bfb7..507b737612ea 100644 --- a/Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt +++ b/Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt @@ -5,6 +5,7 @@ Required properties: - compatible: should be one of the following string: "allwinner,sun4i-a10-lradc-keys" "allwinner,sun8i-a83t-r-lradc" + "allwinner,sun50i-a64-lradc", "allwinner,sun8i-a83t-r-lradc" - reg: mmio address range of the chip - interrupts: interrupt to which the chip is connected - vref-supply: powersupply for the lradc reference voltage
Add the A64 compatible with a fallback to the A83T compatible. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Changes from v1: - New patch. Document new compatible string. Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt | 1 + 1 file changed, 1 insertion(+)