kernel icon indicating copy to clipboard operation
kernel copied to clipboard

make rk3399-tinker_board_2.img fail due to syntax error for develop-5.10

Open wahahawasabi opened this issue 3 years ago • 0 comments

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.

wahahawasabi avatar Oct 24 '22 18:10 wahahawasabi