[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAP_9mL7RBoy_jhEp4CU7FXtc19UtzP0GKuE15y0isF=bF7XGGg@mail.gmail.com>
Date: Thu, 25 Sep 2025 22:27:04 +0800
From: jjm2473 <jjm2473@...il.com>
To: "Rob Herring (Arm)" <robh@...nel.org>
Cc: kever.yang@...k-chips.com, krzk+dt@...nel.org, heiko@...ech.de,
alchark@...il.com, linux-rockchip@...ts.infradead.org, didi.debian@...ow.org,
pbrobinson@...il.com, honyuenkwun@...il.com, naoki@...xa.com, mani@...nel.org,
neil.armstrong@...aro.org, linux-arm-kernel@...ts.infradead.org,
quentin.schulz@...rry.de, jbx6244@...il.com, conor+dt@...nel.org,
dsimic@...jaro.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
inindev@...il.com, ivan8215145640@...il.com
Subject: Re: [PATCH v2 0/3] arm64: dts: rockchip: introduce LinkEase EasePi R1
Rob Herring (Arm) <robh@...nel.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@...il.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@...il.com:
>
> arch/arm64/boot/dts/rockchip/rk3568-easepi-r1.dtb: mmc@...00000 (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@...b0000 (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.
Powered by blists - more mailing lists