Skip to content

Commit 587c1c0

Browse files
tomeuvsuperna9999
authored andcommitted
arm64: dts: amlogic: Enable the npu node for Alta and VIM3
We now have support in Mesa and everything is ready in distros such as Debian. Signed-off-by: Tomeu Vizoso <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
1 parent fb183c8 commit 587c1c0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@
3939
phy-names = "usb2-phy0", "usb2-phy1";
4040
};
4141
*/
42+
43+
&npu {
44+
status = "okay";
45+
};

arch/arm64/boot/dts/amlogic/meson-g12b-a311d-libretech-cc.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,7 @@
111111
&pwm_ab {
112112
pinctrl-0 = <&pwm_a_e_pins>, <&pwm_b_x7_pins>;
113113
};
114+
115+
&npu {
116+
status = "okay";
117+
};

0 commit comments

Comments
 (0)