mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
13 lines
254 B
Text
13 lines
254 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright 2023 Gateworks Corporation
|
||
|
*/
|
||
|
|
||
|
#include "imx8mp-venice-u-boot.dtsi"
|
||
|
|
||
|
&eqos {
|
||
|
/delete-property/ assigned-clocks;
|
||
|
/delete-property/ assigned-clock-parents;
|
||
|
/delete-property/ assigned-clock-rates;
|
||
|
};
|