diff options
author | 2021-10-28 17:43:12 +0300 | |
---|---|---|
committer | 2021-11-15 14:36:01 +0100 | |
commit | a67cce83945170994fcef241b934699b6018b707 (patch) | |
tree | ae160342af319cd38a1448fd0b4ee1428e681401 | |
parent | soc: samsung: exynos-chipid: add Exynos7885 SoC support (diff) | |
download | wireguard-linux-a67cce83945170994fcef241b934699b6018b707.tar.xz wireguard-linux-a67cce83945170994fcef241b934699b6018b707.zip |
dt-bindings: samsung: pmu: Document Exynos850
Exynos850 SoC can reuse PMU driver functionality. Add corresponding
compatible string to PMU bindings documentation.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211028144313.9444-1-semen.protsenko@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml b/Documentation/devicetree/bindings/arm/samsung/pmu.yaml index 17678d9686c1..0bbd89265b28 100644 --- a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml +++ b/Documentation/devicetree/bindings/arm/samsung/pmu.yaml @@ -24,6 +24,7 @@ select: - samsung,exynos5420-pmu - samsung,exynos5433-pmu - samsung,exynos7-pmu + - samsung,exynos850-pmu - samsung-s5pv210-pmu required: - compatible @@ -41,6 +42,7 @@ properties: - samsung,exynos5420-pmu - samsung,exynos5433-pmu - samsung,exynos7-pmu + - samsung,exynos850-pmu - samsung-s5pv210-pmu - const: syscon |