fix adrv platform worker failing to build
Summary
The adrv9361 platform worker is failing due to missing properties. These properties were made stricter and need to be defined in the platform worker.
Steps to reproduce
Download the ocpi.osp.analog project
Attempt to build the adrv9361 platform worker: ocpiadmin install platform adrv9361 -p ocpi.osp.analog --minimal
Context
Part of the pipelines were failing for the 2.5.0 release
Expected correct behavior
The properties should be defined and the platform worker should build.
Relevant logs and/or screenshots
For file adrv9361.xml: for device worker platform_ad9361_data_sub in platform/card adrv9361: No build parameter configuration for worker "platform_ad9361_data_sub" matches requested (non-default) parameter values: LVDS_P="true"
/opencpi/cdk/include/hdl/hdl-platform.mk:140: *** Failed to process initial parameters for this worker: 1.  Stop.
make[1]: *** [adrv9361] Error 2Environment info
- OpenCPI Version used: develop
- Type of install (Source or RPM): source
- Environment vars (env | grep -i ocpi | sort):
- Operating System and version (ex. CentOS 7):
- Link to your project on GitLab (optional):
Possible fixes
Adding the properties to the platform worker should fix the problem.
Acceptance criteria
- 
platform worker builds 
Edited  by Connor Lathrop