summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorRayyan Ansari <rayyan@ansari.sh>2024-04-24 20:42:06 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-08-03 09:59:15 +0300
commita8d494762c4ff85b4e63ee669462b9eb5abf4bce (patch)
tree92c7463417ec9f25d05d92e03d8f81606a3ff979 /arch/arm
parent85610b00af7525c40fba4c21cd2f82507776c9c2 (diff)
downloadlinux-a8d494762c4ff85b4e63ee669462b9eb5abf4bce.tar.xz
ARM: dts: qcom: msm8226-microsoft-common: Enable smbb explicitly
[ Upstream commit 81a0a21b6159c6a9ed1e39c23e755cd05a102ce3 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/qcom/qcom-msm8226-microsoft-common.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8226-microsoft-common.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8226-microsoft-common.dtsi
index 525d8c608b06..8839b23fc693 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8226-microsoft-common.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-msm8226-microsoft-common.dtsi
@@ -287,6 +287,10 @@
status = "okay";
};
+&smbb {
+ status = "okay";
+};
+
&usb {
extcon = <&smbb>;
dr_mode = "peripheral";