Message ID | 20240911105131.4094027-9-fshao@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add platform supports to MediaTek MT8188 SoC | expand |
Il 11/09/24 12:51, Fei Shao ha scritto: > Add two socinfo efuse data nodes for the SoC information probing on > MT8188. > > Signed-off-by: Fei Shao <fshao@chromium.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
diff --git a/arch/arm64/boot/dts/mediatek/mt8188.dtsi b/arch/arm64/boot/dts/mediatek/mt8188.dtsi index f459e86d4024..37fd16691ec7 100644 --- a/arch/arm64/boot/dts/mediatek/mt8188.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8188.dtsi @@ -1904,6 +1904,14 @@ efuse: efuse@11f20000 { lvts_efuse_data1: lvts1-calib@1ac { reg = <0x1ac 0x40>; }; + + socinfo-data1@7a0 { + reg = <0x7a0 0x4>; + }; + + socinfo-data2@7e0 { + reg = <0x7e0 0x4>; + }; }; gpu: gpu@13000000 {
Add two socinfo efuse data nodes for the SoC information probing on MT8188. Signed-off-by: Fei Shao <fshao@chromium.org> --- Changes in v2: - Added socinfo nodes in v2 arch/arm64/boot/dts/mediatek/mt8188.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+)