From patchwork Fri May 20 12:46:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AngeloGioacchino Del Regno X-Patchwork-Id: 1633904 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.a=rsa-sha256 header.s=mail header.b=KTvCEyHr; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4L4RLH4T94z9sFx for ; Fri, 20 May 2022 22:46:31 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343596AbiETMq1 (ORCPT ); Fri, 20 May 2022 08:46:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240986AbiETMq1 (ORCPT ); Fri, 20 May 2022 08:46:27 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3390C5AED3; Fri, 20 May 2022 05:46:26 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 702821F462B7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1653050785; bh=wjZR/q/Koar3Z14wlMyDBlnpLWB8CYxTpYy9Z0nOJxU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KTvCEyHrN1lzQ6fX3qi9RxhiLsck9Z9hyq/ApXaSpRPfIYGXIfRCFEqiZ195msond agxRq9XNH4Pl2hfwhNEGy2gLRNrrd8EGtaep0k6dioRif+6wl6xmRDWRHq41dLs9kt WN5o05Mp8dTx3Lv8sUH0l/t0E1PP+8hwgmI9ik0W/uOItXeIWO8Th8d64gsiyA2w7e +wPFYrToKGWj0PlKP/LAsGITNp5ZkKGEs5k950LkTtrK9R7ej6CoYCVw6ONbDlljZ9 cqyXMiO23sPvt3LpGKYkcRC8++CWuz6GiwUBRTnKIrpDK64Vx8yXZRZMtz9lG4doWB 6D1kgH8bKSwOQ== From: AngeloGioacchino Del Regno To: lee.jones@linaro.org Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, johnson.wang@mediatek.com, hsin-hsiung.wang@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: mfd: mt6397: Add compatibles for MT6331 RTC and keys Date: Fri, 20 May 2022 14:46:16 +0200 Message-Id: <20220520124617.228808-2-angelogioacchino.delregno@collabora.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220520124617.228808-1-angelogioacchino.delregno@collabora.com> References: <20220520124617.228808-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org MT6331 is a multifunction device, providing RTC, keys and more: add the necessary compatibles to start implementing the basics. Signed-off-by: AngeloGioacchino Del Regno Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/mfd/mt6397.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/mt6397.txt b/Documentation/devicetree/bindings/mfd/mt6397.txt index d59063503b0d..2a9533c47365 100644 --- a/Documentation/devicetree/bindings/mfd/mt6397.txt +++ b/Documentation/devicetree/bindings/mfd/mt6397.txt @@ -30,6 +30,7 @@ Optional subnodes: - rtc Required properties: Should be one of follows - compatible: "mediatek,mt6323-rtc" + - compatible: "mediatek,mt6331-rtc" - compatible: "mediatek,mt6358-rtc" - compatible: "mediatek,mt6397-rtc" For details, see ../rtc/rtc-mt6397.txt @@ -55,6 +56,7 @@ Optional subnodes: - keys Required properties: - compatible: "mediatek,mt6397-keys" or "mediatek,mt6323-keys" + or "mediatek,mt6331-keys" see ../input/mtk-pmic-keys.txt - power-controller