[PATCH v2 8/8] arm64: dts: mediatek: mt8188: Add socinfo nodes

Fei Shao posted 8 patches 1 week ago
There is a newer version of this series
[PATCH v2 8/8] arm64: dts: mediatek: mt8188: Add socinfo nodes
Posted by Fei Shao 1 week ago
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(+)

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 {
-- 
2.46.0.598.g6f2099f65c-goog
Re: [PATCH v2 8/8] arm64: dts: mediatek: mt8188: Add socinfo nodes
Posted by AngeloGioacchino Del Regno 1 week ago
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>