greybus: arche-apb-ctrl: Rename ara,init-disable => arche,init-disable
authorVaibhav Hiremath <vaibhav.hiremath@linaro.org>
Thu, 28 Jul 2016 08:26:44 +0000 (13:56 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 28 Jul 2016 14:27:38 +0000 (07:27 -0700)
Inline with other properties used for arche-platform driver,
rename ara,init-disable => arche,init-disable.

Testing Done: Boot tested on EVT2 platform

Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/arche-apb-ctrl.c

index cae56fc..049d496 100644 (file)
@@ -391,7 +391,7 @@ static int arche_apb_ctrl_probe(struct platform_device *pdev)
        /* Initially set APB to OFF state */
        apb->state = ARCHE_PLATFORM_STATE_OFF;
        /* 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;
 
        platform_set_drvdata(pdev, apb);