mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-19 07:39:54 +02:00
arm64: dts: mediatek: mt8195: Correct clock order for dp_intf*
[ Upstream commit51bc68deba
] The clocks for dp_intf* device nodes are given in the wrong order, causing the binding validation to fail. Fixes:6c2503b585
("arm64: dts: mt8195: Add dp-intf nodes") Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Link: https://lore.kernel.org/r/20240802070951.1086616-1-wenst@chromium.org Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
27106b0a29
commit
ecd4adebb8
|
@ -2766,10 +2766,10 @@
|
||||||
compatible = "mediatek,mt8195-dp-intf";
|
compatible = "mediatek,mt8195-dp-intf";
|
||||||
reg = <0 0x1c015000 0 0x1000>;
|
reg = <0 0x1c015000 0 0x1000>;
|
||||||
interrupts = <GIC_SPI 657 IRQ_TYPE_LEVEL_HIGH 0>;
|
interrupts = <GIC_SPI 657 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||||
clocks = <&vdosys0 CLK_VDO0_DP_INTF0>,
|
clocks = <&vdosys0 CLK_VDO0_DP_INTF0_DP_INTF>,
|
||||||
<&vdosys0 CLK_VDO0_DP_INTF0_DP_INTF>,
|
<&vdosys0 CLK_VDO0_DP_INTF0>,
|
||||||
<&apmixedsys CLK_APMIXED_TVDPLL1>;
|
<&apmixedsys CLK_APMIXED_TVDPLL1>;
|
||||||
clock-names = "engine", "pixel", "pll";
|
clock-names = "pixel", "engine", "pll";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -3036,10 +3036,10 @@
|
||||||
reg = <0 0x1c113000 0 0x1000>;
|
reg = <0 0x1c113000 0 0x1000>;
|
||||||
interrupts = <GIC_SPI 513 IRQ_TYPE_LEVEL_HIGH 0>;
|
interrupts = <GIC_SPI 513 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||||
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
||||||
clocks = <&vdosys1 CLK_VDO1_DP_INTF0_MM>,
|
clocks = <&vdosys1 CLK_VDO1_DPINTF>,
|
||||||
<&vdosys1 CLK_VDO1_DPINTF>,
|
<&vdosys1 CLK_VDO1_DP_INTF0_MM>,
|
||||||
<&apmixedsys CLK_APMIXED_TVDPLL2>;
|
<&apmixedsys CLK_APMIXED_TVDPLL2>;
|
||||||
clock-names = "engine", "pixel", "pll";
|
clock-names = "pixel", "engine", "pll";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user