commit | a7de8be193ac17a10c2b966447998426c0b9c920 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Nov 15 21:14:31 2021 +0800 |
committer | developer <developer@mediatek.com> | Thu Nov 25 17:31:55 2021 +0800 |
tree | d608e2206aa3782045c4269e0048ce3bdc04fdc4 | |
parent | 4c32b7a41b71f95c5a83a08596cf4f88f287110c [diff] [blame] |
[][dts: mt7981: add efuse node for gphy calibration] [Description] Add efuse node & gphy attributes for gphy calibration [Release-log] N/A Change-Id: I53aaf07fea1c4e3c6b410f6c957a61f55a2275a3 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/5241556
diff --git a/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7981.dtsi b/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7981.dtsi index 0184af2..2d01b7b 100644 --- a/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7981.dtsi +++ b/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7981.dtsi
@@ -523,5 +523,20 @@ clkitg: clkitg { compatible = "simple-bus"; }; + + efuse: efuse@11f20000 { + compatible = "mediatek,efuse"; + reg = <0 0x11f20000 0 0x1000>; + #address-cells = <1>; + #size-cells = <1>; + + thermal_calibration: calib@274 { + reg = <0x274 0xc>; + }; + + phy_calibration: calib@8dc { + reg = <0x8dc 0x10>; + }; + }; }; #include "mt7981-clkitg.dtsi"