Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions arch/arm64/boot/dts/qcom/glymur.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2509,7 +2509,6 @@
#clock-cells = <1>;
#phy-cells = <1>;

mode-switch;
orientation-switch;

status = "disabled";
Expand Down Expand Up @@ -2583,7 +2582,6 @@
#clock-cells = <1>;
#phy-cells = <1>;

mode-switch;
orientation-switch;

status = "disabled";
Expand Down Expand Up @@ -5545,6 +5543,7 @@
reg = <1>;

mdss_dp0_out: endpoint {
data-lanes = <0 1>;
remote-endpoint = <&usb_dp_qmpphy_dp_in>;
};
};
Expand Down Expand Up @@ -5636,6 +5635,7 @@
reg = <1>;

mdss_dp1_out: endpoint {
data-lanes = <0 1>;
remote-endpoint = <&usb_1_qmpphy_dp_in>;
};
};
Expand Down Expand Up @@ -6028,6 +6028,16 @@
};
};

power-controller@ef3b000 {
compatible = "qcom,spel";
reg = <0x0 0x0ef3e000 0x0 0x1000>,
<0x0 0x0ef3d000 0x0 0x1000>,
<0x0 0x0ef3b000 0x0 0x1000>;
reg-names = "nodes",
"constraints",
"config";
};

tlmm: pinctrl@f100000 {
compatible = "qcom,glymur-tlmm";
reg = <0x0 0x0f100000 0x0 0xf00000>;
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/configs/qcom.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ CONFIG_POWERCAP=y
CONFIG_PROC_EVENTS=y
CONFIG_QCA808X_PHY=m
CONFIG_QCOM_QMI_COOLING=y
CONFIG_QCOM_SPEL=m
CONFIG_QCOM_TGU=m
CONFIG_REMOTEPROC_THERMAL=y
CONFIG_SCHED_DEBUG=y
Expand Down