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 EF8711DB125; Wed, 5 Feb 2025 14:57:08 +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=1738767429; cv=none; b=l6Zlpeft9pJaQw28wAWgtWzeg6Imimc8XETgZSnbuML7IdUrUVURrQhuB/Z7cemgTprCHgDAV0iSbLKeTmXREgQQWgq9UprhCPm8WuK4w/+bzZkfwgLGad7rEPbYjF5K9uPpSAkilZe9rARp2zpQs+nFjC+fSbC2e5yFDsrx/oU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738767429; c=relaxed/simple; bh=PW201XdSr4qF+69l0vNmD8+2Y079r7CrAWn9M5sMWes=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=CPnEBpZB37tzUfvtL9gEjVEvSIvItjs0MN1BO7rlDYhlEbpV95+7pPHuZhtB+79JXC9L7OcdMdSNTB0cFqD3PbUf7+n3hjLungwJbfe5FihxgRRlnwA7Ex1/Fn8FpsXF7WuQDU1ovzQzw3n3KlL58vsDYzcw+8MM3DpmnOz/Da8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qBa/uEUu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="qBa/uEUu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51EB7C4CEDD; Wed, 5 Feb 2025 14:57:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738767428; bh=PW201XdSr4qF+69l0vNmD8+2Y079r7CrAWn9M5sMWes=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qBa/uEUutpRvlKyWLpI0ZPO7sYali1FuWQRgm5cPdPWu/sQp8yav/Dim+0CnW7bRU 30s0JHq6VjtAq5+GLYvnVJNijWpJ+04XTmHNqslOPBGItDOSv7xX04rGdG5qVs5pnM 6cBsqzN0rUkFFh8mxFqLahkFnPT7llbcX6qEj2qc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Dmitry Baryshkov , Neil Armstrong , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.13 403/623] arm64: dts: qcom: qcm6490-shift-otter: remove invalid orientation-switch Date: Wed, 5 Feb 2025 14:42:25 +0100 Message-ID: <20250205134511.638974868@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250205134456.221272033@linuxfoundation.org> References: <20250205134456.221272033@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: Neil Armstrong [ Upstream commit abb00f0fbf31d71b9f725e58d6a29634175f28a8 ] The orientation-switch property is not documented in the PHY bindings, remove it. This fixes: qcm6490-shift-otter.dts: phy@88e3000: 'orientation-switch' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/phy/qcom,usb-snps-femto-v2.yaml# Reviewed-by: Dmitry Baryshkov Signed-off-by: Neil Armstrong Link: https://lore.kernel.org/r/20241230-topic-misc-dt-fixes-v4-1-1e6880e9dda3@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts b/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts index 4667e47a74bc5..75930f9576966 100644 --- a/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts +++ b/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts @@ -942,8 +942,6 @@ qcom,squelch-detector-bp = <(-2090)>; - orientation-switch; - status = "okay"; }; -- 2.39.5