arm64: dts: qcom: sdm670: add missing usb hstx nvmem cell
authorRichard Acayan <mailingradian@gmail.com>
Tue, 6 Dec 2022 23:17:32 +0000 (18:17 -0500)
committerBjorn Andersson <andersson@kernel.org>
Wed, 28 Dec 2022 03:18:12 +0000 (21:18 -0600)
This nvmem cell is present on SDM670 as well as SDM845. Add it in SDM670
so there is proper tuning.

Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221206231729.164453-3-mailingradian@gmail.com
arch/arm64/boot/dts/qcom/sdm670.dtsi

index e5ea74b99a20b827a7ce129e041d7250f6c19e70..ec9946e5f08dec2ffb0596b3514e7c50118862db 100644 (file)
                        reg = <0 0x00784000 0 0x1000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
+
+                       qusb2_hstx_trim: hstx-trim@1eb {
+                               reg = <0x1eb 0x1>;
+                               bits = <1 4>;
+                       };
                };
 
                sdhc_1: mmc@7c4000 {
 
                        resets = <&gcc GCC_QUSB2PHY_PRIM_BCR>;
 
+                       nvmem-cells = <&qusb2_hstx_trim>;
+
                        status = "disabled";
                };