[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201202150205.20150-4-muhammad.husaini.zulkifli@intel.com>
Date: Wed, 2 Dec 2020 23:02:03 +0800
From: muhammad.husaini.zulkifli@...el.com
To: ulf.hansson@...aro.org, adrian.hunter@...el.com,
michal.simek@...inx.com, linux-mmc@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: andriy.shevchenko@...el.com,
lakshmi.bai.raja.subramanian@...el.com,
wan.ahmad.zainie.wan.mohamad@...el.com,
muhammad.husaini.zulkifli@...el.com, mgross@...ux.intel.com
Subject: [PATCH v6 3/4] dt-bindings: mmc: Add phys, vmmc and vqmmc supplies for Keem Bay SOC
From: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@...el.com>
Add DT bindings of vmmc and vqmmc supplies of regulator and phys for
the phandle of sd0_phy which contain additional property for
otap delay and sel_clk_buffer.
Signed-off-by: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@...el.com>
---
Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
index 0753289fba84..0cbfdd840889 100644
--- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
+++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
@@ -83,7 +83,7 @@ properties:
- const: intel,keembay-sdhci-5.1-sd # Intel Keem Bay SD controller
description:
For this device it is strongly suggested to include
- arasan,soc-ctl-syscon.
+ arasan,soc-ctl-syscon, phys, vmmc-supply and vqmmc-supply.
- const: intel,keembay-sdhci-5.1-sdio # Intel Keem Bay SDIO controller
description:
For this device it is strongly suggested to include
@@ -299,5 +299,9 @@ examples:
clock-names = "clk_xin", "clk_ahb";
clocks = <&scmi_clk KEEM_BAY_PSS_AUX_SD0>,
<&scmi_clk KEEM_BAY_PSS_SD0>;
+ phys = <&sd0_phy>;
+ phy-names = "phy_arasan";
arasan,soc-ctl-syscon = <&sd0_phy_syscon>;
+ vmmc-supply = <®_sd0_vcc>;
+ vqmmc-supply = <®_sd0_vqcc>;
};
--
2.17.1
Powered by blists - more mailing lists