Message ID | 20240404122559.898930-5-peter.griffin@linaro.org |
---|---|
State | New |
Headers | show |
Series | HSI2, UFS & UFS phy support for Tensor GS101 | expand |
On 04/04/2024 14:25, Peter Griffin wrote: > Update dt schema to include the gs101 ufs phy compatible. > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > --- > Documentation/devicetree/bindings/phy/samsung,ufs-phy.yaml | 1 + > 1 file changed, 1 insertion(+) This should go via phy tree. DTS should not depend on other subsystems. If, after resending as separate series, phy does not take patches for longer time, feel free to ping me, but first let's try to go via phy/UFS. Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
Hi Krzysztof, On Fri, 5 Apr 2024 at 08:50, Krzysztof Kozlowski <krzk@kernel.org> wrote: > > On 04/04/2024 14:25, Peter Griffin wrote: > > Update dt schema to include the gs101 ufs phy compatible. > > > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > > --- > > Documentation/devicetree/bindings/phy/samsung,ufs-phy.yaml | 1 + > > 1 file changed, 1 insertion(+) > > This should go via phy tree. DTS should not depend on other subsystems. > > If, after resending as separate series, phy does not take patches for > longer time, feel free to ping me, but first let's try to go via phy/UFS. > > > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Thanks for the review. fyi Vinod has now queued this and the other ufs phy patches :) regards, Peter
diff --git a/Documentation/devicetree/bindings/phy/samsung,ufs-phy.yaml b/Documentation/devicetree/bindings/phy/samsung,ufs-phy.yaml index 782f975b43ae..f402e31bf58d 100644 --- a/Documentation/devicetree/bindings/phy/samsung,ufs-phy.yaml +++ b/Documentation/devicetree/bindings/phy/samsung,ufs-phy.yaml @@ -15,6 +15,7 @@ properties: compatible: enum: + - google,gs101-ufs-phy - samsung,exynos7-ufs-phy - samsung,exynosautov9-ufs-phy - tesla,fsd-ufs-phy
Update dt schema to include the gs101 ufs phy compatible. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> --- Documentation/devicetree/bindings/phy/samsung,ufs-phy.yaml | 1 + 1 file changed, 1 insertion(+)