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 01A8AC47DD9 for ; Wed, 27 Mar 2024 23:37:29 +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=1mwE93IUqO3QtgyXYWAH5Qw21LeEnUjbNcZaHwcnOKY=; b=cxf35HJO42WUyx AyTElh1ssFd6jFnay222FjxxJDLJPeMUeyY/aI4Rlv9Ng3khmZKovSUVLDaaErUKY6c2Pl7V05VLX iP1W7Wh5sd9M/X5WAYcOKLaA2pdvBjYXzzaiA/+VArWWpZPqVMfjL/A43wLfliYVPsygkkam5M4UQ ip0JZtTg3xbd84mNxdiZl3mAknIp5tprlHuSfvZs10pcrzH8kDg9mzdQHSKeK2ZYmnB25ULUSxSfz iz5vI8s2tsUss6H8oKtj+HP2u3YZw+XqWIQBkCEbGrniY7+vmmRAuRIGnWVQtzjAj/yz2ImBVkywM v5rWehy77bqMdZORi6bg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpcpZ-0000000Be2p-3KZK; Wed, 27 Mar 2024 23:37:17 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpcpU-0000000Be1l-0eMw; Wed, 27 Mar 2024 23:37:16 +0000 Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B2E33505; Thu, 28 Mar 2024 00:36:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1711582596; bh=ABLEQY7j398eU7ZTN2zEdxUEbepi1sBVMazP28fEj1U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mlKueNSopfQUMgLW6LzLPKzi/EERI8EJynhKYcFO3futWs8EpbYvwOhVgc/7ndxln INYaRPnr2oC2M2T7AF7RmSmsPa63gb6P5GWow0RtYlkEY0ScGg1+GXW9CpvdWsOGCW xdRUYitwRb7sKJ27Dbqvi/8KfGgUQtCz5Ryhu3C8= Date: Thu, 28 Mar 2024 01:37:00 +0200 From: Laurent Pinchart To: Stefan Wahren Cc: Peter Robinson , "Ivan T. Ivanov" , Dave Stevenson , Naushir Patuck , Bartosz Golaszewski , Broadcom internal kernel review list , Conor Dooley , Florian Fainelli , Krzysztof Kozlowski , Linus Walleij , Nicolas Saenz Julienne , Ray Jui , Rob Herring , Scott Branden , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, "u-boot@lists.denx.de" Subject: Re: [PATCH v2 0/3] dt-bindings: arm: bcm: raspberrypi,bcm2835-firmware: Drive-by fixes Message-ID: <20240327233700.GA21080@pendragon.ideasonboard.com> References: <20240326195807.15163-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240327_163712_362840_C793BD5D X-CRM114-Status: GOOD ( 22.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 On Wed, Mar 27, 2024 at 07:49:38AM +0100, Stefan Wahren wrote: > Hi, > > [add Peter and Ivan] > > Am 26.03.24 um 20:58 schrieb Laurent Pinchart: > > Hello, > > > > This small series includes a few drive-by fixes for DT validation > > errors. > > > > The first patch has been posted previously in v1 ([1], and now addresses > > a small review comment. I think it's good to go. > > > > The next two patches address the same issue as "[PATCH 1/2] dt-bindings: > > arm: bcm: raspberrypi,bcm2835-firmware: Add missing properties" ([2]), > > but this time with a (hopefully) correct approach. Patch 2/3 starts by > > fixing the raspberrypi-bcm2835-firmware driver, removing the need for DT > > properties that are specified in bcm2835-rpi.dtsi but not documented in > > the corresponding bindings. Patch 3/3 can then drop those properties, > > getting rid of the warnings. > > since this series drops properties from the device tree, does anyone > have the chance to test it with a recent U-Boot? I don't have U-Boot running with my RPi, so I would appreciate if someone could help :-) > > [1] https://lore.kernel.org/linux-arm-kernel/20240326004902.17054-3-laurent.pinchart@ideasonboard.com/ > > [2] https://lore.kernel.org/linux-arm-kernel/20240326004902.17054-2-laurent.pinchart@ideasonboard.com/ > > > > Laurent Pinchart (3): > > dt-bindings: arm: bcm: raspberrypi,bcm2835-firmware: Add gpio child > > node > > firmware: raspberrypi: Use correct device for DMA mappings > > ARM: dts: bcm283x: Drop unneeded properties in the bcm2835-firmware > > node > > > > .../arm/bcm/raspberrypi,bcm2835-firmware.yaml | 30 +++++++++++++++++++ > > .../gpio/raspberrypi,firmware-gpio.txt | 30 ------------------- > > arch/arm/boot/dts/broadcom/bcm2835-rpi.dtsi | 4 --- > > drivers/firmware/raspberrypi.c | 7 +++-- > > 4 files changed, 34 insertions(+), 37 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/gpio/raspberrypi,firmware-gpio.txt > > -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel