Message ID | 20241005-sti-gpu-v1-1-9bc11100b54b@me.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: st: add and enable MALI400 on stih410/stih410-b2260 | expand |
On Sat, Oct 05, 2024 at 06:07:59PM +0000, Alain Volmat wrote: > ST STi SoC family (stih410, stih418) has a Mali400. > Add a compatible for it. > > Signed-off-by: Alain Volmat <avolmat@me.com> > --- > Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml > index abd4aa335fbcebafc9164bd4963f9db60f0450c4..97a7ef0fea1a10df0ff485b9eb4468f44c92da39 100644 > --- a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml > +++ b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml > @@ -33,6 +33,7 @@ properties: > - rockchip,rk3188-mali > - rockchip,rk3228-mali > - samsung,exynos4210-mali > + - st,sti-mali That's quite generic compatible. I would expect here per-soc. Best regards, Krzysztof
Hi Krzysztof, On Sun, Oct 06, 2024 at 02:45:43PM +0200, Krzysztof Kozlowski wrote: > On Sat, Oct 05, 2024 at 06:07:59PM +0000, Alain Volmat wrote: > > ST STi SoC family (stih410, stih418) has a Mali400. > > Add a compatible for it. > > > > Signed-off-by: Alain Volmat <avolmat@me.com> > > --- > > Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml > > index abd4aa335fbcebafc9164bd4963f9db60f0450c4..97a7ef0fea1a10df0ff485b9eb4468f44c92da39 100644 > > --- a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml > > +++ b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml > > @@ -33,6 +33,7 @@ properties: > > - rockchip,rk3188-mali > > - rockchip,rk3228-mali > > - samsung,exynos4210-mali > > + - st,sti-mali > > That's quite generic compatible. I would expect here per-soc. Ok, right, I change this into st,stih410-mali in a v2. Thanks, Alain > > Best regards, > Krzysztof >
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml index abd4aa335fbcebafc9164bd4963f9db60f0450c4..97a7ef0fea1a10df0ff485b9eb4468f44c92da39 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml +++ b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml @@ -33,6 +33,7 @@ properties: - rockchip,rk3188-mali - rockchip,rk3228-mali - samsung,exynos4210-mali + - st,sti-mali - stericsson,db8500-mali - xlnx,zynqmp-mali - const: arm,mali-400
ST STi SoC family (stih410, stih418) has a Mali400. Add a compatible for it. Signed-off-by: Alain Volmat <avolmat@me.com> --- Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml | 1 + 1 file changed, 1 insertion(+)