Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sean Wang and committed by
Mauro Carvalho Chehab
ca439a04 265a2988

+6 -2
+6 -2
Documentation/devicetree/bindings/media/mtk-cir.txt
··· 2 2 found in Mediatek SoC family 3 3 4 4 Required properties: 5 - - compatible : "mediatek,mt7623-cir" 5 + - compatible : Should be 6 + "mediatek,mt7623-cir": for MT7623 SoC 7 + "mediatek,mt7622-cir": for MT7622 SoC 6 8 - clocks : list of clock specifiers, corresponding to 7 9 entries in clock-names property; 8 - - clock-names : should contain "clk" entries; 10 + - clock-names : should contain 11 + - "clk" entries: for MT7623 SoC 12 + - "clk", "bus" entries: for MT7622 SoC 9 13 - interrupts : should contain IR IRQ number; 10 14 - reg : should contain IO map address for IR. 11 15