MLK-14580 ARM: dts: imx7d-arm2: enable fec1 and usdhc nodes
authorOctavian Purdila <octavian.purdila@nxp.com>
Thu, 30 Mar 2017 14:04:04 +0000 (17:04 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:45 +0000 (15:21 -0500)
These devices are enabled on imx_4.1.y, enable them on imx_4.9.y as
well.

Signed-off-by: Octavian Purdila <octavian.purdila@nxp.com>
arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts

index 28c2774..fd35dd0 100644 (file)
        phy-mode = "rgmii";
        phy-handle = <&ethphy1>;
        fsl,magic-packet;
-       status = "disabled";
+       status = "okay";
 
        mdio {
                #address-cells = <1>;
        keep-power-in-suspend;
        enable-sdio-wakeup;
        vmmc-supply = <&reg_sd1_vmmc>;
-       status = "disabled";
+       status = "okay";
 };
 
 &usdhc2 {
        keep-power-in-suspend;
        enable-sdio-wakeup;
        vmmc-supply = <&reg_sd2_vmmc>;
-       status = "disabled";
+       status = "okay";
 };
 
 &usdhc3 {
        bus-width = <8>;
        non-removable;
        keep-power-in-suspend;
-       status = "disabled";
+       status = "okay";
 };
 
 &wdog1 {