[PATCH v2 0/3] arm64: dts: rockchip: introduce LinkEase EasePi R1

jjm2473 jjm2473 at gmail.com
Thu Sep 25 07:27:04 PDT 2025


Rob Herring (Arm) <robh at kernel.org> 于2025年9月25日周四 22:12写道:
>
>
> On Thu, 25 Sep 2025 17:20:34 +0800, Liangbin Lian wrote:
> > LinkEase EasePi R1 [1] is a high-performance mini router.
> >
> > Specification:
> > - Rockchip RK3568
> > - 2GB/4GB LPDDR4 RAM
> > - 16GB on-board eMMC
> > - 1x M.2 key for 2280 NVMe (PCIe 3.0)
> > - 1x USB 3.0 Type-A
> > - 1x USB 2.0 Type-C (for USB flashing)
> > - 2x 1000 Base-T (native, RTL8211F)
> > - 2x 2500 Base-T (PCIe, RTL8125B)
> > - 1x HDMI 2.0 Output
> > - 12v DC Jack
> > - 1x Power key connected to PMIC
> > - 2x LEDs (one static power supplied, one GPIO controlled)
> >
> > [1] https://doc.linkease.com/zh/guide/easepi-r1/hardware.html
> >
> > Signed-off-by: Liangbin Lian <jjm2473 at gmail.com>
> > ---
> > Changes in v2:
> > - Change deprecated "rockchip,system-power-controller" to "system-power-controller"
> > - Link to v1: https://lore.kernel.org/r/20250925055906.83375-1-jjm2473@gmail.com/
> >
> > ---
> >
> >
>
>
> My bot found new DTB warnings on the .dts files added or changed in this
> series.
>
> Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
> are fixed by another series. Ultimately, it is up to the platform
> maintainer whether these warnings are acceptable or not. No need to reply
> unless the platform maintainer has comments.
>
> If you already ran DT checks and didn't see these error(s), then
> make sure dt-schema is up to date:
>
>   pip3 install dtschema --upgrade
>
>
> This patch series was applied (using b4) to base:
>  Base: attempting to guess base-commit...
>  Base: failed to guess base
>
> If this is not the correct base, please add 'base-commit' tag
> (or use b4 which does this automatically)
>
> New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/rockchip/' for 20250925092037.13582-1-jjm2473 at gmail.com:
>
> arch/arm64/boot/dts/rockchip/rk3568-easepi-r1.dtb: mmc at fe000000 (rockchip,rk3568-dw-mshc): status: 'oneOf' conditional failed, one must be fixed:
>         ['disable'] is not of type 'object'
>         'disable' is not one of ['okay', 'disabled', 'reserved', 'fail', 'fail-needs-probe']
>         from schema $id: http://devicetree.org/schemas/dt-core.yaml#
> arch/arm64/boot/dts/rockchip/rk3568-easepi-r1.dtb: mmc at fe2b0000 (rockchip,rk3568-dw-mshc): status: 'oneOf' conditional failed, one must be fixed:
>         ['disable'] is not of type 'object'
>         'disable' is not one of ['okay', 'disabled', 'reserved', 'fail', 'fail-needs-probe']
>         from schema $id: http://devicetree.org/schemas/dt-core.yaml#
>
>
>
>
>

Thank you!
"disable" is a typo, should be 'disabled', `./scripts/checkpatch.pl`
doesn't mention this.
I'll fix it after review if there are no other issues.



More information about the linux-arm-kernel mailing list