Commit 817c2f35 authored by Bjorn Andersson's avatar Bjorn Andersson
Browse files

Merge tag 'qcom-arm64-fixes-for-5.19' into arm64-for-5.20

This merges the 'qcom-arm64-fixes-for-5.19' tag into arm64-for-5.20 to
handle the merge conflict related to the header file changes in
sc7180-trogdor.
parents a10b760b 5fb77955
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2537,6 +2537,7 @@ W: http://www.armlinux.org.uk/
ARM/QUALCOMM SUPPORT
M:	Andy Gross <agross@kernel.org>
M:	Bjorn Andersson <bjorn.andersson@linaro.org>
R:	Konrad Dybcio <konrad.dybcio@somainline.org>
L:	linux-arm-msm@vger.kernel.org
S:	Maintained
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ pm8994_regulators: pm8994-regulators {
		vdd_l17_29-supply = <&vph_pwr>;
		vdd_l20_21-supply = <&vph_pwr>;
		vdd_l25-supply = <&pm8994_s5>;
		vdd_lvs1_2 = <&pm8994_s4>;
		vdd_lvs1_2-supply = <&pm8994_s4>;

		/* S1, S2, S6 and S12 are managed by RPMPD */

+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ pm8994-regulators {
		vdd_l17_29-supply = <&vph_pwr>;
		vdd_l20_21-supply = <&vph_pwr>;
		vdd_l25-supply = <&pm8994_s5>;
		vdd_lvs1_2 = <&pm8994_s4>;
		vdd_lvs1_2-supply = <&pm8994_s4>;

		/* S1, S2, S6 and S12 are managed by RPMPD */

+2 −2
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ CPU5: cpu@101 {
		CPU6: cpu@102 {
			device_type = "cpu";
			compatible = "arm,cortex-a57";
			reg = <0x0 0x101>;
			reg = <0x0 0x102>;
			enable-method = "psci";
			next-level-cache = <&L2_1>;
		};
@@ -108,7 +108,7 @@ CPU6: cpu@102 {
		CPU7: cpu@103 {
			device_type = "cpu";
			compatible = "arm,cortex-a57";
			reg = <0x0 0x101>;
			reg = <0x0 0x103>;
			enable-method = "psci";
			next-level-cache = <&L2_1>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 * Copyright 2021 Google LLC.
 */

#include "sc7180-trogdor.dtsi"
/* This file must be included after sc7180-trogdor.dtsi */

/ {
	/* BOARD-SPECIFIC TOP LEVEL NODES */
Loading