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 4DCC56025E; Tue, 23 Jan 2024 01:51:43 +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=1705974704; cv=none; b=lDfBcnclFAURZBeDTTsrTFdxcJg6B3xD5XFOlPXOC30g5uUwqqifpdke4xwD/igW7yCOrhWH5WOlEsyjj2Hh3JOvb5xJQ6lakMY7zp/k7AizrVpartxjvuzsyyY8WkR+Pw+BBX8sa8De4YywDhd1t4P6j+m9i8TtLWV4PXfSkOE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705974704; c=relaxed/simple; bh=Ws/Vo7W4qnXXI5/6IowO2ZiQRrJ1fdi+xuZZZT/7EIk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Iru18dAFJGdt95uRhgb39CvB06MO2FdeMsz+dHbkbq/imk+XFHCe7E8uCLxo9LJ3/NeGn0G86JUnoE7x5NVMrrpHTvTFiD4BYYG0qwmcq+ZAkImu24acpHg4OerK8G3EppYuxw8qAT6zYHtn6C1uWQmP4qnivZ4F/TjnXo3l+HQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=aLnwqSVm; 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="aLnwqSVm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C2E0C433C7; Tue, 23 Jan 2024 01:51:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705974703; bh=Ws/Vo7W4qnXXI5/6IowO2ZiQRrJ1fdi+xuZZZT/7EIk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aLnwqSVm6sS1REhkc5Zehvhtg8BsPdLS1QZl8g5NbRjQTJoRFXqKzB+KRUnNHUBxA 7rhVX0OTFIEYFlRyyGivTl1s3IglxWLiaqU2jKH5xzWMlextd0fbyQETKPl0JRewz8 3vEMaKbkasRTjja3ct+aSA7lZxCoLixxFdTV9Sv8= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Alexandre TORGUE , Yanteng Si , Jonathan Corbet , Douglas Anderson , Krzysztof Kozlowski , Stephen Boyd , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.6 106/583] dt-bindings: arm: qcom: Fix html link Date: Mon, 22 Jan 2024 15:52:37 -0800 Message-ID: <20240122235815.408274505@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240122235812.238724226@linuxfoundation.org> References: <20240122235812.238724226@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Stephen Boyd [ Upstream commit 3c3fcac8d3b1b0f242845c3b3c3263bd38b3b92f ] This link got broken by commit e790a4ce5290 ("arm: docs: Move Arm documentation to Documentation/arch/") when the doc moved from arm/ to arch/arm/. Fix the link so that it can continue to be followed. Fixes: e790a4ce5290 ("arm: docs: Move Arm documentation to Documentation/arch/") Cc: Alexandre TORGUE Cc: Yanteng Si Cc: Jonathan Corbet Reviewed-by: Douglas Anderson Acked-by: Krzysztof Kozlowski Signed-off-by: Stephen Boyd Link: https://lore.kernel.org/r/20231129030443.2753833-1-swboyd@chromium.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- Documentation/devicetree/bindings/arm/qcom.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index adbfaea32343..90f31beb80c2 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -136,7 +136,7 @@ description: | There are many devices in the list below that run the standard ChromeOS bootloader setup and use the open source depthcharge bootloader to boot the OS. These devices do not use the scheme described above. For details, see: - https://docs.kernel.org/arm/google/chromebook-boot-flow.html + https://docs.kernel.org/arch/arm/google/chromebook-boot-flow.html properties: $nodename: -- 2.43.0