Skip to content

Commit

Permalink
dt-bindings: arm: sunxi: Default to the full MBUS binding
Browse files Browse the repository at this point in the history
Some older SoCs use a deprecated MBUS binding with some clocks missing.
Currently, new SoCs must opt in to the complete binding. This should be
the default, so new SoCs do not accidentally use the deprecated version.

Signed-off-by: Samuel Holland <[email protected]>
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Jernej Skrabec <[email protected]>
Signed-off-by: Jernej Skrabec <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
smaeul authored and jernejsk committed Jul 8, 2022
1 parent 534445e commit 2ffe476
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ required:
- dma-ranges

if:
properties:
compatible:
contains:
enum:
- allwinner,sun8i-h3-mbus
- allwinner,sun50i-a64-mbus
- allwinner,sun50i-h5-mbus
not:
properties:
compatible:
contains:
enum:
- allwinner,sun5i-a13-mbus
- allwinner,sun8i-r40-mbus

then:
properties:
Expand Down

0 comments on commit 2ffe476

Please sign in to comment.