[PATCH 2/2] arm64: dts: mediatek: mt8516: add efuse node

Matthias Brugger matthias.bgg at gmail.com
Fri Nov 27 03:34:09 EST 2020



On 16/10/2020 19:18, Fabien Parent wrote:
> Add node to support e-fuses on MT8516
> 
> Signed-off-by: Fabien Parent <fparent at baylibre.com>
> ---
>   arch/arm64/boot/dts/mediatek/mt8516.dtsi | 7 +++++++
>   1 file changed, 7 insertions(+)
> 

Applied to v5.10-next/dts64

Thanks!

> diff --git a/arch/arm64/boot/dts/mediatek/mt8516.dtsi b/arch/arm64/boot/dts/mediatek/mt8516.dtsi
> index 89af661e7f63..18ddea519be2 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8516.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8516.dtsi
> @@ -237,6 +237,13 @@ pio: pinctrl at 1000b000 {
>   			interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
>   		};
>   
> +		efuse: efuse at 10009000 {
> +			compatible = "mediatek,mt8516-efuse", "mediatek,efuse";
> +			reg = <0 0x10009000 0 0x1000>;
> +			#address-cells = <1>;
> +			#size-cells = <1>;
> +		};
> +
>   		pwrap: pwrap at 1000f000 {
>   			compatible = "mediatek,mt8516-pwrap";
>   			reg = <0 0x1000f000 0 0x1000>;
> 



More information about the linux-arm-kernel mailing list