Skip to content

Commit 960a414

Browse files
committed
dt-bindings: soc: amlogic,meson-gx-hhi-sysctrl: Document the System Control registers found on early Meson SoC
The early Amlogic SoCs also has a System Control registers register set, document it in the amlogic,meson-gx-hhi-sysctrl now the clock controller has been converted to yaml dt-schema. Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Link: https://lore.kernel.org/r/20241007-topic-amlogic-arm32-upstream-bindings-fixes-hhi-sysctrl-meson8-v1-1-896b24e6c3c8@linaro.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 40384c8 commit 960a414

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)