Michael Ellerman
cf89c9434a
powerpc/prom_init: Fixup missing powermac #size-cells
...
On some powermacs `escc` 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@c/escc@13000
WARNING: CPU: 0 PID: 0 at drivers/of/base.c:133 of_bus_n_size_cells+0x98/0x108
Hardware name: PowerMac3,1 7400 0xc0209 PowerMac
...
Call Trace:
of_bus_n_size_cells+0x98/0x108 (unreliable)
of_bus_default_count_cells+0x40/0x60
__of_get_address+0xc8/0x21c
__of_address_to_resource+0x5c/0x228
pmz_init_port+0x5c/0x2ec
pmz_probe.isra.0+0x144/0x1e4
pmz_console_init+0x10/0x48
console_init+0xcc/0x138
start_kernel+0x5c4/0x694
As powermacs boot via prom_init it's possible to add the missing
properties to the device tree during boot, avoiding the warning. Note
that `escc-legacy` nodes are also missing `#size-cells` properties, but
they are skipped by the macio driver, so leave them alone.
Depends-on: 045b14ca5c36 ("of: WARN on deprecated #address-cells/#size-cells handling")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20241126025710.591683-1-mpe@ellerman.id.au
2024-11-27 10:41:10 +05:30
..
2024-05-08 00:21:30 +10:00
2024-11-06 12:59:44 -05:00
2024-11-23 10:44:31 -08:00
2024-11-15 11:59:55 +11:00
2022-09-26 22:47:37 +10:00
2021-12-09 22:41:21 +11:00
2024-11-14 12:31:02 +11:00
2023-08-02 22:22:19 +10:00
2023-08-02 22:22:19 +10:00
2023-10-01 23:09:02 +11:00
2024-09-05 22:25:36 +10:00
2023-08-02 22:22:19 +10:00
2024-05-08 00:25:00 +10:00
2022-11-18 19:00:06 +11:00
2023-06-19 17:36:25 +10:00
2022-09-26 22:47:13 +10:00
2022-09-26 22:47:13 +10:00
2022-09-26 22:47:13 +10:00
2022-09-26 23:00:05 +10:00
2022-09-26 22:47:13 +10:00
2024-02-21 23:11:00 +11:00
2024-02-14 14:24:06 +11:00
2024-06-28 22:28:47 +10:00
2023-11-27 22:01:14 +11:00
2024-11-07 14:25:15 -08:00
2022-06-29 16:45:05 +10:00
2023-01-30 20:07:42 +11:00
2024-05-06 22:04:31 +10:00
2024-04-25 20:55:53 -07:00
2023-07-31 17:54:28 +02:00
2022-04-18 07:21:12 +02:00
2024-10-29 15:32:45 -05:00
2022-03-08 22:06:25 +11:00
2021-12-23 22:33:10 +11:00
2024-04-29 23:51:15 +10:00
2022-05-05 22:12:44 +10:00
2024-06-23 11:54:27 +10:00
2022-05-08 22:15:40 +10:00
2024-09-20 19:06:25 +10:00
2024-06-28 22:28:48 +10:00
2024-06-28 22:28:48 +10:00
2024-11-07 14:25:15 -08:00
2024-07-12 15:52:15 -07:00
2024-09-05 22:30:05 +10:00
2024-11-10 22:33:52 +11:00
2024-01-01 11:47:38 -05:00
2023-11-28 23:04:43 +11:00
2024-10-11 15:53:06 +11:00
2024-06-28 22:28:47 +10:00
2023-10-19 17:12:46 +11:00
2024-06-23 11:54:13 +10:00
2024-07-12 15:52:18 -07:00
2024-08-30 21:29:55 +10:00
2024-06-28 22:28:47 +10:00
2023-09-18 12:23:47 +10:00
2023-09-18 12:23:47 +10:00
2021-12-23 22:35:13 +11:00
2022-09-28 19:22:10 +10:00
2022-09-26 23:00:14 +10:00
2021-10-20 21:37:58 +11:00
2023-10-10 15:22:02 -07:00
2023-08-01 08:17:25 -04:00
2024-02-05 22:43:19 +11:00
2024-07-29 07:33:10 +05:30
2021-05-28 22:54:27 +10:00
2023-10-19 17:16:20 +11:00
2020-12-04 01:01:09 +11:00
2024-06-28 17:03:40 +10:00
2024-02-09 15:57:48 -08:00
2024-11-10 22:33:52 +11:00
2024-03-11 16:58:10 +01:00
2024-11-07 14:25:15 -08:00
2021-08-13 22:04:26 +10:00
2024-11-07 14:25:15 -08:00
2024-05-16 07:23:30 +09:00
2024-11-23 10:44:31 -08:00
2022-09-26 23:00:14 +10:00
2021-12-23 22:35:13 +11:00
2023-08-02 22:22:19 +10:00
2024-09-05 22:25:36 +10:00
2021-12-09 22:41:21 +11:00
2023-02-10 22:17:34 +11:00
2024-06-28 22:28:47 +10:00
2024-10-29 23:01:52 +11:00
2023-08-16 23:54:48 +10:00
2024-11-07 14:25:15 -08:00
2024-11-23 10:44:31 -08:00
2024-05-17 09:05:46 -07:00
2024-07-17 12:35:24 +02:00
2023-08-02 22:22:19 +10:00
2022-12-02 17:54:08 +11:00
2024-11-07 14:25:15 -08:00
2023-10-10 13:35:55 -06:00
2023-02-07 20:15:23 +11:00
2023-03-14 23:36:27 +11:00
2022-09-05 17:30:25 +10:00
2022-05-08 22:15:40 +10:00
2024-05-03 17:07:50 +02:00
2024-07-04 23:10:40 +10:00
2023-08-23 15:55:21 +10:00
2023-06-19 17:37:14 +10:00
2024-11-02 12:37:36 +01:00
2024-11-07 14:25:15 -08:00
2023-06-15 14:04:19 +10:00
2023-03-23 17:18:33 -07:00
2024-11-27 10:41:10 +05:30
2024-11-23 10:44:31 -08:00
2021-08-25 13:35:47 +10:00
2022-09-28 19:22:13 +10:00
2024-09-05 22:25:36 +10:00
2022-08-26 08:41:54 +10:00
2024-07-04 22:39:20 +10:00
2023-11-28 21:49:45 +11:00
2023-11-07 13:13:45 +11:00
2023-02-13 22:35:03 +11:00
2024-10-16 00:36:48 +02:00
2023-02-13 22:35:03 +11:00
2024-11-05 20:48:20 +11:00
2024-11-07 14:25:15 -08:00
2023-02-12 22:12:36 +11:00
2024-09-05 22:25:36 +10:00
2024-11-07 14:25:15 -08:00
2024-11-23 10:44:31 -08:00
2024-11-23 10:44:31 -08:00
2024-06-28 22:28:48 +10:00
2023-06-09 23:29:51 +10:00
2022-07-28 16:22:14 +10:00
2023-09-19 20:05:58 +10:00
2023-09-19 20:05:58 +10:00
2024-11-02 12:37:36 +01:00
2024-09-05 22:25:36 +10:00
2024-11-07 14:25:15 -08:00
2023-06-15 14:03:55 +10:00
2022-11-18 19:00:06 +11:00
2023-11-30 13:15:49 +11:00
2022-09-26 22:47:37 +10:00
2022-09-28 19:22:12 +10:00
2022-11-01 10:24:09 +11:00
2024-07-29 07:33:10 +05:30
2022-09-28 19:22:08 +10:00
2024-10-29 23:01:05 +11:00
2022-10-07 00:59:54 +11:00
2023-05-08 13:52:27 -10:00
2024-11-02 12:37:36 +01:00
2023-08-16 23:54:48 +10:00
2024-08-07 22:48:26 +10:00
2023-08-16 23:54:48 +10:00
2024-10-29 23:01:52 +11:00
2024-10-29 23:01:52 +11:00
2022-05-06 00:00:20 +10:00
2022-02-12 22:47:43 +11:00
2022-02-12 22:47:43 +11:00
2024-11-23 10:44:31 -08:00
2021-12-09 22:41:21 +11:00
2023-11-28 23:04:43 +11:00
2024-10-31 11:00:54 +11:00
2023-08-18 10:19:00 -07:00