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: Stefan Agner <stefan@agner.ch> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
c2e70bbb61
commit
5dc2dcf58a
|
@ -86,7 +86,7 @@
|
|||
};
|
||||
|
||||
&cpu0 {
|
||||
arm-supply = <®_DCDC2>;
|
||||
cpu-supply = <®_DCDC2>;
|
||||
};
|
||||
|
||||
&fec1 {
|
||||
|
|
Loading…
Reference in New Issue