diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-08-20 12:54:21 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-09-02 01:26:24 +0300 |
commit | e3ee59f63698c919c6f54deaa0e5678912f1940b (patch) | |
tree | 80780db7d3e14d9de18183f27b620fa385338f85 /Documentation/devicetree/bindings/media | |
parent | 9bfd6329333a0430799ca7d2e1e2087fe3d0feec (diff) | |
download | linux-e3ee59f63698c919c6f54deaa0e5678912f1940b.tar.xz |
dt-bindings: media: meson-ir: Add Meson8b and GXBB compatible strings
New bindings are needed as the register layout on the newer platforms
is slightly different compared to Meson6b.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Rob Herring <robh@kernel.org>
Tested-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'Documentation/devicetree/bindings/media')
-rw-r--r-- | Documentation/devicetree/bindings/media/meson-ir.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/meson-ir.txt b/Documentation/devicetree/bindings/media/meson-ir.txt index 407848e85f31..e7e3f3c4fc8f 100644 --- a/Documentation/devicetree/bindings/media/meson-ir.txt +++ b/Documentation/devicetree/bindings/media/meson-ir.txt @@ -1,7 +1,10 @@ * Amlogic Meson IR remote control receiver Required properties: - - compatible : should be "amlogic,meson6-ir" + - compatible : depending on the platform this should be one of: + - "amlogic,meson6-ir" + - "amlogic,meson8b-ir" + - "amlogic,meson-gxbb-ir" - reg : physical base address and length of the device registers - interrupts : a single specifier for the interrupt from the device |