]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: qcom: msm8226-microsoft-common: Enable smbb explicitly
authorRayyan Ansari <rayyan@ansari.sh>
Wed, 24 Apr 2024 17:42:06 +0000 (18:42 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 May 2024 00:13:11 +0000 (19:13 -0500)
Enable the smbb node explicitly for MSM8x26 Lumia devices. These devices
rely on the smbb driver in order to detect USB state.

It seems that this was accidentally missed in the commit that this
fixes.

Fixes: c9c8179d0ccd ("ARM: dts: qcom: Disable pm8941 & pm8226 smbb charger by default")
Signed-off-by: Rayyan Ansari <rayyan@ansari.sh>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240424174206.4220-1-rayyan@ansari.sh
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-msm8226-microsoft-common.dtsi

index 525d8c608b06fbc14170e71f5f1bc57dea942517..8839b23fc69364377c25ecc8f554251c0ddaa99d 100644 (file)
        status = "okay";
 };
 
+&smbb {
+       status = "okay";
+};
+
 &usb {
        extcon = <&smbb>;
        dr_mode = "peripheral";