mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-07 14:19:35 +00:00
dt-bindings: gpu: mali-bifrost: Add Mediatek MT8183
Define a compatible string for the Mali Bifrost GPU found in Mediatek's MT8183 SoCs. Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Steven Price <steven.price@arm.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210421132841.v13.1.Ie74d3355761aab202d4825ac6f66d990bba0130e@changeid
This commit is contained in:
parent
e3c2f1870a
commit
a7a596cd31
@ -17,6 +17,7 @@ properties:
|
|||||||
items:
|
items:
|
||||||
- enum:
|
- enum:
|
||||||
- amlogic,meson-g12a-mali
|
- amlogic,meson-g12a-mali
|
||||||
|
- mediatek,mt8183-mali
|
||||||
- realtek,rtd1619-mali
|
- realtek,rtd1619-mali
|
||||||
- rockchip,px30-mali
|
- rockchip,px30-mali
|
||||||
- const: arm,mali-bifrost # Mali Bifrost GPU model/revision is fully discoverable
|
- const: arm,mali-bifrost # Mali Bifrost GPU model/revision is fully discoverable
|
||||||
@ -41,10 +42,13 @@ properties:
|
|||||||
|
|
||||||
mali-supply: true
|
mali-supply: true
|
||||||
|
|
||||||
|
sram-supply: true
|
||||||
|
|
||||||
operating-points-v2: true
|
operating-points-v2: true
|
||||||
|
|
||||||
power-domains:
|
power-domains:
|
||||||
maxItems: 1
|
minItems: 1
|
||||||
|
maxItems: 3
|
||||||
|
|
||||||
resets:
|
resets:
|
||||||
maxItems: 2
|
maxItems: 2
|
||||||
@ -89,6 +93,30 @@ allOf:
|
|||||||
then:
|
then:
|
||||||
required:
|
required:
|
||||||
- resets
|
- resets
|
||||||
|
- if:
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
contains:
|
||||||
|
const: mediatek,mt8183-mali
|
||||||
|
then:
|
||||||
|
properties:
|
||||||
|
power-domains:
|
||||||
|
minItems: 3
|
||||||
|
power-domain-names:
|
||||||
|
items:
|
||||||
|
- const: core0
|
||||||
|
- const: core1
|
||||||
|
- const: core2
|
||||||
|
|
||||||
|
required:
|
||||||
|
- sram-supply
|
||||||
|
- power-domains
|
||||||
|
- power-domain-names
|
||||||
|
else:
|
||||||
|
properties:
|
||||||
|
power-domains:
|
||||||
|
maxItems: 1
|
||||||
|
sram-supply: false
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
|
Loading…
Reference in New Issue
Block a user