mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
ee73135365
Synced from Linux commit 3650b228f83a ("Linux 5.10-rc1") Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
17 lines
404 B
Text
17 lines
404 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2017 BayLibre SAS
|
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
*/
|
|
|
|
#include "meson-gx-mali450.dtsi"
|
|
|
|
&mali {
|
|
compatible = "amlogic,meson-gxl-mali", "arm,mali-450";
|
|
|
|
clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_MALI>;
|
|
clock-names = "bus", "core";
|
|
|
|
assigned-clocks = <&clkc CLKID_GP0_PLL>;
|
|
assigned-clock-rates = <744000000>;
|
|
};
|