From patchwork Tue May 3 21:11:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= X-Patchwork-Id: 12836316 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 4180CC433F5 for ; Tue, 3 May 2022 21:11:44 +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: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:In-Reply-To:References: List-Owner; bh=Bcr2hFmNQUHGqwaGrvkoqcVw4vVM90sqga6gDz0fSqY=; b=uqD/ojDggILMlP lxexXLvs5BMN7CD/cp92QQGxt5VBEJYrEyks160wW3YMxVnnJDKfP+YNWhRRUF2eZAgQrzYLNh7sz uRalrkjRLQJ4vQpRWMLcm52/JLP4WMRUN2i8EJL89Iuo8CeGtF2gTgBp1G20qusPOBBBYw1+0YBMs p+0J02M+kzGD8VswBLDWRRpyWUSMv+BJ44qwoN5J/Jm+PBOpmeRIl41RZ0AliXOkzKdtrqVV7NvCq IDHWj7YImbbYGd0GPKEY9airWb6q14S4E2ErLaFKlsKnl1z46PSedhBhP/KSf25SovI6COdnLwG1y 8VACkczdAi7KdYrtHPrw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlzo3-007isS-0H; Tue, 03 May 2022 21:11:39 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlznr-007inH-DG; Tue, 03 May 2022 21:11:28 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: nfraprado) with ESMTPSA id 613F91F41693 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1651612286; bh=b6/DfUMzFN0FDTboudtmnTW/K0RtsVzlnmRHB0NutEY=; h=From:To:Cc:Subject:Date:From; b=HP96vztyI0eC4J/ls+gpZ/TFO5BN2+VM6gebHlvDI371amS3BySvEreWV+QMIc6yd b2NtPVywkw3RJRFgZdAH5JvlOMI8eCXw5hWdt1Z+yKh3Ee3TJu/gxjeDipTMz48oHO GV1R6cR4urofebnSpAjOORHVzAZsX1pDslrY/J3CbXcwHU8fgYirWmloCSi3y6YceQ KrqgaMuI3N5n+7T3tebwLGrwLm85gx/kt4JEEKWOGpzJJpvOOJMsXjnvj4y/lniGNJ xm1EVbZLC9d0lC7pCGlbn5ugFtv7+DxnCPIq71J0JfgHL7dRUKZWznYz2R5v1RyCgS 1URLtOiA07FQw== From: =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= To: Bjorn Andersson Cc: AngeloGioacchino Del Regno , kernel@collabora.com, =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , Krzysztof Kozlowski , Mathieu Poirier , Matthias Brugger , Rob Herring , Tinghan Shen , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-remoteproc@vger.kernel.org Subject: [PATCH v3 0/2] Mediatek SCP dt-binding tweaks Date: Tue, 3 May 2022 17:11:12 -0400 Message-Id: <20220503211114.2656099-1-nfraprado@collabora.com> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220503_141127_618744_FB7CB2F1 X-CRM114-Status: UNSURE ( 8.35 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@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-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Two simple patches for the Mediatek SCP dt-binding. The first fixes the reg/reg-names property while the second adds a new optional memory-region property. v2: https://lore.kernel.org/all/20220502192420.2548512-1-nfraprado@collabora.com v1: https://lore.kernel.org/all/20220429211111.2214119-1-nfraprado@collabora.com Changes in v3: - Made the cfg reg required again. After looking again into the mtk-scp driver, only l1tcm is optional. Changes in v2: - Dropped type and description from memory-region since it's a well-known property - Set memory-region maxItems to 1 NĂ­colas F. R. A. Prado (2): dt-bindings: remoteproc: mediatek: Make l1tcm reg optional for mtk,scp dt-bindings: remoteproc: mediatek: Add optional memory-region to mtk,scp .../devicetree/bindings/remoteproc/mtk,scp.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)