Commit cebe2234 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

dt-bindings: ufs: samsung,exynos-ufs: use common bindings

Use common UFS bindings in Samsung Exynos UFS to cover generic/common
properties in DTS.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220306111125.116455-3-krzysztof.kozlowski@canonical.com
parent 85440732
...@@ -11,12 +11,11 @@ maintainers: ...@@ -11,12 +11,11 @@ maintainers:
description: | description: |
Each Samsung UFS host controller instance should have its own node. Each Samsung UFS host controller instance should have its own node.
This binding define Samsung specific binding other then what is used
in the common ufshcd bindings
[1] Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
properties: allOf:
- $ref: ufs-common.yaml
properties:
compatible: compatible:
enum: enum:
- samsung,exynos7-ufs - samsung,exynos7-ufs
...@@ -47,9 +46,6 @@ properties: ...@@ -47,9 +46,6 @@ properties:
- const: core_clk - const: core_clk
- const: sclk_unipro_main - const: sclk_unipro_main
interrupts:
maxItems: 1
phys: phys:
maxItems: 1 maxItems: 1
...@@ -67,13 +63,12 @@ properties: ...@@ -67,13 +63,12 @@ properties:
required: required:
- compatible - compatible
- reg - reg
- interrupts
- phys - phys
- phy-names - phy-names
- clocks - clocks
- clock-names - clock-names
additionalProperties: false unevaluatedProperties: false
examples: examples:
- | - |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment