Skip to content

Commit d672510

Browse files
committed
Merge tag 'amlogic-drivers-for-v6.14' of https://git.kernel.org/pub/scm/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>
2 parents a48867b + 960a414 commit d672510

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ properties:
1313
compatible:
1414
items:
1515
- enum:
16+
- amlogic,meson-hhi-sysctrl
1617
- amlogic,meson-gx-hhi-sysctrl
1718
- amlogic,meson-gx-ao-sysctrl
1819
- amlogic,meson-axg-hhi-sysctrl
@@ -36,6 +37,19 @@ properties:
3637
type: object
3738

3839
allOf:
40+
- if:
41+
properties:
42+
compatible:
43+
enum:
44+
- amlogic,meson-hhi-sysctrl
45+
then:
46+
properties:
47+
clock-controller:
48+
$ref: /schemas/clock/amlogic,meson8-clkc.yaml#
49+
50+
pinctrl: false
51+
phy: false
52+
3953
- if:
4054
properties:
4155
compatible:

0 commit comments

Comments
 (0)