mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
8322fdcedf
Adding the 'simple-bus' compatible string to the scm_clocks node will allow its automatic binding. Signed-off-by: Dario Binacchi <dariobin@libero.it>
19 lines
268 B
Text
19 lines
268 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2019 B&R Industrial Automation GmbH -
|
|
* https://www.br-automation.com/
|
|
*/
|
|
|
|
/ {
|
|
ocp {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
|
|
&prcm_clocks {
|
|
compatible = "simple-bus";
|
|
};
|
|
|
|
&scm_clocks {
|
|
compatible = "simple-bus";
|
|
};
|