Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: ipq8064: add ipq8065 variant

ipq8065 SoC is based on ipq8064-v2.0 with a more clocked CPU and
an increased voltage output with the smb208 regulators.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220718161826.4943-3-ansuelsmth@gmail.com

authored by

Christian Marangi and committed by
Bjorn Andersson
12e62136 58907a1c

+45
+37
arch/arm/boot/dts/qcom-ipq8065-smb208.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 2 + 3 + #include "qcom-ipq8065.dtsi" 4 + 5 + &rpm { 6 + smb208_regulators: regulators { 7 + compatible = "qcom,rpm-smb208-regulators"; 8 + 9 + smb208_s1a: s1a { 10 + regulator-min-microvolt = <1050000>; 11 + regulator-max-microvolt = <1150000>; 12 + 13 + qcom,switch-mode-frequency = <1200000>; 14 + }; 15 + 16 + smb208_s1b: s1b { 17 + regulator-min-microvolt = <1050000>; 18 + regulator-max-microvolt = <1150000>; 19 + 20 + qcom,switch-mode-frequency = <1200000>; 21 + }; 22 + 23 + smb208_s2a: s2a { 24 + regulator-min-microvolt = <775000>; 25 + regulator-max-microvolt = <1275000>; 26 + 27 + qcom,switch-mode-frequency = <1200000>; 28 + }; 29 + 30 + smb208_s2b: s2b { 31 + regulator-min-microvolt = <775000>; 32 + regulator-max-microvolt = <1275000>; 33 + 34 + qcom,switch-mode-frequency = <1200000>; 35 + }; 36 + }; 37 + };
+8
arch/arm/boot/dts/qcom-ipq8065.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 2 + 3 + #include "qcom-ipq8064-v2.0.dtsi" 4 + 5 + / { 6 + model = "Qualcomm Technologies, Inc. IPQ8065"; 7 + compatible = "qcom,ipq8065", "qcom,ipq8064"; 8 + };