kernel
kernel copied to clipboard
make rk3399-tinker_board_2.img fail due to syntax error for develop-5.10
Hi,
I am trying to compile my own kernel boot.img file by using dtsi and dts from TinkerBoard 2 kernel 4.19.
I understand that i'll need to rename rkvdec_mmu to vdec_mmu in the dtsi. But it also mentioned this error:
DTC arch/arm64/boot/dts/rockchip/rk3399-tinker_board_2.dtb
Error: arch/arm64/boot/dts/rockchip/rk3399-tinker_board_2.dtsi:1322.24-25 syntax error
This seems to be the line of code in question:
usb_hub {
hub_vbus_gpio: hub-vbus-gpio {
rockchip,pins = <RK_GPIO2 RK_PB4 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
Any idea what is wrong? i'm also linking the full dtsi and dts for your reference.