diff options
author | Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com> | 2024-09-20 18:45:05 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-10-02 10:52:37 +0300 |
commit | 496374c1d0045177cb5c3e85ce33b2179b11a413 (patch) | |
tree | 19aa7f0d73b3255660b460a7f749bbb9a6d7c271 /Documentation/devicetree/bindings/soc | |
parent | 2caf56f6cf69b026749a2c6c8ad083e5c47b8362 (diff) | |
download | linux-496374c1d0045177cb5c3e85ce33b2179b11a413.tar.xz |
dt-bindings: soc: samsung: exynos-pmu: Add exynos8895 compatible
Add exynos8895-pmu compatible to the bindings documentation. Since
Samsung, as usual, reuses devices from older designs, use the
samsung,exynos7-pmu compatible.
Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240920154508.1618410-8-ivo.ivanov.ivanov1@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/soc')
-rw-r--r-- | Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml index 15fcd8f1d8bc..5c4ba6c65e69 100644 --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml @@ -53,6 +53,7 @@ properties: - items: - enum: - samsung,exynos7885-pmu + - samsung,exynos8895-pmu - samsung,exynosautov9-pmu - samsung,exynosautov920-pmu - tesla,fsd-pmu |