[PATCH v2 2/5] remoteproc: pru: Add APIs to get and put the PRU cores
David Lechner
david at lechnology.com
Mon Jan 4 15:56:41 EST 2021
>
> @@ -706,14 +824,14 @@ static int pru_rproc_set_id(struct pru_rproc *pru)
> case RTU0_IRAM_ADDR_MASK:
> fallthrough;
> case PRU0_IRAM_ADDR_MASK:
> - pru->id = 0;
> + pru->id = PRUSS_PRU0;
> break;
> case TX_PRU1_IRAM_ADDR_MASK:
> fallthrough;
> case RTU1_IRAM_ADDR_MASK:
> fallthrough;
> case PRU1_IRAM_ADDR_MASK:
> - pru->id = 1;
> + pru->id = PRUSS_PRU1;
> break;
> default:
> ret = -EINVAL;
There is a similar opportunity for using PRUSS_PRU1 in pru_d_da_to_va()
More information about the linux-arm-kernel
mailing list