Re: [PATCH v7 3/5] arm64: dts: qcom: sdm845: add UFS controller

2019-01-10 Thread Evan Green
Hi Andy, On Mon, Dec 10, 2018 at 11:28 AM Evan Green wrote: > > Add the UFS controller and PHY to SDM845. > > Signed-off-by: Evan Green > Signed-off-by: Douglas Anderson > Reviewed-by: Bjorn Andersson > > --- > As Doug mentioned in v2, this should land after (or with) the driver fix > in this

[PATCH v7 3/5] arm64: dts: qcom: sdm845: add UFS controller

2018-12-10 Thread Evan Green
Add the UFS controller and PHY to SDM845. Signed-off-by: Evan Green Signed-off-by: Douglas Anderson Reviewed-by: Bjorn Andersson --- As Doug mentioned in v2, this should land after (or with) the driver fix in this series. Changes in v7: None Changes in v6: - Removed resets and reset-names (Bj