Commit a237b8da authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: x1e80100: Disable SMB2360_2 by default



It's absent on (most?) laptops that only have 2 type-C ports (of which
there are quite a few, and coming upstream too).

Keep it disabled by default and re-enable it on actual users.

Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240711-topic-hhh-v1-2-a1b6b716685f@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 27302c7d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -488,10 +488,6 @@ &smb2360_1_eusb2_repeater {
	vdd3-supply = <&vreg_l14b_3p0>;
};

&smb2360_2 {
	status = "disabled";
};

&tlmm {
	gpio-reserved-ranges = <34 2>, /* Unused */
			       <44 4>, /* SPI (TPM) */
+4 −0
Original line number Diff line number Diff line
@@ -821,6 +821,10 @@ &smb2360_1_eusb2_repeater {
	vdd3-supply = <&vreg_l14b_3p0>;
};

&smb2360_2 {
	status = "okay";
};

&smb2360_2_eusb2_repeater {
	vdd18-supply = <&vreg_l3d_1p8>;
	vdd3-supply = <&vreg_l8b_3p0>;
+4 −0
Original line number Diff line number Diff line
@@ -689,6 +689,10 @@ &smb2360_1_eusb2_repeater {
	vdd3-supply = <&vreg_l14b_3p0>;
};

&smb2360_2 {
	status = "okay";
};

&smb2360_2_eusb2_repeater {
	vdd18-supply = <&vreg_l3d_1p8>;
	vdd3-supply = <&vreg_l8b_3p0>;
+2 −0
Original line number Diff line number Diff line
@@ -509,6 +509,8 @@ smb2360_2: pmic@b {
		#address-cells = <1>;
		#size-cells = <0>;

		status = "disabled";

		smb2360_2_eusb2_repeater: phy@fd00 {
			compatible = "qcom,smb2360-eusb2-repeater";
			reg = <0xfd00>;
+8 −4
Original line number Diff line number Diff line
@@ -715,10 +715,6 @@ &remoteproc_cdsp {
	status = "okay";
};

&smb2360_3 {
	status = "okay";
};

&smb2360_0_eusb2_repeater {
	vdd18-supply = <&vreg_l3d_1p8>;
	vdd3-supply = <&vreg_l2b_3p0>;
@@ -729,11 +725,19 @@ &smb2360_1_eusb2_repeater {
	vdd3-supply = <&vreg_l14b_3p0>;
};

&smb2360_2 {
	status = "okay";
};

&smb2360_2_eusb2_repeater {
	vdd18-supply = <&vreg_l3d_1p8>;
	vdd3-supply = <&vreg_l8b_3p0>;
};

&smb2360_3 {
	status = "okay";
};

&swr0 {
	pinctrl-0 = <&wsa_swr_active>, <&spkr_01_sd_n_active>;
	pinctrl-names = "default";