[PATCH v7 2/6] arm64: dts: mediatek: mt8195: add MMSYS configuration for VPPSYS
Moudy Ho
moudy.ho at mediatek.com
Mon Feb 6 01:11:05 PST 2023
From: "Roy-CW.Yeh" <roy-cw.yeh at mediatek.com>
With the change of the MMSYS binding file for MT8195, the compatible
name of VPPSYS in dts need to be fixed to match the definition.
Signed-off-by: Roy-CW.Yeh <roy-cw.yeh at mediatek.com>
Signed-off-by: Moudy Ho <moudy.ho at mediatek.com>
---
arch/arm64/boot/dts/mediatek/mt8195.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt8195.dtsi b/arch/arm64/boot/dts/mediatek/mt8195.dtsi
index 8f1264d5290b..526136703142 100644
--- a/arch/arm64/boot/dts/mediatek/mt8195.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8195.dtsi
@@ -1795,8 +1795,8 @@
#clock-cells = <1>;
};
- vppsys0: clock-controller at 14000000 {
- compatible = "mediatek,mt8195-vppsys0";
+ vppsys0: syscon at 14000000 {
+ compatible = "mediatek,mt8195-vppsys0", "syscon";
reg = <0 0x14000000 0 0x1000>;
#clock-cells = <1>;
};
@@ -1900,8 +1900,8 @@
power-domains = <&spm MT8195_POWER_DOMAIN_WPESYS>;
};
- vppsys1: clock-controller at 14f00000 {
- compatible = "mediatek,mt8195-vppsys1";
+ vppsys1: syscon at 14f00000 {
+ compatible = "mediatek,mt8195-vppsys1", "syscon";
reg = <0 0x14f00000 0 0x1000>;
#clock-cells = <1>;
};
--
2.18.0
More information about the linux-arm-kernel
mailing list