File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -740,7 +740,7 @@ static const IbexDeviceDef ot_dj_soc_devices[] = {
740740 OT_DJ_SOC_GPIO_ALERT (1 , 34 )
741741 ),
742742 .link = IBEXDEVICELINKDEFS (
743- OT_DJ_SOC_DEVLINK ("random_src " , AST ),
743+ OT_DJ_SOC_DEVLINK ("entropy-src " , ENTROPY_SRC ),
744744 OT_DJ_SOC_DEVLINK ("otp_ctrl" , OTP_CTRL )
745745 ),
746746 },
@@ -758,9 +758,12 @@ static const IbexDeviceDef ot_dj_soc_devices[] = {
758758 OT_DJ_SOC_GPIO_ALERT (1 , 36 )
759759 ),
760760 .link = IBEXDEVICELINKDEFS (
761- OT_DJ_SOC_DEVLINK ("ast " , AST ),
761+ OT_DJ_SOC_DEVLINK ("noise-src " , AST ),
762762 OT_DJ_SOC_DEVLINK ("otp_ctrl" , OTP_CTRL )
763763 ),
764+ .prop = IBEXDEVICEPROPDEFS (
765+ IBEX_DEV_UINT_PROP ("version" , 3 )
766+ ),
764767 },
765768 [OT_DJ_SOC_DEV_EDN0 ] = {
766769 .type = TYPE_OT_EDN ,
You can’t perform that action at this time.
0 commit comments