mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
This fix the existing compile error: Error: arch/arm64/boot/dts/rockchip/rk3308.dtsi:1765.12-13 syntax error FATAL ERROR: Unable to parse input tree And also from the upstrem[0][1], some people don't like the pointless MACRO RK_FUNC_n. All the modifications done with sed: sed -i -e 's/RK_FUNC_GPIO/0/' arch/arm64/boot/dts/rockchip/rk3308* sed -i -e 's/RK_FUNC_//' arch/arm64/boot/dts/rockchip/rk3308* [0] https://patchwork.kernel.org/patch/9625173/ [1] https://patchwork.kernel.org/patch/9626883/ Change-Id: Icb7c36fb6bd152628ddb911fc221f65e105e5839 Signed-off-by: Andy Yan <andy.yan@rock-chips.com> |
||
|---|---|---|
| .. | ||
| alpha | ||
| arc | ||
| arm | ||
| arm64 | ||
| c6x | ||
| h8300 | ||
| hexagon | ||
| ia64 | ||
| m68k | ||
| microblaze | ||
| mips | ||
| nds32 | ||
| nios2 | ||
| openrisc | ||
| parisc | ||
| powerpc | ||
| riscv | ||
| s390 | ||
| sh | ||
| sparc | ||
| um | ||
| unicore32 | ||
| x86 | ||
| xtensa | ||
| .gitignore | ||
| Kconfig | ||