The power for the phyFLEX sd cards and ethernet controller are supplied by the PMIC DA9063 LDOs. There is no barebox driver for the DA9063 to register regulators. So allow use of dummy-regulators for nodes depending on DA9063 power supply. Signed-off-by: Andrej Picej <andrej.picej@xxxxxxxxx> --- arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi index 0653fcc3c..42d243058 100644 --- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi @@ -84,10 +84,10 @@ &fec { /* * barebox doesn't have a driver for the PMIC providing the phy-supply - * (dlg,da9063). So remove the phy-supply property and rely on the - * PMIC's reset default which has this supply enabled. + * (dlg,da9063). Allow usage of dummy regulator and rely on the PMIC's + * reset default which has this supply enabled. */ - /delete-property/ phy-supply; + barebox,allow-dummy-supply; }; &gpmi { @@ -138,10 +138,26 @@ pagesize = <32>; }; +&usdhc2 { + /* + * barebox doesn't have a driver for the PMIC providing the vmmc-supply + * (dlg,da9063). Allow usage of dummy regulator and rely on the PMIC's + * reset default which has this supply enabled. + */ + barebox,allow-dummy-supply; +}; + &usdhc3 { #address-cells = <1>; #size-cells = <1>; + /* + * barebox doesn't have a driver for the PMIC providing the vmmx-supply + * (dlg,da9063). Allow usage of dummy regulator and rely on the PMIC's + * reset default which has this supply enabled. + */ + barebox,allow-dummy-supply; + partition@0 { label = "barebox"; reg = <0x0 0xe0000>; -- 2.25.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox