diff options
author | Rob Herring <robh@kernel.org> | 2024-04-02 22:24:11 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-05-10 16:39:16 +0200 |
commit | 7777dc1f91437482e6391418a7d9784c4e34ae45 (patch) | |
tree | 3988fec38652d5dbb1183fd9d51b7760109aad42 /Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt | |
parent | mfd: rohm-bd71828: Add power off functionality (diff) | |
download | linux-7777dc1f91437482e6391418a7d9784c4e34ae45.tar.xz linux-7777dc1f91437482e6391418a7d9784c4e34ae45.zip |
dt-bindings: mfd: syscon: Add missing simple syscon compatibles
Add various "simple" syscon compatibles which were undocumented or
still documented with old text bindings.
apm,xgene-csw, apm,xgene-efuse, apm,xgene-mcb, apm,xgene-rb,
fsl,ls1088a-reset, marvell,armada-3700-cpu-misc,
mediatek,mt2712-pctl-a-syscfg, mediatek,mt6397-pctl-pmic-syscfg, and
mediatek,mt8173-pctl-a-syscfg were all undocumented, but are in use
already. Remove the old text binding docs for the others.
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240402202413.757283-1-robh@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt b/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt deleted file mode 100644 index 29fa93dad52b..000000000000 --- a/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt +++ /dev/null @@ -1,32 +0,0 @@ -Power management ----------------- - -For power management (particularly DVFS and AVS), the North Bridge -Power Management component is needed: - -Required properties: -- compatible : should contain "marvell,armada-3700-nb-pm", "syscon"; -- reg : the register start and length for the North Bridge - Power Management - -Example: - -nb_pm: syscon@14000 { - compatible = "marvell,armada-3700-nb-pm", "syscon"; - reg = <0x14000 0x60>; -} - -AVS ---- - -For AVS an other component is needed: - -Required properties: -- compatible : should contain "marvell,armada-3700-avs", "syscon"; -- reg : the register start and length for the AVS - -Example: -avs: avs@11500 { - compatible = "marvell,armada-3700-avs", "syscon"; - reg = <0x11500 0x40>; -} |