arm: dts: am335x: enable scm_clocks auto binding
authorDario Binacchi <dariobin@libero.it>
Tue, 29 Dec 2020 23:16:23 +0000 (00:16 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 12 Jan 2021 05:28:05 +0000 (10:58 +0530)
Adding the 'simple-bus' compatible string to the scm_clocks node will
allow its automatic binding.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
arch/arm/dts/am33xx-u-boot.dtsi
arch/arm/dts/dm8168-evm-u-boot.dtsi [new file with mode: 0644]

index 2426ece..61d10b8 100644 (file)
@@ -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 (file)
index 0000000..de0bb9b
--- /dev/null
@@ -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;
+       };
+};