mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: msm: Enable PCIe0 and PCIe1 on RUMI for sdxpinn"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
846d4269b6
@@ -48,8 +48,8 @@
|
||||
|
||||
gdsc-core-vdd-supply = <&gcc_pcie_gdsc>;
|
||||
gdsc-phy-vdd-supply = <&gcc_pcie_phy_gdsc>;
|
||||
vreg-1p2-supply = <&pmx75_l1>;
|
||||
vreg-0p9-supply = <&pmx75_l4>;
|
||||
vreg-1p2-supply = <&L1B>;
|
||||
vreg-0p9-supply = <&L4B>;
|
||||
vreg-cx-supply = <&VDD_CX_LEVEL>;
|
||||
vreg-mx-supply = <&VDD_MXA_LEVEL>;
|
||||
|
||||
@@ -188,8 +188,8 @@
|
||||
|
||||
gdsc-core-vdd-supply = <&gcc_pcie_1_gdsc>;
|
||||
gdsc-phy-vdd-supply = <&gcc_pcie_1_phy_gdsc>;
|
||||
vreg-1p2-supply = <&pmx75_l1>;
|
||||
vreg-0p9-supply = <&pmx75_l4>;
|
||||
vreg-1p2-supply = <&L1B>;
|
||||
vreg-0p9-supply = <&L4B>;
|
||||
vreg-cx-supply = <&VDD_CX_LEVEL>;
|
||||
vreg-mx-supply = <&VDD_MXA_LEVEL>;
|
||||
|
||||
@@ -324,8 +324,8 @@
|
||||
|
||||
gdsc-core-vdd-supply = <&gcc_pcie_2_gdsc>;
|
||||
gdsc-phy-vdd-supply = <&gcc_pcie_2_phy_gdsc>;
|
||||
vreg-1p2-supply = <&pmx75_l1>;
|
||||
vreg-0p9-supply = <&pmx75_l4>;
|
||||
vreg-1p2-supply = <&L1B>;
|
||||
vreg-0p9-supply = <&L4B>;
|
||||
vreg-cx-supply = <&VDD_CX_LEVEL>;
|
||||
vreg-mx-supply = <&VDD_MXA_LEVEL>;
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
pcie0_clkreq_default: pcie0_clkreq_default {
|
||||
mux {
|
||||
pins = "gpio43";
|
||||
function = "pcie0_clkreqn";
|
||||
function = "pcie0_clkreq_n";
|
||||
};
|
||||
|
||||
config {
|
||||
@@ -111,7 +111,7 @@
|
||||
pcie1_clkreq_default: pcie1_clkreq_default {
|
||||
mux {
|
||||
pins = "gpio124";
|
||||
function = "pcie1_clkreqn";
|
||||
function = "pcie1_clkreq_n";
|
||||
};
|
||||
|
||||
config {
|
||||
@@ -165,7 +165,7 @@
|
||||
pcie2_clkreq_default: pcie2_clkreq_default {
|
||||
mux {
|
||||
pins = "gpio121";
|
||||
function = "pcie2_clkreqn";
|
||||
function = "pcie2_clkreq_n";
|
||||
};
|
||||
|
||||
config {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
&soc {
|
||||
pcie0: qcom,pcie@1bf0000 {
|
||||
status = "disabled";
|
||||
status = "ok";
|
||||
reg = <0x01bf0000 0x4000>,
|
||||
<0x01bf7000 0x2000>,
|
||||
<0x48000000 0xf20>,
|
||||
@@ -27,7 +27,7 @@
|
||||
};
|
||||
|
||||
pcie1: qcom,pcie@1c08000 {
|
||||
status = "disabled";
|
||||
status = "ok";
|
||||
reg = <0x01c08000 0x4000>,
|
||||
<0x01c0e000 0x2000>,
|
||||
<0x68000000 0xf1d>,
|
||||
|
||||
Reference in New Issue
Block a user