From patchwork Tue May 30 16:24:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 687054 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F427C7EE33 for ; Tue, 30 May 2023 16:26:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231368AbjE3Q0S (ORCPT ); Tue, 30 May 2023 12:26:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232611AbjE3Q0E (ORCPT ); Tue, 30 May 2023 12:26:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA934116; Tue, 30 May 2023 09:25:31 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EC9B162CB9; Tue, 30 May 2023 16:25:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70DABC433A1; Tue, 30 May 2023 16:25:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685463922; bh=wAHJlb8lYNyT1QOpxqJtmj6hMsX6F/ImtjxHDEegDEs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=n6wS7xB3wV8wHza/+EHAOo3RJG214r/zbD6xlSY2KXV3UbA/UmkscwD3fgTK1AOIO QPf78LE3zdx3TLniryNFY1vcEdjAM2MfvR1OItcQmFEyqbR2FevXI6Ml8DhaE+AYB1 A4BDvqWV1qQmVm/c6WRSKZLid4Jc8f6vaDrGuGfc6lqQpRRNDvxoHiibieCO/lxQaO dB+KC3XxfmQ5C4Hsrlrd96G+RC9EOQx9RQVhphPi+FUZ/Ne7ALKm4Vx7PN2YDSk9LT Odggk9a2p0GFRrh5Gh/zdQm/hoRBAOMX5UPuao+6aNMcZN+x1wm+zH5OXTm1wGBQyE 12TWY1wkhyqvA== From: Vinod Koul To: Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, Konrad Dybcio , Thomas Gleixner , Marc Zyngier , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Vinod Koul Subject: [PATCH v3 05/15] dt-bindings: qcom,pdc: Add SC8180x compatible Date: Tue, 30 May 2023 21:54:44 +0530 Message-Id: <20230530162454.51708-6-vkoul@kernel.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230530162454.51708-1-vkoul@kernel.org> References: <20230530162454.51708-1-vkoul@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document the compatible for pdc in SC8180X SoC Signed-off-by: Vinod Koul Acked-by: Krzysztof Kozlowski --- .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml index a106ba6e810b..bed79a0ceac5 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml @@ -30,6 +30,7 @@ properties: - qcom,sa8775p-pdc - qcom,sc7180-pdc - qcom,sc7280-pdc + - qcom,sc8180x-pdc - qcom,sc8280xp-pdc - qcom,sdm845-pdc - qcom,sdx55-pdc