Commit 5dc2dcf5 authored by Stefan Agner's avatar Stefan Agner Committed by Shawn Guo

ARM: dts: imx7-colibri: specify cpu-supply

Specify CPU supply using the "cpu-supply" property instead of
the invalid "arm-supply" property.
Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c2e70bbb
...@@ -86,7 +86,7 @@ &adc2 { ...@@ -86,7 +86,7 @@ &adc2 {
}; };
&cpu0 { &cpu0 {
arm-supply = <&reg_DCDC2>; cpu-supply = <&reg_DCDC2>;
}; };
&fec1 { &fec1 {
......
Markdown is supported
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