From: Madhavan Srinivasan <maddy@linux.ibm.com>
To: "Rob Herring (Arm)" <robh@kernel.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Nicholas Piggin <npiggin@gmail.com>,
Christophe Leroy <christophe.leroy@csgroup.eu>,
Naveen N Rao <naveen@kernel.org>
Cc: Christoph Biedl <linux-kernel.bfrz@manchmal.in-ulm.de>,
linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] powerpc/prom_init: Fixup missing powermac #size-cells on i2s nodes
Date: Wed, 19 Mar 2025 07:35:58 +0530 [thread overview]
Message-ID: <952dbc9c-f720-4a66-b083-27b9c6fa82db@linux.ibm.com> (raw)
In-Reply-To: <20250318192256.3534046-1-robh@kernel.org>
On 3/19/25 12:52 AM, Rob Herring (Arm) wrote:
> On some powermacs `i2s` nodes are missing `#size-cells` properties,
> which is deprecated and now triggers a warning at boot since commit
> 045b14ca5c36 ("of: WARN on deprecated #address-cells/#size-cells
> handling").
>
> For example:
>
> Missing '#size-cells' in /pci@f2000000/mac-io@17/i2s@10000
> WARNING: CPU: 0 PID: 462 at drivers/of/base.c:134 of_bus_n_size_cells+0xb0/0x120
> Hardware name: PowerMac3,4 7400 0xc0209 PowerMac
> ...
> Call Trace:
> of_bus_n_size_cells+0xb0/0x120 (unreliable)
> of_bus_default_count_cells+0x40/0x60
> __of_get_address+0x158/0x294
> __of_address_to_resource+0x48/0x258
> i2sbus_probe+0x564/0x85c [snd_aoa_i2sbus]
> macio_device_probe+0x60/0x108
> really_probe+0xd8/0x344
> __driver_probe_device+0x90/0x1f0
> driver_probe_device+0x40/0xf4
> ...
>
> As there's already a fixup for the same issue on `escc` nodes, add
> `i2s` device_type to the existing fixup.
>
> Reported-by: Christoph Biedl <linux-kernel.bfrz@manchmal.in-ulm.de>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Have already picked up this patch as part of powerpc-next.
https://patchwork.ozlabs.org/project/linuxppc-dev/patch/875xmizl6a.fsf@igel.home/
Maddy
> ---
> arch/powerpc/kernel/prom_init.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
> index 57082fac4668..69018a2afc41 100644
> --- a/arch/powerpc/kernel/prom_init.c
> +++ b/arch/powerpc/kernel/prom_init.c
> @@ -2889,11 +2889,11 @@ static void __init fixup_device_tree_pmac(void)
> char type[8];
> phandle node;
>
> - // Some pmacs are missing #size-cells on escc nodes
> + // Some pmacs are missing #size-cells on escc and i2s nodes
> for (node = 0; prom_next_node(&node); ) {
> type[0] = '\0';
> prom_getprop(node, "device_type", type, sizeof(type));
> - if (prom_strcmp(type, "escc"))
> + if (prom_strcmp(type, "escc") && prom_strcmp(type, "i2s"))
> continue;
>
> if (prom_getproplen(node, "#size-cells") != PROM_ERROR)
next prev parent reply other threads:[~2025-03-19 2:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-18 19:22 Rob Herring (Arm)
2025-03-19 2:05 ` Madhavan Srinivasan [this message]
2025-03-20 20:26 ` Christoph Biedl
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=952dbc9c-f720-4a66-b083-27b9c6fa82db@linux.ibm.com \
--to=maddy@linux.ibm.com \
--cc=christophe.leroy@csgroup.eu \
--cc=linux-kernel.bfrz@manchmal.in-ulm.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=naveen@kernel.org \
--cc=npiggin@gmail.com \
--cc=robh@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
all inboxes | Powered by JetHome®