Re: [PATCH 2/5] ppc/pnv: Remove PHB4 reset handler

2021-12-22 Thread Daniel Henrique Barboza
On 12/22/21 03:38, Cédric Le Goater wrote: The PHB4 reset handler was preparing ground for PHB5 to set appropriately the device id. We don't need it for the PHB4 since the device id is already set in the root port complex. PH5 will introduce its own. "device-id" property is now useless. It sh

[PATCH 2/5] ppc/pnv: Remove PHB4 reset handler

2021-12-21 Thread Cédric Le Goater
The PHB4 reset handler was preparing ground for PHB5 to set appropriately the device id. We don't need it for the PHB4 since the device id is already set in the root port complex. PH5 will introduce its own. "device-id" property is now useless. It should be removed. Signed-off-by: Cédric Le Goate