diff options
author | Jan Tuerk <jan.tuerk@emtrion.com> | 2018-11-27 16:04:01 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 10:02:24 +0800 |
commit | fd12087d4882e32f061cabf168b4dafd69d41773 (patch) | |
tree | ff8ee09af21f13c36f83f5f0eb7bf096ca4f8cc1 /arch/arm/boot/dts/imx6dl.dtsi | |
parent | 4ca7dbdb06c1eda3ba68846c78ebbaefd70c55c0 (diff) | |
download | linux-fd12087d4882e32f061cabf168b4dafd69d41773.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6dl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index f0607eb41df4..2ed10310a7b7 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -15,7 +15,7 @@ #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { compatible = "arm,cortex-a9"; device_type = "cpu"; reg = <0>; |