diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2019-06-04 19:21:53 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-06-05 13:51:13 +0200 |
commit | 355fb0e54e85316fedd2f688fc62917cc4a5bb81 (patch) | |
tree | 27ed61b7651506da93780e4f09d33b2b563a851e /Documentation/devicetree/bindings/input | |
parent | ae3ceed0a399fa0cc83410ce7bbf3a1675b733a9 (diff) | |
download | linux-stable-355fb0e54e85316fedd2f688fc62917cc4a5bb81.tar.gz linux-stable-355fb0e54e85316fedd2f688fc62917cc4a5bb81.tar.bz2 linux-stable-355fb0e54e85316fedd2f688fc62917cc4a5bb81.zip |
dt-bindings: input: sun4i-lradc-keys: Add A64 compatible
Add the A64 compatible with a fallback to the A83T compatible.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'Documentation/devicetree/bindings/input')
-rw-r--r-- | Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |