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

ARM: dts: imx: Add an cpu0 label for imx6dl devices

Adding the label cpu0 allows the adjustment of cpu-parameters
by reference in overlaying dtsi files in the same way as it
is possible for imx6q devices.

Signed-off-by: Jan Tuerk <jan.tuerk@emtrion.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Jan Tuerk and committed by
Shawn Guo
fd12087d 4ca7dbdb

+1 -1
+1 -1
arch/arm/boot/dts/imx6dl.dtsi
··· 15 15 #address-cells = <1>; 16 16 #size-cells = <0>; 17 17 18 - cpu@0 { 18 + cpu0: cpu@0 { 19 19 compatible = "arm,cortex-a9"; 20 20 device_type = "cpu"; 21 21 reg = <0>;