Skip to content

Commit e4950b0

Browse files
frank-wAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: mt7988: add phy calibration efuse subnodes
MT7988 contains buildin mt753x switch which needs calibration data from efuse. Signed-off-by: Daniel Golle <[email protected]> Signed-off-by: Frank Wunderlich <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent b9ebd16 commit e4950b0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

arch/arm64/boot/dts/mediatek/mt7988a.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,22 @@
663663
lvts_calibration: calib@918 {
664664
reg = <0x918 0x28>;
665665
};
666+
667+
phy_calibration_p0: calib@940 {
668+
reg = <0x940 0x10>;
669+
};
670+
671+
phy_calibration_p1: calib@954 {
672+
reg = <0x954 0x10>;
673+
};
674+
675+
phy_calibration_p2: calib@968 {
676+
reg = <0x968 0x10>;
677+
};
678+
679+
phy_calibration_p3: calib@97c {
680+
reg = <0x97c 0x10>;
681+
};
666682
};
667683

668684
clock-controller@15000000 {

0 commit comments

Comments
 (0)