STM32MP15 ECO 5.0.0 U-boot device tree build fails for discrete powered board
STM32MP157AAA3 with discrete power
ERROR (phandle_references): /soc/pwr@50001000: Reference to non-existent node or label "vdd"
ERROR (phandle_references): /soc/pwr@50001000: Reference to non-existent node or label "vdd_usb"
ERROR (phandle_references): /soc/mmc@58005000: Reference to non-existent node or label "v3v3"
ERROR (phandle_references): /soc/usbphyc@5a006000/usb-phy@1: Reference to non-existent node or label "vdd_usb"
ERROR (phandle_references): /soc/usbphyc@5a006000/usb-phy@1: Reference to non-existent node or label "scmi_vdd_usb"
The first 3 were resolved by adding these definitions as regulators, but scmi error could not be resolved. also added the "stm32mp15-scmi.dtsi in includes but did not work. Besides , scmi_vdd_sub is only defined in mp135f dsti files and reference the PMIC resources which this board does not have. only way to fix it was changing the reference from scmi to usb_vdd . Is this correct?
