Commit 9580b22a authored by Wan Ahmad Zainie's avatar Wan Ahmad Zainie Committed by Vinod Koul

dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

Binding description for Intel Keem Bay eMMC PHY.
Signed-off-by: default avatarWan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200913235522.4316-3-wan.ahmad.zainie.wan.mohamad@intel.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent fa687038
...@@ -23,7 +23,9 @@ description: |+ ...@@ -23,7 +23,9 @@ description: |+
properties: properties:
compatible: compatible:
const: intel,lgm-emmc-phy oneOf:
- const: intel,lgm-emmc-phy
- const: intel,keembay-emmc-phy
"#phy-cells": "#phy-cells":
const: 0 const: 0
...@@ -34,6 +36,10 @@ properties: ...@@ -34,6 +36,10 @@ properties:
clocks: clocks:
maxItems: 1 maxItems: 1
clock-names:
items:
- const: emmcclk
required: required:
- "#phy-cells" - "#phy-cells"
- compatible - compatible
...@@ -57,4 +63,13 @@ examples: ...@@ -57,4 +63,13 @@ examples:
#phy-cells = <0>; #phy-cells = <0>;
}; };
}; };
- |
phy@20290000 {
compatible = "intel,keembay-emmc-phy";
reg = <0x20290000 0x54>;
clocks = <&emmc>;
clock-names = "emmcclk";
#phy-cells = <0>;
};
... ...
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