Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

greybus: arche-apb-ctrl: Rename ara,init-disable => arche,init-disable

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>

authored by

Vaibhav Hiremath and committed by
Greg Kroah-Hartman
20de72f5 563c742a

+1 -1
+1 -1
drivers/staging/greybus/arche-apb-ctrl.c
··· 391 391 /* Initially set APB to OFF state */ 392 392 apb->state = ARCHE_PLATFORM_STATE_OFF; 393 393 /* Check whether device needs to be enabled on boot */ 394 - if (of_property_read_bool(pdev->dev.of_node, "ara,init-disable")) 394 + if (of_property_read_bool(pdev->dev.of_node, "arche,init-disable")) 395 395 apb->init_disabled = true; 396 396 397 397 platform_set_drvdata(pdev, apb);