summaryrefslogtreecommitdiff
path: root/tools/dtoc/dtoc_test_phandle.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dtoc/dtoc_test_phandle.dts')
-rw-r--r--tools/dtoc/dtoc_test_phandle.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/dtoc/dtoc_test_phandle.dts b/tools/dtoc/dtoc_test_phandle.dts
index 91dfec5c63f..a71acffc698 100644
--- a/tools/dtoc/dtoc_test_phandle.dts
+++ b/tools/dtoc/dtoc_test_phandle.dts
@@ -33,4 +33,10 @@
compatible = "source";
clocks = <&phandle &phandle_1 11 &phandle_2 12 13 &phandle>;
};
+
+ phandle-source2 {
+ u-boot,dm-pre-reloc;
+ compatible = "source";
+ clocks = <&phandle>;
+ };
};