diff options
author | Clément Péron <peron.clem@gmail.com> | 2019-06-08 01:10:54 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-08-04 11:35:56 +0200 |
commit | 020826f4ec57eb957d3f1a01902371d83dfce174 (patch) | |
tree | 9eac8e1d79dcb88246707c78b7e7752e0ced6051 /Documentation/devicetree/bindings/media | |
parent | media: rc: sunxi: Add RXSTA bits definition (diff) | |
download | linux-020826f4ec57eb957d3f1a01902371d83dfce174.tar.xz linux-020826f4ec57eb957d3f1a01902371d83dfce174.zip |
media: dt-bindings: media: sunxi-ir: Add A64 compatible
There are some minor differences between A31 and A64 driver.
But A31 IR driver is compatible with A64.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/media')
-rw-r--r-- | Documentation/devicetree/bindings/media/sunxi-ir.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/sunxi-ir.txt b/Documentation/devicetree/bindings/media/sunxi-ir.txt index 2e59a32a7e33..1dd287a4ab3a 100644 --- a/Documentation/devicetree/bindings/media/sunxi-ir.txt +++ b/Documentation/devicetree/bindings/media/sunxi-ir.txt @@ -5,6 +5,7 @@ Required properties: "allwinner,sun4i-a10-ir" "allwinner,sun5i-a13-ir" "allwinner,sun6i-a31-ir" + "allwinner,sun50i-a64-ir", "allwinner,sun6i-a31-ir" - clocks : list of clock specifiers, corresponding to entries in clock-names property; - clock-names : should contain "apb" and "ir" entries; |