Message ID | 20250131200319.19996-2-funderscore@postmarketos.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add support for Xiaomi Mi TV Stick | expand |
> On 1 Feb 2025, at 12:03 am, Ferass El Hafidi <funderscore@postmarketos.org> wrote: > > From: Ferass El Hafidi <funderscore@postmarketos.org> > > Add support for xiaomi-aquaman. > > Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org> > --- > Documentation/devicetree/bindings/arm/amlogic.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml > index 0647851ae..0db7038b9 100644 > --- a/Documentation/devicetree/bindings/arm/amlogic.yaml > +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml > @@ -70,6 +70,7 @@ properties: > - enum: > - amlogic,p241 > - libretech,aml-s805x-ac > + - xiaomi,aquaman If this is S805Y not S805X, you should add a new binding section for S805Y devices, and add the board there. e.g. I did this for S905L (GXLX) devices: https://patchwork.kernel.org/project/linux-amlogic/patch/20240604084134.3315841-1-christianshewitt@gmail.com/ Christian > - const: amlogic,s805x > - const: amlogic,meson-gxl > > -- > 2.47.1 > > > _______________________________________________ > linux-amlogic mailing list > linux-amlogic@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-amlogic
On Sat Feb 1, 2025 at 5:45 AM UTC, Christian Hewitt wrote: > > On 1 Feb 2025, at 12:03 am, Ferass El Hafidi <funderscore@postmarketos.org> wrote: > > > > From: Ferass El Hafidi <funderscore@postmarketos.org> > > > > Add support for xiaomi-aquaman. > > > > Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org> > > --- > > Documentation/devicetree/bindings/arm/amlogic.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml > > index 0647851ae..0db7038b9 100644 > > --- a/Documentation/devicetree/bindings/arm/amlogic.yaml > > +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml > > @@ -70,6 +70,7 @@ properties: > > - enum: > > - amlogic,p241 > > - libretech,aml-s805x-ac > > + - xiaomi,aquaman > > If this is S805Y not S805X, you should add a new binding section for > S805Y devices, and add the board there. Will do. Thanks. > > e.g. I did this for S905L (GXLX) devices: > https://patchwork.kernel.org/project/linux-amlogic/patch/20240604084134.3315841-1-christianshewitt@gmail.com/ > > Christian > > > - const: amlogic,s805x > > - const: amlogic,meson-gxl > > > > -- > > 2.47.1 > > > > > > _______________________________________________ > > linux-amlogic mailing list > > linux-amlogic@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/linux-amlogic
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 0647851ae..0db7038b9 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -70,6 +70,7 @@ properties: - enum: - amlogic,p241 - libretech,aml-s805x-ac + - xiaomi,aquaman - const: amlogic,s805x - const: amlogic,meson-gxl