From: Dario Binacchi Date: Tue, 29 Dec 2020 23:16:23 +0000 (+0100) Subject: arm: dts: am335x: enable scm_clocks auto binding X-Git-Tag: v2021.10~374^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8322fdcedfa44dd22eab07c2dc32f0b3b02ec797;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/arch/arm/dts/am33xx-u-boot.dtsi b/arch/arm/dts/am33xx-u-boot.dtsi index 2426ece..61d10b8 100644 --- a/arch/arm/dts/am33xx-u-boot.dtsi +++ b/arch/arm/dts/am33xx-u-boot.dtsi @@ -13,3 +13,7 @@ &prcm_clocks { compatible = "simple-bus"; }; + +&scm_clocks { + compatible = "simple-bus"; +}; diff --git a/arch/arm/dts/dm8168-evm-u-boot.dtsi b/arch/arm/dts/dm8168-evm-u-boot.dtsi new file mode 100644 index 0000000..de0bb9b --- /dev/null +++ b/arch/arm/dts/dm8168-evm-u-boot.dtsi @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * dm8168-evm U-Boot Additions + * + * Copyright (C) 2020 Dario Binacchi + */ + +/ { + ocp { + u-boot,dm-pre-reloc; + }; +};