Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220306111125.116455-3-krzysztof.kozlowski@canonical.com

authored by

Krzysztof Kozlowski and committed by
Rob Herring
cebe2234 85440732

+4 -9
+4 -9
Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml
··· 11 11 12 12 description: | 13 13 Each Samsung UFS host controller instance should have its own node. 14 - This binding define Samsung specific binding other then what is used 15 - in the common ufshcd bindings 16 - [1] Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt 14 + 15 + allOf: 16 + - $ref: ufs-common.yaml 17 17 18 18 properties: 19 - 20 19 compatible: 21 20 enum: 22 21 - samsung,exynos7-ufs ··· 46 47 - const: core_clk 47 48 - const: sclk_unipro_main 48 49 49 - interrupts: 50 - maxItems: 1 51 - 52 50 phys: 53 51 maxItems: 1 54 52 ··· 63 67 required: 64 68 - compatible 65 69 - reg 66 - - interrupts 67 70 - phys 68 71 - phy-names 69 72 - clocks 70 73 - clock-names 71 74 72 - additionalProperties: false 75 + unevaluatedProperties: false 73 76 74 77 examples: 75 78 - |