ODROID-M1/M1S: arm64/dts: fix to enable Panfrost GPU driver

Change-Id: If14c3f3100bb0c585f5d7c1312d1af5bf4f5686c
This commit is contained in:
Dongjin Kim
2023-11-17 13:35:19 +09:00
parent 221bd0d1e5
commit 0613317934
2 changed files with 7 additions and 0 deletions

View File

@@ -302,6 +302,8 @@
&gpu { &gpu {
mali-supply = <&vdd_gpu>; mali-supply = <&vdd_gpu>;
status = "okay"; status = "okay";
interrupt-names = "gpu", "mmu", "job";
clock-names = "gpu", "bus";
}; };
&display_subsystem { &display_subsystem {

View File

@@ -272,6 +272,11 @@
"", "", "", "", "", "", "", ""; "", "", "", "", "", "", "", "";
}; };
&gpu {
interrupt-names = "gpu", "mmu", "job";
clock-names = "gpu", "bus";
};
&hdmi_sound { &hdmi_sound {
simple-audio-card,name = "ODROID-M1-HDMI"; simple-audio-card,name = "ODROID-M1-HDMI";
status = "okay"; status = "okay";