dtoc: Fix properties with a single zero-arg phandle
[oweals/u-boot.git] / tools / dtoc / dtoc_test_phandle.dts
index 91dfec5c63fcf9f70c9b934ee26c06f01f313bfb..a71acffc698d3e590dead59a4f36c5e3c580d8c3 100644 (file)
                compatible = "source";
                clocks = <&phandle &phandle_1 11 &phandle_2 12 13 &phandle>;
        };
+
+       phandle-source2 {
+               u-boot,dm-pre-reloc;
+               compatible = "source";
+               clocks = <&phandle>;
+       };
 };