aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Parent <[email protected]>2021-04-05 22:08:18 +0200
committerMatthias Brugger <[email protected]>2021-05-12 17:29:45 +0200
commite7ead62e2a1e574bf14b90dfcd2a74ba314a0c4d (patch)
tree1bc777457b982933d487c9ac1f49aeb4d801c041
parent97e37d44d35e14a74f989ec13d8587c37f3f0c75 (diff)
arm64: dts: mediatek: mt8167: add smi_common node
Add the smi_common node. Reported-by: kernel test robot <[email protected]> Signed-off-by: Fabien Parent <[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/mt8167.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8167.dtsi b/arch/arm64/boot/dts/mediatek/mt8167.dtsi
index 9d765034dfb0..4b951f81db9e 100644
--- a/arch/arm64/boot/dts/mediatek/mt8167.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8167.dtsi
@@ -131,5 +131,14 @@
reg = <0 0x14000000 0 0x1000>;
#clock-cells = <1>;
};
+
+ smi_common: smi@14017000 {
+ compatible = "mediatek,mt8167-smi-common";
+ reg = <0 0x14017000 0 0x1000>;
+ clocks = <&mmsys CLK_MM_SMI_COMMON>,
+ <&mmsys CLK_MM_SMI_COMMON>;
+ clock-names = "apb", "smi";
+ power-domains = <&spm MT8167_POWER_DOMAIN_MM>;
+ };
};
};