mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00
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: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240711-topic-hhh-v1-2-a1b6b716685f@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
27302c7d85
commit
a237b8da41
@ -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) */
|
||||
|
@ -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>;
|
||||
|
@ -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>;
|
||||
|
@ -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>;
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user