Skip to content

Commit

Permalink
Revert "Merge pull request linux4kix#17 from linux4kix/linux-linaro-l…
Browse files Browse the repository at this point in the history
…sk-v3.14-mx6"

This reverts commit ee05b81, reversing
changes made to 828f1bb.
  • Loading branch information
pepedog committed Dec 31, 2014
1 parent b919ab2 commit 9f1e33a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
26 changes: 0 additions & 26 deletions arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,6 @@
MX6QDL_PAD_EIM_DA4__GPIO3_IO04 0x80000000
>;
};

pinctrl_pwm1: pwm1grp {
fsl,pins = <
MX6QDL_PAD_DISP0_DAT8__PWM1_OUT 0x1b0b1
>;
};

};
};

Expand Down Expand Up @@ -346,22 +339,3 @@
no-msi;
};

&pwm1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm1>;
status = "okay";
};

&pwm2 {
pinctrl-names = "default";
status = "okay";
};

&pwm3 {
status = "disabled";
};

&pwm4 {
status = "disabled";
};

2 changes: 0 additions & 2 deletions drivers/net/ethernet/freescale/fec_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2704,8 +2704,6 @@ fec_probe(struct platform_device *pdev)
failed_init:
if (fep->reg_phy)
regulator_disable(fep->reg_phy);
if (fep->ptp_clock)
ptp_clock_unregister(fep->ptp_clock);
failed_regulator:
fec_enet_clk_enable(ndev, false);
failed_clk:
Expand Down

0 comments on commit 9f1e33a

Please sign in to comment.