Skip to content

Commit

Permalink
Merge tag 'amlogic-drivers-for-v6.14' of https://git.kernel.org/pub/s…
Browse files Browse the repository at this point in the history
…cm/linux/kernel/git/amlogic/linux into soc/dt

Amlogic drivers changes for v6.14:
- Document the System Control registers found on early Meson SoC

* tag 'amlogic-drivers-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux:
  dt-bindings: soc: amlogic,meson-gx-hhi-sysctrl: Document the System Control registers found on early Meson SoC

Link: https://lore.kernel.org/r/d22513cc-c326-443c-982b-78adf755d3dc@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
arndb committed Jan 16, 2025
2 parents a48867b + 960a414 commit d672510
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ properties:
compatible:
items:
- enum:
- amlogic,meson-hhi-sysctrl
- amlogic,meson-gx-hhi-sysctrl
- amlogic,meson-gx-ao-sysctrl
- amlogic,meson-axg-hhi-sysctrl
Expand All @@ -36,6 +37,19 @@ properties:
type: object

allOf:
- if:
properties:
compatible:
enum:
- amlogic,meson-hhi-sysctrl
then:
properties:
clock-controller:
$ref: /schemas/clock/amlogic,meson8-clkc.yaml#

pinctrl: false
phy: false

- if:
properties:
compatible:
Expand Down

0 comments on commit d672510

Please sign in to comment.