diff options
author | Sai Krishna Potthuri <sai.krishna.potthuri@amd.com> | 2023-04-03 15:55:49 +0530 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-04-17 09:46:53 +0200 |
commit | 8aa7206411fce5a2c6e2643df5c91e6d3e583ba8 (patch) | |
tree | d6181eaf8240d2d69552964bbda094ab85524a53 | |
parent | ec49843332dfffe85408b0a33acc818ff6c068b8 (diff) | |
download | lwn-8aa7206411fce5a2c6e2643df5c91e6d3e583ba8.tar.gz lwn-8aa7206411fce5a2c6e2643df5c91e6d3e583ba8.zip |
dt-bindings: mmc: arasan,sdci: Add Xilinx Versal Net compatible
Add Xilinx Versal Net compatible to support eMMC 5.1 PHY.
Signed-off-by: Sai Krishna Potthuri <sai.krishna.potthuri@amd.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230403102551.3763054-2-sai.krishna.potthuri@amd.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml index e8e8b48dc5e5..a6c19a6cc99e 100644 --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml @@ -27,6 +27,7 @@ allOf: enum: - xlnx,zynqmp-8.9a - xlnx,versal-8.9a + - xlnx,versal-net-emmc then: properties: clock-output-names: @@ -62,6 +63,10 @@ properties: description: For this device it is strongly suggested to include clock-output-names and '#clock-cells'. + - const: xlnx,versal-net-emmc # Versal Net eMMC PHY + description: + For this device it is strongly suggested to include + clock-output-names and '#clock-cells'. - items: - const: intel,lgm-sdhci-5.1-emmc # Intel LGM eMMC PHY - const: arasan,sdhci-5.1 |