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: 12836322 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 4A473C433EF for ; Tue, 3 May 2022 21:11:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242655AbiECVPC (ORCPT ); Tue, 3 May 2022 17:15:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229766AbiECVPA (ORCPT ); Tue, 3 May 2022 17:15:00 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87E0D3587E; Tue, 3 May 2022 14:11:27 -0700 (PDT) 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 Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.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(-)