]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
arm64: dts: renesas: r8a779f4: Add UFS tuning parameters in E-FUSE
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 5 Mar 2025 13:35:13 +0000 (14:35 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 7 Apr 2025 08:56:38 +0000 (10:56 +0200)
Describe the location in the E-FUSE block of the PLL and AFE tuning
parameters for the Universal Flash Storage controller.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/3e4fca228eb049d54a1ae520104558505dbdf803.1741179629.git.geert+renesas@glider.be
arch/arm64/boot/dts/renesas/r8a779f4.dtsi

index ebed41892df3346c782250363bb919a35c8aa203..b216d605c321c2f363d57b5078093597b095d673 100644 (file)
 / {
        compatible = "renesas,r8a779f4", "renesas,r8a779f0";
 };
+
+&fuse {
+       nvmem-layout {
+               compatible = "fixed-layout";
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               ufs_tune: calib@144 {
+                       reg = <0x144 0x08>;
+               };
+       };
+};
+
+&ufs {
+       nvmem-cells = <&ufs_tune>;
+       nvmem-cell-names = "calibration";
+};