mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
dt-bindings: soc: bcm: bcm2835-pm: Add support for bcm2711
Add a new compatible string for BCM2711 and the option to provide a third reg property for the board's new RPiVid ASB. In BCM2711 the new RPiVid ASB took over V3D, which is our only consumer of this driver so far. The old ASB is still be present with ISP and H264 bits but no V3D. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
7bc592cf48
commit
0e44511117
|
|
@ -19,17 +19,21 @@ allOf:
|
|||
properties:
|
||||
compatible:
|
||||
items:
|
||||
- const: brcm,bcm2835-pm
|
||||
- enum:
|
||||
- brcm,bcm2835-pm
|
||||
- brcm,bcm2711-pm
|
||||
- const: brcm,bcm2835-pm-wdt
|
||||
|
||||
reg:
|
||||
minItems: 2
|
||||
maxItems: 2
|
||||
maxItems: 3
|
||||
|
||||
reg-names:
|
||||
minItems: 2
|
||||
items:
|
||||
- const: pm
|
||||
- const: asb
|
||||
- const: rpivid_asb
|
||||
|
||||
"#power-domain-cells":
|
||||
const: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user