On Tue, May 14, 2024 at 07:50:15PM +0100, Conor Dooley wrote: > On Tue, May 14, 2024 at 03:08:40PM +0200, Manivannan Sadhasivam wrote: > > Devicetree binding has documented the node name for UFS controllers as > > 'ufshc'. So let's use it instead of 'ufs' which is for the UFS devices. > > Can you point out where that's been documented? Typo here. s/Devicetree binding/Devicetree spec https://github.com/devicetree-org/devicetree-specification/blob/main/source/chapter2-devicetree-basics.rst#generic-names-recommendation - Mani > Thanks, > Conor. > > > > > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > > --- > > Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > > index 10c146424baa..37112e17e474 100644 > > --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > > +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > > @@ -273,7 +273,7 @@ examples: > > #address-cells = <2>; > > #size-cells = <2>; > > > > - ufs@1d84000 { > > + ufshc@1d84000 { > > compatible = "qcom,sm8450-ufshc", "qcom,ufshc", > > "jedec,ufs-2.0"; > > reg = <0 0x01d84000 0 0x3000>; > > > > -- > > 2.25.1 > > -- மணிவண்ணன் சதாசிவம்