libdt: support finding devices by partuuid
This allows specifying partitions in devicetree that are actually not
described in the devicetree to allow referencing them:

    partitions {
            compatible = "fixed-partitions";
            #address-cells = <1>;
            #size-cells = <1>;

            state_part: state {
                    partuuid = "21367da7-c51f-499f-9aad-e1f366992365";
            };
    };

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
1 parent 5588a6c commit af85ab844b1dfdbf4276a57384ef5594266db0cd
@Steffen Trumtrar Steffen Trumtrar authored on 14 Dec 2018
Roland Hieber committed on 7 Feb 2019
Showing 1 changed file
View
src/libdt.c