1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-03 23:18:59 +01:00

arm: dts: am335x: enable scm_clocks auto binding

Adding the 'simple-bus' compatible string to the scm_clocks node will
allow its automatic binding.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
This commit is contained in:
Dario Binacchi
2020-12-30 00:16:23 +01:00
committed by Lokesh Vutla
parent 11326f3793
commit 8322fdcedf
2 changed files with 16 additions and 0 deletions

View File

@@ -13,3 +13,7 @@
&prcm_clocks {
compatible = "simple-bus";
};
&scm_clocks {
compatible = "simple-bus";
};

View File

@@ -0,0 +1,12 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* dm8168-evm U-Boot Additions
*
* Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
*/
/ {
ocp {
u-boot,dm-pre-reloc;
};
};