[PATCH v6 2/5] arm64: dts: mediatek: Fix existing NAND controller node name

Matthias Brugger matthias.bgg at gmail.com
Thu Feb 2 04:13:05 PST 2023



On 01/02/2023 03:14, Xiangsheng Hou wrote:
> Change the existing node name in order to match NAND controller DT
> bindings.
> 
> Signed-off-by: Xiangsheng Hou <xiangsheng.hou at mediatek.com>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>

Queued for the next merge window, thanks!

> ---
>   arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 2 +-
>   arch/arm64/boot/dts/mediatek/mt7622.dtsi  | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> index 879dff24dcd3..ed1a9d319415 100644
> --- a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> @@ -559,7 +559,7 @@ spi0: spi at 1100a000 {
>   		status = "disabled";
>   	};
>   
> -	nandc: nfi at 1100e000 {
> +	nandc: nand-controller at 1100e000 {
>   		compatible = "mediatek,mt2712-nfc";
>   		reg = <0 0x1100e000 0 0x1000>;
>   		interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_LOW>;
> diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> index 62487a3c4db1..eb4e4638b548 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> @@ -538,7 +538,7 @@ bluetooth {
>   		};
>   	};
>   
> -	nandc: nfi at 1100d000 {
> +	nandc: nand-controller at 1100d000 {
>   		compatible = "mediatek,mt7622-nfc";
>   		reg = <0 0x1100D000 0 0x1000>;
>   		interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_LOW>;



More information about the linux-mtd mailing list