media: dt-bindings: media: mtk-cir: Add support for MT7622 SoC
Document the devicetree bindings for CIR on MediaTek MT7622 SoC. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
265a2988d2
commit
ca439a0470
|
@ -2,10 +2,14 @@ Device-Tree bindings for Mediatek consumer IR controller
|
||||||
found in Mediatek SoC family
|
found in Mediatek SoC family
|
||||||
|
|
||||||
Required properties:
|
Required properties:
|
||||||
- compatible : "mediatek,mt7623-cir"
|
- compatible : Should be
|
||||||
|
"mediatek,mt7623-cir": for MT7623 SoC
|
||||||
|
"mediatek,mt7622-cir": for MT7622 SoC
|
||||||
- clocks : list of clock specifiers, corresponding to
|
- clocks : list of clock specifiers, corresponding to
|
||||||
entries in clock-names property;
|
entries in clock-names property;
|
||||||
- clock-names : should contain "clk" entries;
|
- clock-names : should contain
|
||||||
|
- "clk" entries: for MT7623 SoC
|
||||||
|
- "clk", "bus" entries: for MT7622 SoC
|
||||||
- interrupts : should contain IR IRQ number;
|
- interrupts : should contain IR IRQ number;
|
||||||
- reg : should contain IO map address for IR.
|
- reg : should contain IO map address for IR.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue