[PATCH v3 3/3] arm64: dts: mt8183: add calibration property in mipitx and efuse

From: Jitao Shi
Date: Mon Oct 28 2019 - 07:51:02 EST


Get mipitx calibration data from efuse.

Signed-off-by: Jitao Shi <jitao.shi@xxxxxxxxxxxx>
---
arch/arm64/boot/dts/mediatek/mt8183.dtsi | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 2b6e010d6866..7bfb8dafe1ce 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -668,12 +668,17 @@
#clock-cells = <0>;
#phy-cells = <0>;
clock-output-names = "mipi_tx0_pll";
+ nvmem-cells = <&mipi_tx_calibration>;
+ nvmem-cell-names = "calibration-data";
};

efuse: efuse@11f10000 {
compatible = "mediatek,mt8183-efuse",
"mediatek,efuse";
reg = <0 0x11f10000 0 0x1000>;
+ mipi_tx_calibration: calib@190 {
+ reg = <0x190 0xc>;
+ };
thermal_calibration: calib@180 {
reg = <0x180 0xc>;
};
--
2.21.0