Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
Note: File does not exist in v4.6.
 1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 2/*
 3 * Copyright (c) 2020 BayLibre SAS
 4 * Author: Neil Armstrong <narmstrong@baylibre.com>
 5 */
 6
 7#include "meson-gxl-s905x.dtsi"
 8
 9/ {
10	compatible = "amlogic,s805x", "amlogic,meson-gxl";
11};
12
13/* The S805X Package doesn't seem to handle the 744MHz OPP correctly */
14&gpu_opp_table {
15	opp-744000000 {
16		status = "disabled";
17	};
18};
19
20&mali {
21	/delete-property/ assigned-clocks;
22	/delete-property/ assigned-clock-rates;
23};