Component pll_0 of class altera_pll is unknown

I am building all the required stuff from scratch to run Linux on Terasic SOM Dev Board.

i have added pll_0 (altera pll) on my design. now i am getting error as:

$ sopc2dts --input soc_system.sopcinfo --output soc_system.dts --type dts --board soc_system_board_info.xml --board hps_common_board_info.xml --bridge-removal all --clocks
Component pll_0 of class altera_pll is unknown
Component pll_0 of class altera_pll is unknown
Component pll_0 of class altera_pll is unknown

and…

$ dtc -I dts -O dtb -o soc_system.dtb soc_system.dts
ERROR (phandle_references): Reference to non-existent node or label "pll_0"

ERROR (phandle_references): Reference to non-existent node or label "pll_0"

ERROR: Input tree has errors, aborting (use -f to force output)

does it says i need to add pll_0 to ‘hps_common_board_info.xml’ , if yes the how can i add pll_0 to hps_common_board_info.xml?