On Tue, 28 May 2024 16:36:48 +0300, Dmitry Baryshkov wrote: > There is no need to mention and/or to touch in any way the intermediate > (source) clocks. Drop them from MSM8996 UFSHCD schema, making it follow > the example lead by all other platforms. > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > Changes in v5: > - Rebased on top of linux-next > - Dropped arm64 / DT patches applied by Bjorn > - Link to v4: https://lore.kernel.org/r/20240408-msm8996-fix-ufs-v4-0-ee1a28bf8579@xxxxxxxxxx > > Changes in v4: > - Rebased on top of linux-next to resolve conflict with UFS schema > changes > - Link to v3: https://lore.kernel.org/r/20240218-msm8996-fix-ufs-v3-0-40aab49899a3@xxxxxxxxxx > > Changes in v3: > - dropped the patch conflicting with Yassine's patch that got accepted > - Cc stable on the UFS change (Manivannan) > - Fixed typos in the commit message (Manivannan) > - Link to v2: https://lore.kernel.org/r/20240213-msm8996-fix-ufs-v2-0-650758c26458@xxxxxxxxxx > > Changes in v2: > - Dropped patches adding RX_SYMBOL_1_CLK, MSM8996 uses single lane > (Krzysztof). > - Link to v1: https://lore.kernel.org/r/20240209-msm8996-fix-ufs-v1-0-107b52e57420@xxxxxxxxxx > --- > Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 12 +++++------- > 1 file changed, 5 insertions(+), 7 deletions(-) > Applied, thanks!