diff options
| author | Matthias Schiffer <matthias.schiffer@tq-group.com> | 2025-08-26 16:08:48 +0200 |
|---|---|---|
| committer | Kevin Hilman <khilman@baylibre.com> | 2025-11-04 14:50:40 -0800 |
| commit | c579ced456db4b95c55491574788c03618cf88d1 (patch) | |
| tree | f74ad0af3e4b8ff62f2fb35c1bc4190f9b5ef4ad | |
| parent | 6cf18454d7caf5a56776f6011ab9c6bca823c7e7 (diff) | |
ARM: dts: omap: AM33xx: add cpu label
Board Device Trees often want to set the cpu0-supply. Provide a label to
reference the cpu@0 node.
Signed-off-by: Matthias Schiffer <matthias.schiffer@tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Link: https://lore.kernel.org/r/20250826140853.2570528-3-alexander.stein@ew.tq-group.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
| -rw-r--r-- | arch/arm/boot/dts/ti/omap/am33xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/am33xx.dtsi b/arch/arm/boot/dts/ti/omap/am33xx.dtsi index 43ec2a95f4bb..b785925f5325 100644 --- a/arch/arm/boot/dts/ti/omap/am33xx.dtsi +++ b/arch/arm/boot/dts/ti/omap/am33xx.dtsi @@ -45,7 +45,7 @@ cpus { #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu: cpu@0 { compatible = "arm,cortex-a8"; enable-method = "ti,am3352"; device_type = "cpu"; |
