[RFC 1/2] dt-bindings: arm: rockchip: add Radxa E52C
Rob Herring (Arm)
robh at kernel.org
Wed Aug 7 08:20:27 PDT 2024
On Wed, 07 Aug 2024 17:46:41 +0900, FUKAUMI Naoki wrote:
> Add devicetree binding for the Radxa E52C.
>
> Radxa E52C is a compact network computer using the Rockchip RK3582
> chip.
>
> Signed-off-by: FUKAUMI Naoki <naoki at radxa.com>
> ---
> how should we handle RK3582? as far as I know, it's just an another
> version of RK3588S.
> ---
> Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
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
New warnings running 'make CHECK_DTBS=y rockchip/rk3588s-radxa-e52c.dtb' for 20240807084642.742-1-naoki at radxa.com:
arch/arm64/boot/dts/rockchip/rk3588s-radxa-e52c.dtb: leds: led-2:linux,default-trigger: 'oneOf' conditional failed, one must be fixed:
'r8169-4-4100:00:link' is not one of ['backlight', 'default-on', 'heartbeat', 'disk-activity', 'disk-read', 'disk-write', 'timer', 'pattern', 'audio-micmute', 'audio-mute', 'bluetooth-power', 'flash', 'kbd-capslock', 'mtd', 'nand-disk', 'none', 'torch', 'usb-gadget', 'usb-host', 'usbport']
'r8169-4-4100:00:link' does not match '^cpu[0-9]*$'
'r8169-4-4100:00:link' does not match '^hci[0-9]+-power$'
'r8169-4-4100:00:link' does not match '^mmc[0-9]+$'
'r8169-4-4100:00:link' does not match '^phy[0-9]+tx$'
from schema $id: http://devicetree.org/schemas/leds/leds-gpio.yaml#
arch/arm64/boot/dts/rockchip/rk3588s-radxa-e52c.dtb: leds: led-2: Unevaluated properties are not allowed ('linux,default-trigger' was unexpected)
from schema $id: http://devicetree.org/schemas/leds/leds-gpio.yaml#
More information about the Linux-rockchip
mailing list