Skip to content

Commit ee23a9d

Browse files
committed
riscv: dts: starfive: jh7110-pine64-star64: enable GPU and VPU
Signed-off-by: MichaIng <micha@dietpi.com>
1 parent 80617e1 commit ee23a9d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/riscv/boot/dts/starfive/jh7110-pine64-star64.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@
142142
};
143143
};
144144

145+
&gpu {
146+
status = "okay";
147+
};
148+
145149
&i2c0 {
146150
status = "okay";
147151
};
@@ -345,3 +349,11 @@
345349
phys = <&usbphy0>, <&pciephy0>;
346350
phy-names = "cdns3,usb2-phy", "cdns3,usb3-phy";
347351
};
352+
353+
&vpu_dec {
354+
status = "okay";
355+
};
356+
357+
&vpu_enc {
358+
status = "okay";
359+
};

0 commit comments

Comments
 (0)