diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2016-06-03 18:31:20 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-11 17:03:44 +0800 |
commit | a28eeb43ee57e0524c59e64760ed28088dd159cb (patch) | |
tree | 90a90b1f7384a88295774f8b48831abcbfcf1f22 /arch/arm/boot/dts/imx6dl-riotboard.dts | |
parent | f255f89f9355ee9a5cfaafbc9afb24b16d1596e2 (diff) | |
download | talos-obmc-linux-a28eeb43ee57e0524c59e64760ed28088dd159cb.tar.gz talos-obmc-linux-a28eeb43ee57e0524c59e64760ed28088dd159cb.zip |
ARM: dts: imx6: tag boards that have the HW workaround for ERR006687
Add the DT property to all boards that have the hardware workaround
for erratum ERR006687 present. This allows the CPUidle driver to use
the deep idle states, even if the FEC is active.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-riotboard.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-riotboard.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts index bfbed52ce1bd..2becd7cd6544 100644 --- a/arch/arm/boot/dts/imx6dl-riotboard.dts +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts @@ -97,6 +97,7 @@ phy-reset-gpios = <&gpio3 31 0>; interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>, <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>; + fsl,err006687-workaround-present; status = "okay"; }; |