mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
e3ee59f636
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>
18 lines
475 B
Plaintext
18 lines
475 B
Plaintext
* Amlogic Meson IR remote control receiver
|
|
|
|
Required properties:
|
|
- 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
|
|
|
|
Example:
|
|
|
|
ir-receiver@c8100480 {
|
|
compatible= "amlogic,meson6-ir";
|
|
reg = <0xc8100480 0x20>;
|
|
interrupts = <0 15 1>;
|
|
};
|