diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2018-05-18 09:26:38 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-05-23 07:29:03 +0300 |
commit | 57fc67ef0d35af11fbb1b928e359b370889994ae (patch) | |
tree | 900bff7097e5e51946530f090c7e88270e249845 /arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | |
parent | 242579dd08293ab6f35e32273338035f4381ab9d (diff) | |
download | linux-57fc67ef0d35af11fbb1b928e359b370889994ae.tar.xz |
arm64: dts: qcom: msm8996: Add ufs related nodes
Add the UFS QMP phy node and the UFS host controller node, now that we
have working UFS and the necessary clocks in place.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi index 8be666ea92bd..00e3ecd1180a 100644 --- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi @@ -122,6 +122,14 @@ status = "okay"; }; + phy@627000 { + status = "okay"; + }; + + ufshc@624000 { + status = "okay"; + }; + phy@34000 { status = "okay"; }; |