Message ID | 20231227173911.3295410-4-liujianfeng1994@gmail.com |
---|---|
State | New |
Headers | show |
Series | Add hantro g1 video decoder support for RK3588 | expand |
Am Mittwoch, 27. Dezember 2023, 18:39:11 CET schrieb Jianfeng Liu: > This patch adds RK3588 compatible in rockchip-vpu dt-bindings. > > Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com> > --- > Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > index c57e1f488..600ad351e 100644 > --- a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > @@ -24,6 +24,7 @@ properties: > - rockchip,rk3399-vpu > - rockchip,px30-vpu > - rockchip,rk3568-vpu > + - rockchip,rk3588-vpu > - rockchip,rk3588-av1-vpu Same thing about the alphabetical ordering and including dt-people as mentioned in patch1. Thanks Heiko > - items: > - const: rockchip,rk3188-vpu > -- > 2.34.1 > > > _______________________________________________ > Linux-rockchip mailing list > Linux-rockchip@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-rockchip >
On 27/12/2023 18:39, Jianfeng Liu wrote: > This patch adds RK3588 compatible in rockchip-vpu dt-bindings. > > Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com> > --- 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. 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, thus I will skip this patch entirely till you follow the process allowing the patch to be tested. Please kindly resend and include all necessary To/Cc entries. Best regards, Krzysztof
Many thanks for your kindly review. Please forgive my newbee actions. I just learned how to reply mails with git send-email so forgive me again for my late reply. I have just sent v2 of this series to maintainerers and I will send v3 later. Many thanks to you guys, Jianfeng
diff --git a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml index c57e1f488..600ad351e 100644 --- a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml +++ b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml @@ -24,6 +24,7 @@ properties: - rockchip,rk3399-vpu - rockchip,px30-vpu - rockchip,rk3568-vpu + - rockchip,rk3588-vpu - rockchip,rk3588-av1-vpu - items: - const: rockchip,rk3188-vpu
This patch adds RK3588 compatible in rockchip-vpu dt-bindings. Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com> --- Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 1 + 1 file changed, 1 insertion(+) -- 2.34.1