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

ARM: dts: imx6sl: Add a label for the cpu node

Add a label for the cpu node, so that board devicetree files can
reference to the CPU node.

This is useful for describing a PMIC voltage that supplies the CPU
voltage.

For example:

&cpu0 {
cpu-supply = <&sw1_reg>;

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Fabio Estevam and committed by
Shawn Guo
ce92db71 89bbe4e4

+1 -1
+1 -1
arch/arm/boot/dts/imx6sl.dtsi
··· 50 50 #address-cells = <1>; 51 51 #size-cells = <0>; 52 52 53 - cpu@0 { 53 + cpu0: cpu@0 { 54 54 compatible = "arm,cortex-a9"; 55 55 device_type = "cpu"; 56 56 reg = <0x0>;