diff options
| author | Balsam CHIHI <[email protected]> | 2023-01-24 14:17:14 +0100 |
|---|---|---|
| committer | Matthias Brugger <[email protected]> | 2023-01-25 15:24:10 +0100 |
| commit | 89b045d3c2cdffbb62f81c659e69653d862feee3 (patch) | |
| tree | 1ff9d2d16f20c9658904e1cd4f66aa7cd92fd795 | |
| parent | 474c162878ba3dbd620538d129f576f2bca7b9e1 (diff) | |
arm64: dts: mt8195: Add efuse node to mt8195
Add efuse node.
This will be required by the thermal driver to get the calibration data.
Signed-off-by: Balsam CHIHI <[email protected]>
Reviewed-by: Matthias Brugger <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8195.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8195.dtsi b/arch/arm64/boot/dts/mediatek/mt8195.dtsi index 926325935777..04fc5ceab85d 100644 --- a/arch/arm64/boot/dts/mediatek/mt8195.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8195.dtsi @@ -1539,6 +1539,12 @@ dp_calibration: dp-data@1ac { reg = <0x1ac 0x10>; }; + lvts_efuse_data1: lvts1-calib@1bc { + reg = <0x1bc 0x14>; + }; + lvts_efuse_data2: lvts2-calib@1d0 { + reg = <0x1d0 0x38>; + }; }; u3phy2: t-phy@11c40000 { |