Skip to content

Commit 90ae032

Browse files
mtk-xiangshengmbgg
authored andcommitted
arm: dts: mediatek: Fix existing NAND controller node name
Change the existing node name in order to match NAND controller DT bindings. Signed-off-by: Xiangsheng Hou <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
1 parent fe15c26 commit 90ae032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/mt2701.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
mediatek,apmixedsys = <&apmixedsys>;
360360
};
361361

362-
nandc: nfi@1100d000 {
362+
nandc: nand-controller@1100d000 {
363363
compatible = "mediatek,mt2701-nfc";
364364
reg = <0 0x1100d000 0 0x1000>;
365365
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_LOW>;

0 commit comments

Comments
 (0)