|
@@ -391,7 +391,7 @@ static int arche_apb_ctrl_probe(struct platform_device *pdev)
|
|
/* Initially set APB to OFF state */
|
|
/* Initially set APB to OFF state */
|
|
apb->state = ARCHE_PLATFORM_STATE_OFF;
|
|
apb->state = ARCHE_PLATFORM_STATE_OFF;
|
|
/* Check whether device needs to be enabled on boot */
|
|
/* Check whether device needs to be enabled on boot */
|
|
- if (of_property_read_bool(pdev->dev.of_node, "ara,init-disable"))
|
|
|
|
|
|
+ if (of_property_read_bool(pdev->dev.of_node, "arche,init-disable"))
|
|
apb->init_disabled = true;
|
|
apb->init_disabled = true;
|
|
|
|
|
|
platform_set_drvdata(pdev, apb);
|
|
platform_set_drvdata(pdev, apb);
|