mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09: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>