Re: [PATCH] board: turris: Find atsha device by atsha driver

2022-07-21 Thread Stefan Roese
On 19.05.22 11:11, Pali Rohár wrote: It does not matter what is DT node name of atsha device. So find it via atsha driver and not by DT node name. Signed-off-by: Pali Rohár Applied to u-boot-marvell/master Thanks, Stefan --- board/CZ.NIC/turris_atsha_otp.c | 5 - 1 file changed, 4

Re: [PATCH] board: turris: Find atsha device by atsha driver

2022-05-20 Thread Pali Rohár
On Friday 20 May 2022 07:05:50 Stefan Roese wrote: > On 19.05.22 11:11, Pali Rohár wrote: > > It does not matter what is DT node name of atsha device. So find it via > > atsha driver and not by DT node name. > > > > Signed-off-by: Pali Rohár > > Just curious: What exactly does this patch fix?

Re: [PATCH] board: turris: Find atsha device by atsha driver

2022-05-19 Thread Stefan Roese
On 19.05.22 11:11, Pali Rohár wrote: It does not matter what is DT node name of atsha device. So find it via atsha driver and not by DT node name. Signed-off-by: Pali Rohár Just curious: What exactly does this patch fix? Is there a turris board with a differently named atsha DT entry?

[PATCH] board: turris: Find atsha device by atsha driver

2022-05-19 Thread Pali Rohár
It does not matter what is DT node name of atsha device. So find it via atsha driver and not by DT node name. Signed-off-by: Pali Rohár --- board/CZ.NIC/turris_atsha_otp.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/board/CZ.NIC/turris_atsha_otp.c