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

From: Quentin Schulz quentin.schulz@theobroma-systems.com
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 foss+uboot@0leil.net Signed-off-by: Quentin Schulz quentin.schulz@theobroma-systems.com --- configs/ringneck-px30_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig index b4666d0e90f..f47dfa58782 100644 --- a/configs/ringneck-px30_defconfig +++ b/configs/ringneck-px30_defconfig @@ -53,6 +53,7 @@ CONFIG_SPL_ATF=y # CONFIG_CMD_LZMADEC is not set # CONFIG_CMD_UNZIP is not set CONFIG_CMD_GPT=y +CONFIG_CMD_I2C=y # CONFIG_CMD_LOADB is not set # CONFIG_CMD_LOADS is not set CONFIG_CMD_MMC=y
--- base-commit: 351da15f71e3d70dbc63e90781b403415452d864 change-id: 20231025-ringneck-i2c-cmd-6417b86bc9a8
Best regards,

Am Mittwoch, 25. Oktober 2023, 13:17:12 CEST schrieb Quentin Schulz:
From: Quentin Schulz quentin.schulz@theobroma-systems.com
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 foss+uboot@0leil.net Signed-off-by: Quentin Schulz quentin.schulz@theobroma-systems.com
Reviewed-by: Heiko Stuebner heiko@sntech.de

On 2023/10/25 19:17, Quentin Schulz wrote:
From: Quentin Schulz quentin.schulz@theobroma-systems.com
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 foss+uboot@0leil.net Signed-off-by: Quentin Schulz quentin.schulz@theobroma-systems.com
Reviewed-by: Kever Yang kever.yang@rock-chips.com
Thanks, - Kever
configs/ringneck-px30_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig index b4666d0e90f..f47dfa58782 100644 --- a/configs/ringneck-px30_defconfig +++ b/configs/ringneck-px30_defconfig @@ -53,6 +53,7 @@ CONFIG_SPL_ATF=y # CONFIG_CMD_LZMADEC is not set # CONFIG_CMD_UNZIP is not set CONFIG_CMD_GPT=y +CONFIG_CMD_I2C=y # CONFIG_CMD_LOADB is not set # CONFIG_CMD_LOADS is not set CONFIG_CMD_MMC=y
base-commit: 351da15f71e3d70dbc63e90781b403415452d864 change-id: 20231025-ringneck-i2c-cmd-6417b86bc9a8
Best regards,
participants (3)
-
Heiko Stübner
-
Kever Yang
-
Quentin Schulz