Skip to content

Commit 67407b8

Browse files
geertumartinkpetersen
authored andcommitted
scsi: ufs: dt-bindings: renesas,ufs: Add calibration data
On R-Car S4-8 ES1.2, the E-FUSE block contains PLL and AFE tuning parameters for the Universal Flash Storage controller. Document the related NVMEM properties, and update the example. Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/2f337169f8183d48b7d94ee13565fea804aade84.1741179611.git.geert+renesas@glider.be Acked-by: Conor Dooley <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 2014c95 commit 67407b8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/devicetree/bindings/ufs/renesas,ufs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ properties:
3333
resets:
3434
maxItems: 1
3535

36+
nvmem-cells:
37+
maxItems: 1
38+
39+
nvmem-cell-names:
40+
items:
41+
- const: calibration
42+
43+
dependencies:
44+
nvmem-cells: [ nvmem-cell-names ]
45+
3646
required:
3747
- compatible
3848
- reg
@@ -58,4 +68,6 @@ examples:
5868
freq-table-hz = <200000000 200000000>, <38400000 38400000>;
5969
power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;
6070
resets = <&cpg 1514>;
71+
nvmem-cells = <&ufs_tune>;
72+
nvmem-cell-names = "calibration";
6173
};

0 commit comments

Comments
 (0)