From patchwork Fri Jan 7 02:39:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: zelong dong X-Patchwork-Id: 12706114 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 805B0C433F5 for ; Fri, 7 Jan 2022 02:41:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gEk2wMS6szr5JlaGdnvwiLPli4ChtTKRPAJmm85kuDg=; b=ZUemshl+GuOZ3K HFuZHg7LUIkX/EFfaDmavLYL7XspmCgjwr2LiIzVNbNdC8zy2l/IpaUE69AUOtMmp0VARGpM78VPJ hTnoykbTItspZ7CZtXt/vIkwq/9brd+8W1or3rTC3iRHTpJBrw5oguQmX2k7EubaDWd3D0jRfzNzw Ack9UGwXa6AWwc1Z8+UXEOKxKtRJx2nGSO3pifbEV+fcqQe8iY+mu0LjoLII+tNbh/+wGI2XECqDz WZ8ag6CKGOa8XHSSS0ru5alZhWsuYIKwxwm1XlW4S5QTekOW/vabdJei5Ta9JDftdBbZitx60hvqY H7q3F+uWn9AUUybj/eZw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5fB2-0020r0-Ld; Fri, 07 Jan 2022 02:40:24 +0000 Received: from mail-sh.amlogic.com ([58.32.228.43]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5fAy-0020oo-CP; Fri, 07 Jan 2022 02:40:21 +0000 Received: from droid10-sz.amlogic.com (10.28.8.20) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server id 15.1.2176.14; Fri, 7 Jan 2022 10:40:17 +0800 From: Zelong Dong To: , , , , CC: , , , , , Zelong Dong Subject: [PATCH 1/3] dt-bindings: reset: Add compatible for Meson-S4 Reset Controller Date: Fri, 7 Jan 2022 10:39:29 +0800 Message-ID: <20220107023931.13251-2-zelong.dong@amlogic.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220107023931.13251-1-zelong.dong@amlogic.com> References: <20220107023931.13251-1-zelong.dong@amlogic.com> MIME-Version: 1.0 X-Originating-IP: [10.28.8.20] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220106_184020_453230_0CDC92C5 X-CRM114-Status: UNSURE ( 6.00 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add new compatible for Amlogic's Meson-S4 Reset Controller Signed-off-by: Zelong Dong Reviewed-by: Martin Blumenstingl Acked-by: Rob Herring --- Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml b/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml index 92922d3afd14..494a454928ce 100644 --- a/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml +++ b/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml @@ -17,6 +17,7 @@ properties: - amlogic,meson-gxbb-reset # Reset Controller on GXBB and compatible SoCs - amlogic,meson-axg-reset # Reset Controller on AXG and compatible SoCs - amlogic,meson-a1-reset # Reset Controller on A1 and compatible SoCs + - amlogic,meson-s4-reset # Reset Controller on S4 and compatible SoCs reg: maxItems: 1