aboutsummaryrefslogtreecommitdiff
path: root/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-cp-cpu.dtsi
blob: 2dee366e1eaa5f29e8d88fafc2f5b08228a3be01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-License-Identifier: GPL-2.0-only

#include "ipq6018-cpr-regulator.dtsi"

&CPU0 {
	cpu-supply = <&apc_vreg>;
};

&CPU1 {
	cpu-supply = <&apc_vreg>;
};

&CPU2 {
	cpu-supply = <&apc_vreg>;
};

&CPU3 {
	cpu-supply = <&apc_vreg>;
};