Message ID | 20240604051533.3312944-1-christianshewitt@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: media: amlogic,gx-vdec: add the GXLX SoC family and update GXL | expand |
On 04/06/2024 07:15, Christian Hewitt wrote: > The GXLX SoC is a GXL variant that omits VP9 codec support. Also add S905W > and S905Y as GXL chips and sort the GXL comment. > > Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> > --- > Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 04/06/2024 07:15, Christian Hewitt wrote: > The GXLX SoC is a GXL variant that omits VP9 codec support. Also add S905W > and S905Y as GXL chips and sort the GXL comment. > > Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> > --- > Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > index 55930f6107c9..47dce75aeae6 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > @@ -31,7 +31,8 @@ properties: > - items: > - enum: > - amlogic,gxbb-vdec # GXBB (S905) > - - amlogic,gxl-vdec # GXL (S905X, S905D) > + - amlogic,gxl-vdec # GXL (S905D, S905W, S905X, S905Y) > + - amlogic,gxlx-vdec # GXLX (S905L) > - amlogic,gxm-vdec # GXM (S912) > - const: amlogic,gx-vdec > - enum: Acked-by: Neil Armstrong <neil.armstrong@linaro.org>
Dear media maintainers, On 04/06/2024 07:15, Christian Hewitt wrote: > The GXLX SoC is a GXL variant that omits VP9 codec support. Also add S905W > and S905Y as GXL chips and sort the GXL comment. > > Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> > --- > Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > index 55930f6107c9..47dce75aeae6 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > @@ -31,7 +31,8 @@ properties: > - items: > - enum: > - amlogic,gxbb-vdec # GXBB (S905) > - - amlogic,gxl-vdec # GXL (S905X, S905D) > + - amlogic,gxl-vdec # GXL (S905D, S905W, S905X, S905Y) > + - amlogic,gxlx-vdec # GXLX (S905L) > - amlogic,gxm-vdec # GXM (S912) > - const: amlogic,gx-vdec > - enum: Gentle ping, could this patchset be part of v6.11 ? Thanks, Neil
diff --git a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml index 55930f6107c9..47dce75aeae6 100644 --- a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml +++ b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml @@ -31,7 +31,8 @@ properties: - items: - enum: - amlogic,gxbb-vdec # GXBB (S905) - - amlogic,gxl-vdec # GXL (S905X, S905D) + - amlogic,gxl-vdec # GXL (S905D, S905W, S905X, S905Y) + - amlogic,gxlx-vdec # GXLX (S905L) - amlogic,gxm-vdec # GXM (S912) - const: amlogic,gx-vdec - enum:
The GXLX SoC is a GXL variant that omits VP9 codec support. Also add S905W and S905Y as GXL chips and sort the GXL comment. Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> --- Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)