]> git.sur5r.net Git - u-boot/blobdiff - tools/dtoc/dtoc_test_phandle.dts
spi: cadence_qspi: Fix warning cast from pointer to integer of different size
[u-boot] / tools / dtoc / dtoc_test_phandle.dts
index ba12b0fe65ea88ef49744ceae31f283131e124a1..a71acffc698d3e590dead59a4f36c5e3c580d8c3 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Test device tree file for dtoc
  *
  * Copyright 2017 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
  /dts-v1/;
                compatible = "source";
                clocks = <&phandle &phandle_1 11 &phandle_2 12 13 &phandle>;
        };
+
+       phandle-source2 {
+               u-boot,dm-pre-reloc;
+               compatible = "source";
+               clocks = <&phandle>;
+       };
 };