fix: fdt: fixed suspend-resume GPIO settings in DT for DB-AP

	'phandle' value of gpio's nodes was calculated by getting
	'pinctrl-0' property of 'pm_pic' node, and adding gpio group
	num to the value, which is wrong (sequential 'phandle' value of
	gpio nodes is not guaranteed)
	** this bug resulted in suspend to RAM failure
	- get 'phandle' value by fetching the value of 'phandle' property
	  of gpio nodes.
	- Fixed JIRA:SYSTEMSW-1807

Change-Id: Ifb86c4315e6f334983ca43663c03b81d254f693f
Signed-off-by: Bassel Saba <basselsa@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/19865
Tested-by: Star_Automation <star@marvell.com>
Reviewed-by: Omri Itach <omrii@marvell.com>
1 file changed