[PATCH 2/5] arm64: dts: mediatek: mt8167: add smi_common node
Matthias Brugger
matthias.bgg at gmail.com
Tue Apr 6 12:27:43 BST 2021
On 05/04/2021 22:08, Fabien Parent wrote:
> Add the smi_common node.
>
> Signed-off-by: Fabien Parent <fparent at baylibre.com>
Applied to v5.12-next/dts64-2
I'll leave the others for a v2 of the series, as there a small comments.
Regards,
Matthias
> ---
> arch/arm64/boot/dts/mediatek/mt8167.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> 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 @@ mmsys: mmsys at 14000000 {
> reg = <0 0x14000000 0 0x1000>;
> #clock-cells = <1>;
> };
> +
> + smi_common: smi at 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>;
> + };
> };
> };
>
More information about the linux-arm-kernel
mailing list