arm64: dts: mediatek: mt8167: add smi_common node
authorFabien Parent <fparent@baylibre.com>
Mon, 5 Apr 2021 20:08:18 +0000 (22:08 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 12 May 2021 15:29:45 +0000 (17:29 +0200)
Add the smi_common node.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Link: https://lore.kernel.org/r/20210405200821.2203458-2-fparent@baylibre.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8167.dtsi

index 9d76503..4b951f8 100644 (file)
                        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>;
+               };
        };
 };