Hi Jonas,<br/><br/>Thanks for your review and helpful suggestions!<br/><br/>On 2025-03-30 19:27, Jonas Karlman wrote:<br/>>> diff --git a/configs/lckfb-tspi-rk3566_defconfig b/configs/lckfb-tspi-rk3566_defconfig<br/>>> new file mode 100644<br/>>> index 00000000..126ede37<br/>>> --- /dev/null<br/>>> +++ b/configs/lckfb-tspi-rk3566_defconfig<br/>>> @@ -0,0 +1,84 @@<br/>>> +CONFIG_ARM=y<br/>>> +CONFIG_SKIP_LOWLEVEL_INIT=y<br/>>> +CONFIG_COUNTER_FREQUENCY=24000000<br/>>> +CONFIG_ARCH_ROCKCHIP=y<br/>>> +CONFIG_SPL_GPIO=y<br/><br/>> The SPL control FDT is not including any gpio related nodes, this could<br/>> be dropped.<br/><br/>Ack. I will remove `CONFIG_SPL_GPIO`.<br/><br/>>> ...<br/>>> +CONFIG_SPL_POWER=y<br/><br/>> The SPL control FDT is not including any power related nodes, this could<br/>> be dropped.<br/><br/>Will drop `CONFIG_SPL_POWER`.<br/><br/>>> ...<br/>>> +CONFIG_DWC_ETH_QOS=y<br/>>> +CONFIG_DWC_ETH_QOS_ROCKCHIP=y<br/><br/>> It does not look like the device tree enable any Ethernet devices, these<br/>> two could be dropped.<br/><br/>I’ll remove both `CONFIG_DWC_ETH_QOS` and `CONFIG_DWC_ETH_QOS_ROCKCHIP`.<br/><br/>>> ...<br/>>> +CONFIG_SPL_DM_REGULATOR=y<br/>>> +CONFIG_SPL_DM_REGULATOR_FIXED=y<br/><br/>> The SPL control FDT is not including any fixed regulators, these two<br/>> could be dropped.<br/><br/>I will remove `CONFIG_SPL_DM_REGULATOR` and `CONFIG_SPL_DM_REGULATOR_FIXED`.<br/><br/>>> ...<br/>>> diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst<br/>>> index 1407080f..ae9a8c8a 100644<br/>>> --- a/doc/board/rockchip/rockchip.rst<br/>>> +++ b/doc/board/rockchip/rockchip.rst<br/>>> @@ -112,6 +112,7 @@ List of mainline supported Rockchip boards:<br/>>> - Radxa ROCK 3C (rock-3c-rk3566)<br/>>> - Radxa ZERO 3W/3E (radxa-zero-3-rk3566)<br/>>> - Xunlong Orange Pi 3B (orangepi-3b-rk3566)<br/>>> + - LCKFB TaishanPi (lckfb-tspi-rk3566)<br/><br/>> Please add this line in correct alphabetical order and not at the bottom.<br/><br/>Thanks! I’ll fix the order and place it alphabetically in the next revision.<br/><br/>Best regards, <br/>Jiehui<br/>