Message ID | 20241026100310.52679-2-honyuenkwun@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: dts: rockchip: Add Orange Pi 5 Max board | expand |
On 26/10/2024 11:48, Jimmy Hon wrote: > Add devicetree binding for the Xunlong Orange Pi 5 Max board. > > The Orange Pi 5 Max is a single board computer powered by the Rockchip > RK3588. > > Signed-off-by: Jimmy Hon <honyuenkwun@gmail.com> The list of Cc is supposed to be taken by tools, not manually edited to strip something. <form letter> Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Tools like b4 or scripts/get_maintainer.pl provide you proper list of people, so fix your workflow. Tools might also fail if you work on some ancient tree (don't, instead use mainline) or work on fork of kernel (don't, instead use mainline). Just use b4 and everything should be fine, although remember about `b4 prep --auto-to-cc` if you added new patches to the patchset. You missed at least devicetree list (maybe more), so this won't be tested by automated tooling. Performing review on untested code might be a waste of time. Please kindly resend and include all necessary To/Cc entries. </form letter> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 1ef09fbfdfaf..8998cfe34fda 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -1001,6 +1001,11 @@ properties: - const: xunlong,orangepi-3b - const: rockchip,rk3566 + - description: Xunlong Orange Pi 5 Max + items: + - const: xunlong,orangepi-5-max + - const: rockchip,rk3588 + - description: Xunlong Orange Pi 5 Plus items: - const: xunlong,orangepi-5-plus
Add devicetree binding for the Xunlong Orange Pi 5 Max board. The Orange Pi 5 Max is a single board computer powered by the Rockchip RK3588. Signed-off-by: Jimmy Hon <honyuenkwun@gmail.com> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)