diff options
author | John Crispin <john@phrozen.org> | 2017-04-21 09:38:52 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-04-24 11:11:52 +0200 |
commit | a02cb1f311218ef12cc5502e0841495ec7682100 (patch) | |
tree | da07681b3b3380a7103c9c7fc908f914d5a74f29 /target/linux/mediatek/patches-4.9 | |
parent | 4c6ae885c5796c94976bc5aaca071fe8f8b47f39 (diff) | |
download | upstream-a02cb1f311218ef12cc5502e0841495ec7682100.tar.gz upstream-a02cb1f311218ef12cc5502e0841495ec7682100.tar.bz2 upstream-a02cb1f311218ef12cc5502e0841495ec7682100.zip |
mediatek: add support for the NAND-ePHY board
This is the same as the NAND board but gmac1 is wired to an external phy.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/mediatek/patches-4.9')
-rw-r--r-- | target/linux/mediatek/patches-4.9/0200-devicetree.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-4.9/0200-devicetree.patch b/target/linux/mediatek/patches-4.9/0200-devicetree.patch index 50b54f456d..4eca20a7bd 100644 --- a/target/linux/mediatek/patches-4.9/0200-devicetree.patch +++ b/target/linux/mediatek/patches-4.9/0200-devicetree.patch @@ -1,11 +1,12 @@ --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile -@@ -950,6 +950,8 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \ +@@ -950,6 +950,9 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \ mt6589-aquaris5.dtb \ mt6592-evb.dtb \ mt7623-evb.dtb \ + mt7623-eMMC.dtb \ + mt7623-NAND.dtb \ ++ mt7623-NAND-ePHY.dtb \ mt8127-moose.dtb \ mt8135-evbp1.dtb dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb |