From: Krzysztof Kozlowski <krzk@kernel.org>
To: Matthias Brugger <matthias.bgg@gmail.com>,
Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Lorenzo Bianconi <lorenzo@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>, Felix Fietkau <nbd@nbd.name>,
devicetree@vger.kernel.org, John Crispin <john@phrozen.org>,
soc@kernel.org, Arnd Bergmann <arnd@arndb.de>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>
Subject: Re: [PATCH] ARM: dts: airoha: fix pcie ranges properties
Date: Thu, 13 Jun 2024 15:32:38 +0200 [thread overview]
Message-ID: <75c7cc7b-21ee-4e80-aef5-256721caf6d4@kernel.org> (raw)
In-Reply-To: <b9f827f9-e2e7-43ff-acd5-09a54f7ed4c4@gmail.com>
On 26/01/2024 18:37, Matthias Brugger wrote:
>
>
> On 23/01/2024 17:35, Lorenzo Bianconi wrote:
>>>
>>> Reduce and split pcie controller memory ranges for en7523 SoC
>>> in order to properly load a pcie card on the second port.
>>>
>>> Fixes: 08a4aeb2c23f ("ARM: dts: Add PCIe support for Airoha EN7523")
>>> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
>
> Applied to v6.8-next/fixes
>
I cannot find this patch applied in Linux. I think it was lost.
Matthias, can you re-apply?
I'll send some patch for MAINTAINERS because it seems Airoha is missed.
> Thanks
>
>>> ---
>>> arch/arm/boot/dts/airoha/en7523.dtsi | 4 ++--
>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/arch/arm/boot/dts/airoha/en7523.dtsi b/arch/arm/boot/dts/airoha/en7523.dtsi
>>> index b523a868c4ad..bb78d54e94f6 100644
>>> --- a/arch/arm/boot/dts/airoha/en7523.dtsi
>>> +++ b/arch/arm/boot/dts/airoha/en7523.dtsi
>>> @@ -159,7 +159,7 @@ pcie0: pcie@1fa91000 {
>>> clocks = <&scu EN7523_CLK_PCIE>;
>>> clock-names = "sys_ck0";
>>> bus-range = <0x00 0xff>;
>>> - ranges = <0x82000000 0 0x20000000 0x20000000 0 0x8000000>;
>>> + ranges = <0x82000000 0 0x20000000 0x20000000 0 0x2000000>;
>>> status = "disabled";
>>>
>>> #interrupt-cells = <1>;
>>> @@ -188,7 +188,7 @@ pcie1: pcie@1fa92000 {
>>> clocks = <&scu EN7523_CLK_PCIE>;
>>> clock-names = "sys_ck1";
>>> bus-range = <0x00 0xff>;
>>> - ranges = <0x82000000 0 0x28000000 0x28000000 0 0x8000000>;
>>> + ranges = <0x82000000 0 0x22000000 0x22000000 0 0x2000000>;
>>> status = "disabled";
>>>
>>> #interrupt-cells = <1>;
>>> --
>>> 2.43.0
>>>
>>
>> Hi Matthias,
>>
>> Since you applied the original patch from Felix, I am wondering if
>> this fix is expected to go through your tree or applied directly by
>> Arnd.
>>
>> Regards,
>> Lorenzo
>>
Best regards,
Krzysztof
prev parent reply other threads:[~2024-06-13 13:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-05 15:37 [PATCH] ARM: dts: airoha: fix pcie ranges properties Lorenzo Bianconi
2024-01-23 16:35 ` Lorenzo Bianconi
2024-01-26 17:37 ` Matthias Brugger
2024-06-13 13:32 ` Krzysztof Kozlowski [this message]
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=75c7cc7b-21ee-4e80-aef5-256721caf6d4@kernel.org \
--to=krzk@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=arnd@arndb.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=john@phrozen.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=lorenzo@kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=nbd@nbd.name \
--cc=robh+dt@kernel.org \
--cc=soc@kernel.org \
/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).