[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <048c7ac6-e91b-14ce-17e7-a291df2763b4@gmail.com>
Date: Fri, 3 Sep 2021 12:06:13 +0200
From: Matthias Brugger <matthias.bgg@...il.com>
To: Yz.Wu@...iatek.com,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Rob Herring <robh+dt@...nel.org>
Cc: Seiya Wang <seiya.wang@...iatek.com>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
Andrew-CT Chen <andrew-ct.chen@...iatek.com>,
Tzung-Bi Shih <tzungbi@...gle.com>
Subject: Re: [PATCH v5 2/2] arm64: dts: mt8192: add eFuse support for MT8192
SoC
On 14/04/2021 09:17, Yz.Wu@...iatek.com wrote:
> From: Ryan Wu <Yz.Wu@...iatek.com>
>
> Add eFuse node to read Mediatek eFuse
>
> Signed-off-by: Ryan Wu <Yz.Wu@...iatek.com>
> ---
> This patch dependents on "arm64: dts: Add Mediatek SoC MT8192 and evaluation board dts and Makefile"[1]
>
> mt8192.dtsi file is needed for this patch.
> Please also accept this patch together with [1].
>
> [1]http://lists.infradead.org/pipermail/linux-mediatek/2020-November/019378.html
> ---
> arch/arm64/boot/dts/mediatek/mt8192.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> index 9757138..4d4e4de 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> @@ -436,6 +436,11 @@
> status = "disable";
> };
>
> + efuse: efuse@...10000 {
> + compatible = "mediatek,mt8192-efuse",
> + "mediatek,efuse";
Please fix identation.
Binding description mandates a reg property, please help to make the patch
better by adding that property.
Thanks a lot,
Matthias
> + };
> +
> i2c3: i2c3@...b0000 {
> compatible = "mediatek,mt8192-i2c";
> reg = <0 0x11cb0000 0 0x1000>,
>
Powered by blists - more mailing lists