mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: 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 <xiangsheng.hou@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230201021500.26769-3-xiangsheng.hou@mediatek.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
committed by
Matthias Brugger
parent
fe15c26ee2
commit
0e3661de6a
@@ -559,7 +559,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
nandc: nfi@1100e000 {
|
||||
nandc: nand-controller@1100e000 {
|
||||
compatible = "mediatek,mt2712-nfc";
|
||||
reg = <0 0x1100e000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
@@ -539,7 +539,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
nandc: nfi@1100d000 {
|
||||
nandc: nand-controller@1100d000 {
|
||||
compatible = "mediatek,mt7622-nfc";
|
||||
reg = <0 0x1100D000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
Reference in New Issue
Block a user