aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/dts/mt7622-rfb1-ubi.dts
Commit message (Collapse)AuthorAgeFilesLines
* mediatek: rework and fix mt7622-rfb1-ubi supportFelix Fietkau2022-01-131-9/+9
| | | | | | | | Limit bmt remapping range to cover everything up to and including the kernel image, use the rest of the flash area for ubi. Fix partition table and sysupgrade support Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mediatek: change dts to use the new snand driverChuanhong Guo2021-08-271-47/+35
| | | | Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
* mediatek: move out-of-tree DTS files to dedicated dts folderDaniel Golle2021-02-191-0/+68
Use dedicated dts folder like on ramips to store device tree source files for boards not already supported in vanilla Linux. Doing so instead of having them in files-* has several advantages: * we don't need to duplicate them for several kernel versions * changes to a device tree don't trigger a complete kernel rebuild * the files are more obvious to find Signed-off-by: Daniel Golle <daniel@makrotopia.org>