Skip to content

Commit c36049d

Browse files
committed
arm64: tegra: Remove numa-node-id properties
These were initially added because some software was checking for their presence. However, the device is not NUMA, so adding these is wrong and hence they should be removed. Signed-off-by: Thierry Reding <[email protected]>
1 parent d01e4f1 commit c36049d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm64/boot/dts/nvidia/tegra264.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
interrupt-parent = <&gic>;
1212
#address-cells = <2>;
1313
#size-cells = <2>;
14-
numa-node-id = <0>;
1514

1615
reserved-memory {
1716
#address-cells = <2>;
@@ -341,7 +340,6 @@
341340
status = "okay";
342341

343342
enable-method = "psci";
344-
numa-node-id = <0>;
345343

346344
i-cache-size = <65536>;
347345
i-cache-line-size = <64>;
@@ -358,7 +356,6 @@
358356
status = "okay";
359357

360358
enable-method = "psci";
361-
numa-node-id = <0>;
362359

363360
i-cache-size = <65536>;
364361
i-cache-line-size = <64>;

0 commit comments

Comments
 (0)