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/apm | |
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/apm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/apm/scu.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/devicetree/bindings/arm/apm/scu.txt b/Documentation/devicetree/bindings/arm/apm/scu.txt deleted file mode 100644 index b45be06625fd..000000000000 --- a/Documentation/devicetree/bindings/arm/apm/scu.txt +++ /dev/null @@ -1,17 +0,0 @@ -APM X-GENE SoC series SCU Registers - -This system clock unit contain various register that control block resets, -clock enable/disables, clock divisors and other deepsleep registers. - -Properties: - - compatible : should contain two values. First value must be: - - "apm,xgene-scu" - second value must be always "syscon". - - - reg : offset and length of the register set. - -Example : - scu: system-clk-controller@17000000 { - compatible = "apm,xgene-scu","syscon"; - reg = <0x0 0x17000000 0x0 0x400>; - }; |