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:
committed by
Lokesh Vutla
parent
11326f3793
commit
8322fdcedf
@@ -13,3 +13,7 @@
|
||||
&prcm_clocks {
|
||||
compatible = "simple-bus";
|
||||
};
|
||||
|
||||
&scm_clocks {
|
||||
compatible = "simple-bus";
|
||||
};
|
||||
|
||||
12
arch/arm/dts/dm8168-evm-u-boot.dtsi
Normal file
12
arch/arm/dts/dm8168-evm-u-boot.dtsi
Normal 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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user