Re: [PATCH] rockchip: ringneck-px30: enable i2c command

2023-11-08 Thread Kever Yang
On 2023/10/25 19:17, Quentin Schulz wrote: From: Quentin Schulz This is a useful tool to check the presence of a device on a specific i2c bus, so let's enable it. Cc: Quentin Schulz Signed-off-by: Quentin Schulz Reviewed-by: Kever Yang Thanks, - Kever --- configs/ringneck-px30_defco

Re: [PATCH] rockchip: ringneck-px30: enable i2c command

2023-10-25 Thread Heiko Stübner
Am Mittwoch, 25. Oktober 2023, 13:17:12 CEST schrieb Quentin Schulz: > From: Quentin Schulz > > This is a useful tool to check the presence of a device on a specific > i2c bus, so let's enable it. > > Cc: Quentin Schulz > Signed-off-by: Quentin Schulz Reviewed-by: Heiko Stuebner

[PATCH] rockchip: ringneck-px30: enable i2c command

2023-10-25 Thread Quentin Schulz
From: Quentin Schulz This is a useful tool to check the presence of a device on a specific i2c bus, so let's enable it. Cc: Quentin Schulz Signed-off-by: Quentin Schulz --- configs/ringneck-px30_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/ringneck-px30_defconfig b/co