Skip to content

Commit 13a53eb

Browse files
maximschwalmthierryreding
authored andcommitted
ARM: tegra30: Use cpu* labels
Replace cpu paths with labels since those already exist in tree. Signed-off-by: Maxim Schwalm <maxim.schwalm@gmail.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent b3f65f4 commit 13a53eb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

arch/arm/boot/dts/tegra30.dtsi

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,10 +1283,7 @@
12831283
<GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
12841284
<GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
12851285
<GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
1286-
interrupt-affinity = <&{/cpus/cpu@0}>,
1287-
<&{/cpus/cpu@1}>,
1288-
<&{/cpus/cpu@2}>,
1289-
<&{/cpus/cpu@3}>;
1286+
interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
12901287
};
12911288

12921289
thermal-zones {

0 commit comments

Comments
 (0)