Skip to content
Snippets Groups Projects
Commit 601b6ac5 authored by Tommy Chen's avatar Tommy Chen Committed by Oleksii Kutuzov
Browse files

arm: dts: mt8195: enable cec module


mt8195.dtsi: enable cec module.
add interrupts, clocks, clock-names and hdmi phandle.

The cec is default enabled. It can be disabled by setting
status = "disabled";

Change-Id: I9c43036437bd3306bdff98eb6f7e763cace60f57
Signed-off-by: default avatarTommy Chen <tommyyl.chen@mediatek.com>
parent 8c3e4606
No related branches found
No related tags found
1 merge request!15[UPSTREAM] Add miscellaneous patches from Mediatek's Release 24.0
...@@ -921,9 +921,18 @@ apmixedsys: syscon@1000c000 { ...@@ -921,9 +921,18 @@ apmixedsys: syscon@1000c000 {
}; };
cec: cec@10014000 { cec: cec@10014000 {
compatible = "mediatek,mt8195-cec"; compatible = "mediatek,cec2";
reg = <0 0x10014000 0 0x100>; reg = <0 0x10014000 0 0x100>;
interrupts = <GIC_SPI 680 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <GIC_SPI 680 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&infracfg_ao CLK_INFRA_AO_CEC_66M_H>,
<&infracfg_ao CLK_INFRA_AO_CEC_66M_B>,
<&infracfg_ao CLK_INFRA_AO_HDMI_32K>,
<&infracfg_ao CLK_INFRA_AO_HDMI_26M>;
clock-names = "cec_66m_h",
"cec_66m_b",
"hdmi_32k",
"hdmi_26m";
hdmi = <&hdmi0>;
}; };
systimer: timer@10017000 { systimer: timer@10017000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment