From: Florian Fainelli <florian.fainelli@broadcom.com>
To: Stefan Wahren <wahrenst@gmx.net>,
Karan Sanghavi <karansanghvi98@gmail.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Broadcom internal kernel review list
<bcm-kernel-feedback-list@broadcom.com>
Cc: devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Shuah Khan <skhan@linuxfoundation.org>,
Anup <anupnewsmail@gmail.com>
Subject: Re: [PATCH] arm: dts: broadcom: Add missing required fields
Date: Wed, 25 Sep 2024 13:38:50 -0700 [thread overview]
Message-ID: <6723d91c-ac15-436e-878c-2d6fc1aac5e2@broadcom.com> (raw)
In-Reply-To: <3e296eed-5dbc-4098-ac3c-3c3125a352d8@gmx.net>
On 9/25/24 09:39, Stefan Wahren wrote:
> Hi Karan,
>
> Am 25.09.24 um 18:14 schrieb Karan Sanghavi:
>> Added below mentioned required fields
>> 1. interrupt-controller
>> 2. #interrupt-cells
>> in the bcm2711.dtsi file for the
>> interrupt-controller@40000000 block as defined in the
>> bindings/interrupt-controller/brcm,bcm2836-l1-intc.yaml.
>> This issue was noticed while compiling the dtb file
>> for broadcom/bcm2711-rpi-4-b.dts file.
>> After including the above fields in the dtsi file
>> interrupt-conntroller error was resolved.
> looks like you made the same mistake like me [1]. This change breaks
> boot of Raspberry Pi 4 [2].
>
> There are a lot of DT schema warnings to fix, but this doesn't belong to
> the trivial ones.
Including the #interrupt-cells would not have a functional impact
however, and we ought to be able to do that.
The 'interrupt-controller' property presence means that the controller
will be picked up by of_irq_init() and that is was causes problems for
people testing this. Stefan, do you know if the VPU firmware
removes/inserts that property to tell Linux which interrupt controller
(bcm2836-l1-intc or ARM GIC) to use or does it make use of the "status"
property which would be the canonical way about doing that?
Thanks!
--
Florian
next prev parent reply other threads:[~2024-09-25 20:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-25 16:14 [PATCH] arm: dts: broadcom: Add missing required fields Karan Sanghavi
2024-09-25 16:39 ` Stefan Wahren
2024-09-25 20:27 ` Krzysztof Kozlowski
2024-09-25 20:38 ` Florian Fainelli [this message]
2024-09-28 6:26 ` Karan Sanghavi
2024-09-30 18:34 ` Stefan Wahren
2024-10-01 10:54 ` Dave Stevenson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6723d91c-ac15-436e-878c-2d6fc1aac5e2@broadcom.com \
--to=florian.fainelli@broadcom.com \
--cc=anupnewsmail@gmail.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=karansanghvi98@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=robh@kernel.org \
--cc=skhan@linuxfoundation.org \
--cc=wahrenst@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).