summaryrefslogtreecommitdiff
path: root/tools/dtoc/test/dtoc_test_phandle_single.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dtoc/test/dtoc_test_phandle_single.dts')
-rw-r--r--tools/dtoc/test/dtoc_test_phandle_single.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dtoc/test/dtoc_test_phandle_single.dts b/tools/dtoc/test/dtoc_test_phandle_single.dts
index aacd0b15fa..1b1763932c 100644
--- a/tools/dtoc/test/dtoc_test_phandle_single.dts
+++ b/tools/dtoc/test/dtoc_test_phandle_single.dts
@@ -9,14 +9,14 @@
/ {
phandle: phandle-target {
- u-boot,dm-pre-reloc;
+ bootph-all;
compatible = "target";
intval = <0>;
#clock-cells = <0>;
};
phandle-source2 {
- u-boot,dm-pre-reloc;
+ bootph-all;
compatible = "source";
clocks = <&phandle>;
};