From nobody Sat Jul 11 15:39:59 2026 Received: from out-184.mta0.migadu.com (out-184.mta0.migadu.com [91.218.175.184]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5022615B55C for ; Wed, 24 Apr 2024 17:43:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.184 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713980583; cv=none; b=jvOAaYydapesfJzjHAknbRQPMq0wHJMbTsI0/a0oFZt0yGfK1U6fhVOBsIIYcLoacIHd23uPJs/3BlzjWoLOSCfPhilv/UG95PS5sBQrtsEtRK67w9JJV2li/n3KGhm/oR+eQ8m8dSfAkmlg/CNES5qqTKh9FK9WT/PQiPtU32Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713980583; c=relaxed/simple; bh=Btuuide6blNMxT4spQm5WVAaE9Pr2p15ET0Ssyg2jss=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Y+27U8zobnBpOuTyHaXOuBUaQt3UL1Jg0LfvjJr0a+ETgwla/+xShCERVWhxbgNr68KYROTb0McesVR2y7IgKmojrYt1MRZcyrnfAqgJUpEooXA8F+9Yjl0XMxrUcpr/X4fD3Osc7GaNeprhAf9NJ03RlYM8MUGT9sDMDiSpCMY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ansari.sh; spf=pass smtp.mailfrom=ansari.sh; dkim=pass (1024-bit key) header.d=ansari.sh header.i=@ansari.sh header.b=MwWXAVeG; arc=none smtp.client-ip=91.218.175.184 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ansari.sh Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ansari.sh Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ansari.sh header.i=@ansari.sh header.b="MwWXAVeG" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ansari.sh; s=key1; t=1713980580; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=DgIsjlRwFnvhVYiFhATRum6nyhywEjAGmQto8MQKN08=; b=MwWXAVeGwIRoCffBFMazY1eTv6TpyRelj1lOLOppLpJ9GnY/DRp9J9r79cXojaQFDw01gD P+leG4YeATf8rhP9vM23Wym1G2ZBG7lJmqnLc7mEiZEdVVq6I+4vlHdpPyUUHgVw6dj3/I +Z5k0oq3p16rLjkCECzdoaWBCqWdwgc= From: Rayyan Ansari To: linux-arm-msm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht, Rayyan Ansari , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Luca Weiss , Bryant Mairs , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: dts: qcom: msm8226-microsoft-common: Enable smbb explicitly Date: Wed, 24 Apr 2024 18:42:06 +0100 Message-ID: <20240424174206.4220-1-rayyan@ansari.sh> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Konrad Dybcio --- arch/arm/boot/dts/qcom/qcom-msm8226-microsoft-common.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/qcom/qcom-msm8226-microsoft-common.dtsi b/ar= ch/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 @@ &sdhc_2 { status =3D "okay"; }; =20 +&smbb { + status =3D "okay"; +}; + &usb { extcon =3D <&smbb>; dr_mode =3D "peripheral"; --=20 2.44.0