diff options
author | 2022-04-22 16:55:37 -0300 | |
---|---|---|
committer | 2022-05-05 10:33:05 +0800 | |
commit | ce92db719adc14c7a8a5acb4bd85cb8a9d072831 (patch) | |
tree | 46a393bfd9cd0c4160f5b4a38d2a27b4e56b414c | |
parent | ARM: dts: imx6ul-kontron-n6x1x-s: Use the standard 'uart-has-rtscts' (diff) | |
download | linux-dev-ce92db719adc14c7a8a5acb4bd85cb8a9d072831.tar.xz linux-dev-ce92db719adc14c7a8a5acb4bd85cb8a9d072831.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index c7d907c5c352..06a515121dfc 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -50,7 +50,7 @@ #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { compatible = "arm,cortex-a9"; device_type = "cpu"; reg = <0x0>; |