From mboxrd@z Thu Jan 1 00:00:00 1970 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 F04BDC43334 for ; Thu, 30 Jun 2022 04:35:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231853AbiF3Efm (ORCPT ); Thu, 30 Jun 2022 00:35:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230135AbiF3Efm (ORCPT ); Thu, 30 Jun 2022 00:35:42 -0400 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0CC8B1DA73 for ; Wed, 29 Jun 2022 21:35:41 -0700 (PDT) Received: by mail-wr1-x430.google.com with SMTP id e28so20222301wra.0 for ; Wed, 29 Jun 2022 21:35:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=mF82bNKU7H4VWQP1YGukVst2LLNLKLALPHMqosyLacQ=; b=sFewG08kIEOas7MAKG8nACszaWiiZX9jCyBqLE/xBMk3SfClZEGO8IhZLjWcJ2fgPU lnHAn/0mOi0tu3hovtuId46ERS/2EN2fQ3f6WWBeqtkX8YAKo49eAF67kCGEc8atWCly pb7oOXfxHlUYYNIw/ycdg5XUeYCsxTBuDZ0ypgEn3l2fsNhFjGPwFClbs0ZvbKKWu2mR UL7KhMYDIRwOoT6VgywuDsFe+4irSHen6muKLUY0zsvWJ5O2EcxKC1FCnIUN5JAMPoNg dQYoivATX/59pc+CEi9UGyLu88QDAkE/q+oMHs4qdlfl1t0M0UxgKD7kaPHiuRyn+zi+ AKpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=mF82bNKU7H4VWQP1YGukVst2LLNLKLALPHMqosyLacQ=; b=wUh23jSaX7a3ffQL2wAq4OTH3PrYLKPfOj7BviWMAhqvasL/DD3xuk5hIV/1+GrMKN Zd5NiHoh4pXDovFL1y4bbxyfYKgpO+0+UAKNu/M5X3nWnATifwpe9C3vqSLYqlgcoMoO P/a5BsebRSOGh9y57BtIdeeIRp30VQAsWPgJR3RzYXMVBeHLQgoTpvB882htU477/Dv6 dEkZz4H+DvgY3ppO/wqnCu9uYbrsJQfGnpLdDtWOIEMlutpXIK84aYrIeVstKMrMwkd1 me9MulyFJ697PQ5+ljni6ykI0JI5ZIJv7jqaJ0qmI+uS3531M9n502dh1NMRlhw2UCks pQFw== X-Gm-Message-State: AJIora+cdjsJ6srorUabgLIYURKt1sOeZrRea3hPmO3kEZKztBYju58n BJsV9UZERX0ZGjHVwI9uz6gv4g== X-Google-Smtp-Source: AGRyM1sYqdpwtzWOHk363f7BKWapsJVRhHSOK/anpZD6GbS9MUXD6TzzAcvrrYxs8k2VHxfWMvJN3Q== X-Received: by 2002:a5d:53ca:0:b0:21b:940f:8e29 with SMTP id a10-20020a5d53ca000000b0021b940f8e29mr6400535wrw.490.1656563739666; Wed, 29 Jun 2022 21:35:39 -0700 (PDT) Received: from sagittarius-a.chello.ie (188-141-3-169.dynamic.upc.ie. [188.141.3.169]) by smtp.gmail.com with ESMTPSA id k1-20020a5d6281000000b0021b9e360523sm18642335wru.8.2022.06.29.21.35.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jun 2022 21:35:39 -0700 (PDT) From: Bryan O'Donoghue To: agross@kernel.org, bjorn.andersson@linaro.org, jassisinghbrar@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, bryan.odonoghue@linaro.org Subject: [PATCH 0/2] Two apcs-kpss-global.yaml fixes Date: Thu, 30 Jun 2022 05:35:34 +0100 Message-Id: <20220630043536.3308546-1-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Adding in msm8939.dtsi and running the binding checks is throwing up two errors for me. In the first instance we use syscon on the 8939 and should declare it in the compat list. Doing a quick grep it looks like that fix should be applied to a number of existing declarations too. In the second instance we just need to document clock-output-names for the a53 mux PLL. Bryan O'Donoghue (2): dt-bindings: mailbox: qcom: Add syscon const for relevant entries dt-bindings: mailbox: qcom: Add clock-output-names .../mailbox/qcom,apcs-kpss-global.yaml | 49 +++++++++++-------- 1 file changed, 29 insertions(+), 20 deletions(-) -- 2.36.1