diff options
| author | Rohit Agarwal <[email protected]> | 2024-08-30 08:45:43 +0000 |
|---|---|---|
| committer | Matthias Brugger <[email protected]> | 2024-09-09 16:41:36 +0200 |
| commit | 7a3852a9ba2e40738fa4ddadb4e94ae68f3826a4 (patch) | |
| tree | 6a3659e88181459eabe5907bb64e8d0298bfa868 | |
| parent | 51bc68debab9e30b50c6352315950f3cfc309b32 (diff) | |
arm64: dts: mediatek: mt8186: Add power domain for DPI
Add power domain phandle to the DPI controller in mediatek
mt8186 SoC.
Signed-off-by: Rohit Agarwal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8186.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8186.dtsi b/arch/arm64/boot/dts/mediatek/mt8186.dtsi index ddfe7880c745..380071822334 100644 --- a/arch/arm64/boot/dts/mediatek/mt8186.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8186.dtsi @@ -1845,6 +1845,7 @@ assigned-clocks = <&topckgen CLK_TOP_DPI>; assigned-clock-parents = <&topckgen CLK_TOP_TVDPLL_D2>; interrupts = <GIC_SPI 309 IRQ_TYPE_LEVEL_LOW 0>; + power-domains = <&spm MT8186_POWER_DOMAIN_DIS>; status = "disabled"; port { |