Re: [PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29
From: Segher Boessenkool <hidden>
Date: 2024-07-05 21:06:49
Also in:
linux-devicetree, lkml
From: Segher Boessenkool <hidden>
Date: 2024-07-05 21:06:49
Also in:
linux-devicetree, lkml
On Fri, Jul 05, 2024 at 11:19:39AM +1000, Michael Ellerman wrote:
+ prom_printf("nemo: deleting interrupt-map properties\n");
+ rc = call_prom("interpret", 1, 1,
+ " s\" /pxp@0,e0000000\" find-device"
+ " s\" interrupt-map\" delete-property"
+ " s\" interrupt-map-mask\" delete-property"
+ " device-end");
+ prom_printf("nemo: interpret returned %d\n", rc);It's very fragile no matter what. If some scriupt does something bad, just add something better for it? You can replace anything by just adding something with the same name! Segher