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 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 188E7C433F5 for ; Mon, 16 May 2022 17:10:51 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sqVKimwl2H6Rcju/wxWWI4XgHPRnLEEwyMfm0VlknLg=; b=IzL4WjhQu+Xnel 6YNCCjxIXAaXQHQg9U6kjiVB+RJI3FLSa23lWOR002wK8eeNcQ3gmTiW1wHdsm3rdpz1NBNXIA67X IUPNunL0XcQV+rtWcbHa1DCgODSxcQmWzQ8Q+GbcHJBTFeQVp8SQYp4jSb59rQ9NgNXjz5YD+3UtV T5r3NLgyh8ZkmRhrN969JJY6Ta2kgLlUw7lfsX+tZv9zvEGHO5EtGtsNohez1sIU0oU8a9JM2J6wt zjJTE6jf12sJ/+ulzY5+TenVF5ii6utVY01gOlxh8br7pW0AD/Svi5kxQAOIU5eDBmbBGjU1ZwbwP eX60G3EXWKzshB4/r92g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqeDO-009HMr-ID; Mon, 16 May 2022 17:09:02 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqeDJ-009HJ8-4y for linux-arm-kernel@lists.infradead.org; Mon, 16 May 2022 17:08:59 +0000 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqeD4-0005c8-R7; Mon, 16 May 2022 19:08:42 +0200 Received: from sha by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1nqeD2-0004CX-Bh; Mon, 16 May 2022 19:08:40 +0200 Date: Mon, 16 May 2022 19:08:40 +0200 From: Sascha Hauer To: Rob Herring Cc: devicetree@vger.kernel.org, Benjamin Gaignard , Heiko =?iso-8859-15?Q?St=FCbner?= , Sandy Huang , dri-devel@lists.freedesktop.org, linux-rockchip@lists.infradead.org, Michael Riesch , Peter Geis , Andy Yan , kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/3] dt-bindings: display: rockchip: make reg-names mandatory for VOP2 Message-ID: <20220516170840.GO25578@pengutronix.de> References: <20220511082109.1110043-1-s.hauer@pengutronix.de> <20220511082109.1110043-2-s.hauer@pengutronix.de> <20220516151226.GA2653888-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220516151226.GA2653888-robh@kernel.org> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 19:07:40 up 47 days, 5:37, 74 users, load average: 0.02, 0.12, 0.14 User-Agent: Mutt/1.10.1 (2018-07-13) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220516_100857_242364_DC64B92A X-CRM114-Status: GOOD ( 23.13 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Heiko, On Mon, May 16, 2022 at 10:12:26AM -0500, Rob Herring wrote: > On Wed, 11 May 2022 10:21:07 +0200, Sascha Hauer wrote: > > The VOP2 driver relies on reg-names properties, but these are not > > documented. Add the missing documentation, make reg-names mandatory > > and increase minItems to 2 as always both register spaces are needed. Could you drop the minItems part while applying? That is no longer correct. Sascha > > > > Signed-off-by: Sascha Hauer > > --- > > > > Notes: > > Changes since v1: > > - Drop minItems > > - Add reg-names properties to example > > > > .../bindings/display/rockchip/rockchip-vop2.yaml | 8 +++++++- > > 1 file changed, 7 insertions(+), 1 deletion(-) > > > > Reviewed-by: Rob Herring > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel