Commit f3ceebeb authored by Rex-BC Chen's avatar Rex-BC Chen Committed by Matthias Brugger
Browse files

arm64: dts: mediatek: Add MediaTek CCI node for MT8183

parent 95eacb24
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -412,6 +412,10 @@ &spi5 {

};

&cci {
	proc-supply = <&mt6358_vproc12_reg>;
};

&cpu0 {
	proc-supply = <&mt6358_vproc12_reg>;
};
+4 −0
Original line number Diff line number Diff line
@@ -230,6 +230,10 @@ &auxadc {
	status = "okay";
};

&cci {
	proc-supply = <&mt6358_vproc12_reg>;
};

&cpu0 {
	proc-supply = <&mt6358_vproc12_reg>;
};
+8 −0
Original line number Diff line number Diff line
@@ -280,6 +280,14 @@ opp2_15: opp-1196000000 {
		};
	};

	cci: cci {
		compatible = "mediatek,mt8183-cci";
		clocks = <&mcucfg CLK_MCU_BUS_SEL>,
			 <&topckgen CLK_TOP_ARMPLL_DIV_PLL1>;
		clock-names = "cci", "intermediate";
		operating-points-v2 = <&cci_opp>;
	};

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;