From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 774BE381AF9; Sun, 10 May 2026 12:32:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778416332; cv=none; b=jCMMMPf6iEtV0I3wc5OhKQOJxHYlT2XVEVrjGNQ6KRFkzJubIm1ILEBqjHiPeTsT6OIoA2rRL1cU+VC5XOBPL7PwAPY27zv3S40+1xz6cj32Y7y2ODv5EB7rEUFgK1g6tv6rHEDcvXaWUcMjMB7TToEK4EG45sPey46Ip3aSGZ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778416332; c=relaxed/simple; bh=ZOZPfRpmqg2BpdWh35bkdnOWkhQ00IiCGj8t0cYKe7A=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=Il4m0lWaq5fQsWYxTi9PT9OKX/FNBuBOiMabYsEegkOd7Ij8KkXP85rq9wrVkSDjOsA01Xqp+AOsgJ5xu6+kuunFJUabTM0qtTA1u6knpbm2RLHXXT4iF7Q57OdW49AZ4An7PaNoH6sHTPEGktm8GlCmf4srcUxKjKB+lBzCAXQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SgU8zTnL; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="SgU8zTnL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 441A9C2BCB8; Sun, 10 May 2026 12:32:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778416332; bh=ZOZPfRpmqg2BpdWh35bkdnOWkhQ00IiCGj8t0cYKe7A=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=SgU8zTnLL/JXvHJ5bv8R5pixRuqmE4WiGOcbTIh/I4Kff4y5lqaDcb2jEOz2mzI5R 7e5E0VVCWSbVFeM+9lfhgKkXz/OzgtKGsvr/8BZStj8kGAU4oIzaZxcHuPdPTkyrg1 G41/3WPaSR1BKQyvHVwqBkBMspt5+2HizMgvl8l47svQF7bpiow9nXvL4vAGrK0QZn lvne5yuO7i1zf6wF0w/gxCSuStzX49t1AVdsf5ek0a4kX6osd0Dvch9Jaj8DJgev/5 z3x0Inm69lFK18fL8qWHPg/bekE8YdfeOuvtDOa58s64q5VHsqfxRheZdYTxdP5QkC P6BR/0LDvkKLw== From: Vinod Koul To: Neil Armstrong , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Abel Vesa Cc: linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20260318-eliza-bindings-qmp-phy-v1-1-96a0d529ad2d@oss.qualcomm.com> References: <20260318-eliza-bindings-qmp-phy-v1-1-96a0d529ad2d@oss.qualcomm.com> Subject: Re: [PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Eliza QMP PHY Message-Id: <177841632882.434434.6283185972129859697.b4-ty@kernel.org> Date: Sun, 10 May 2026 18:02:08 +0530 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.13.0 On Wed, 18 Mar 2026 11:54:36 +0200, Abel Vesa wrote: > Document the compatible for the USB QMP PHY found on the Qualcomm Eliza > SoC. > > It is fully compatible with the one found on Qualcomm SM8650, so add it > with the SM8650 as fallback. > > > [...] Applied, thanks! [1/1] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Eliza QMP PHY commit: d67a337d28a2d852ff539e983ad6790caf9c95f5 Best regards, -- ~Vinod