The zynqmp-zcu102-rev10-dual-adrv9002.dts : https://github.com/analogdevicesinc/linux/blob/staging/zcu102-dual-adrv9002/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-dual-adrv9002.dts reset gpio address for the 2nd device is incorrect.
The current value is reset-gpios = <&gpio 149 GPIO_ACTIVE_LOW>;
but it need to be set to : reset-gpios = <&gpio 149 GPIO_ACTIVE_LOW>;
The zynqmp-zcu102-rev10-dual-adrv9002.dts : https://github.com/analogdevicesinc/linux/blob/staging/zcu102-dual-adrv9002/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-dual-adrv9002.dts reset gpio address for the 2nd device is incorrect.
The current value is reset-gpios = <&gpio 149 GPIO_ACTIVE_LOW>;
but it need to be set to : reset-gpios = <&gpio 149 GPIO_ACTIVE_LOW>;