[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251201125934.GA3004948-robh@kernel.org>
Date: Mon, 1 Dec 2025 06:59:34 -0600
From: Rob Herring <robh@...nel.org>
To: Dave Stevenson <dave.stevenson@...pberrypi.com>
Cc: Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
David Airlie <airlied@...il.com>, Simona Vetter <simona@...ll.ch>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Florian Fainelli <florian.fainelli@...adcom.com>,
Broadcom internal kernel review list <bcm-kernel-feedback-list@...adcom.com>,
Eric Anholt <eric@...olt.net>,
MaĆra Canal <mcanal@...lia.com>,
Raspberry Pi Kernel Maintenance <kernel-list@...pberrypi.com>,
Ray Jui <rjui@...adcom.com>, Scott Branden <sbranden@...adcom.com>,
Doug Berger <opendmb@...il.com>,
Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>,
Thomas Gleixner <tglx@...utronix.de>,
Stefan Wahren <wahrenst@....net>, dri-devel@...ts.freedesktop.org,
devicetree@...r.kernel.org, linux-rpi-kernel@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Florian Fainelli <f.fainelli@...il.com>, linux-gpio@...r.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Subject: Re: [PATCH v5 0/3] drm/vc4: Fixup DT and DT binding issues from
recent patchset
On Fri, Dec 20, 2024 at 06:11:10PM +0000, Dave Stevenson wrote:
> I missed the DT errors from the recent patchset[1] (DT patches
> in linux-next via Florian, DRM bindings patches on dri-misc-next)
> as Rob's bot report got spam filtered, so this is a fixup set.
>
> Largely it was changes to number of interrupts or clocks in the
> bindings, so those are now covered.
>
> I've fixed up the missing "interrupt-controller" flags for 2711
> and 2712 whilst here.
I found this is still warning a year later, so I fixed up the commit
messages and applied.
The comments were a bit nitpicky for a v5 version IMO. However, you went
to the trouble of preparing 5 versions of the series and we spent our
time reviewing them, so why abandon them?
It would be nice if the Broadcom folks spent some effort fixing the
remaining DT warnings. I see little progress.
>
> I can't get my head around what is meant to happen with ranges:
> "soc@...c000000: firmware: 'ranges' is a required property"
> The meaning seems obvious.
Adding "ranges" is probably not correct. Generally, 'firmware' is not
MMIO and should not be under an MMIO bus (i.e. simple-bus).
>
> However if I add it then I get:
> "firmware: '#address-cells', '#size-cells', 'dma-ranges', 'ranges' do
> not match any of the regexes: 'pinctrl-[0-9]+'
> from schema $id: http://devicetree.org/schemas/arm/bcm/raspberrypi,bcm2835-firmware.yaml#
If you add properties to the 'firmware' node, then you need to add those
properties to its schema.
>
> There's obviously some other flag I need to set in the bindings,
> but I can't work it out. We have similar errors for all the Pi
> platforms for one or more nodes.
> Please advise and I'll happily fix them all.
Powered by blists - more mailing lists