Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mediatek: more clean solution for out-of-tree DTS | Daniel Golle | 2021-02-19 | 2 | -86/+84 |
| | | | | | | | | | | | Use approach suggested by Adrian Schmutzler instead of introducing another device variable. Also revert the unnecessary white-space changes accidentally introduced by the previous commit. Fixed: c067b1e79b ("mediatek: move out-of-tree DTS files to dedicated dts folder") Suggested-by: Adrian Schmutzler <mail@adrianschmutzler.de> Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | mediatek: move out-of-tree DTS files to dedicated dts folder | Daniel Golle | 2021-02-19 | 4 | -0/+1596 |
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> |