Skip to content

Commit

Permalink
ipq806x: split files dir to 5.10 and 5.15
Browse files Browse the repository at this point in the history
In preparation for a cleanup of 5.15 patches copy the files dir to 5.10
and 5.15 kernel version.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
  • Loading branch information
Ansuel authored and pull[bot] committed Oct 19, 2023
1 parent e24d835 commit 17aac5d
Show file tree
Hide file tree
Showing 64 changed files with 8,525 additions and 0 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
// SPDX-License-Identifier: GPL-2.0-only

#include "qcom-ipq8064.dtsi"

/ {
model = "Qualcomm IPQ8062";
compatible = "qcom,ipq8062", "qcom,ipq8064";

aliases {
serial0 = &gsbi4_serial;
};

chosen {
stdout-path = "serial0:115200n8";
};

reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;

rsvd@41200000 {
reg = <0x41200000 0x300000>;
no-map;
};
};
};

&gsbi4 {
qcom,mode = <GSBI_PROT_I2C_UART>;
status = "okay";

serial@16340000 {
status = "okay";
};
/*
* The i2c device on gsbi4 should not be enabled.
* On ipq806x designs gsbi4 i2c is meant for exclusive
* RPM usage. Turning this on in kernel manifests as
* i2c failure for the RPM.
*/
};

&opp_table0 {
/delete-node/opp-1200000000;
/delete-node/opp-1400000000;

/*
* Voltage thresholds are <target min max>
*/
opp-384000000 {
opp-microvolt-speed0-pvs0-v0 = <1000000 950000 1050000>;
opp-microvolt-speed0-pvs1-v0 = < 925000 878750 971250>;
opp-microvolt-speed0-pvs2-v0 = < 875000 831250 918750>;
opp-microvolt-speed0-pvs3-v0 = < 800000 760000 840000>;
};

opp-600000000 {
opp-microvolt-speed0-pvs0-v0 = <1050000 997500 1102500>;
opp-microvolt-speed0-pvs1-v0 = < 975000 926250 1023750>;
opp-microvolt-speed0-pvs2-v0 = < 925000 878750 971250>;
opp-microvolt-speed0-pvs3-v0 = < 850000 807500 892500>;
};

opp-800000000 {
opp-microvolt-speed0-pvs0-v0 = <1100000 1045000 1155000>;
opp-microvolt-speed0-pvs1-v0 = <1025000 973750 1076250>;
opp-microvolt-speed0-pvs2-v0 = < 995000 945250 1044750>;
opp-microvolt-speed0-pvs3-v0 = < 900000 855000 945000>;
};

opp-1000000000 {
opp-microvolt-speed0-pvs0-v0 = <1150000 1092500 1207500>;
opp-microvolt-speed0-pvs1-v0 = <1075000 1021250 1128750>;
opp-microvolt-speed0-pvs2-v0 = <1025000 973750 1076250>;
opp-microvolt-speed0-pvs3-v0 = < 950000 902500 997500>;
};
};

&pcie0 {
compatible = "qcom,pcie-ipq8064-v2";
};

&pcie1 {
compatible = "qcom,pcie-ipq8064-v2";
};

&pcie2 {
compatible = "qcom,pcie-ipq8064-v2";
};

&smb208_s2a {
regulator-max-microvolt = <1150000>;
};

&smb208_s2b {
regulator-max-microvolt = <1150000>;
};

0 comments on commit 17aac5d

Please sign in to comment.