Commit 80ae0464 authored by Nam Cao's avatar Nam Cao Committed by Anup Patel
Browse files

platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060"



OpenSBI uses the device tree compatible string "stf,axp15060-regulator"
for the regulator node. However, the string used by U-Boot (and Linux)
is actually "x-powers,axp15060". As OpenSBI gets the device tree from
U-Boot, this causes the regulator device to be undetected, and OpenSBI
does not use this device to perform board reset/shutdown.

Rename this device tree compatible string to match U-Boot (and Linux).

Signed-off-by: default avatarNam Cao <namcao@linutronix.de>
Acked-by: default avatarMinda Chen <minda.chen@starfivetech.com>
Tested-by: default avatarMinda Chen <minda.chen@starfivetech.com>
Reviewed-by: default avatarAnup Patel <anup@brainfault.org>
parent 5335340d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment