aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-06-03 12:31:20 -0400
committerShawn Guo <shawnguo@kernel.org>2016-06-11 05:03:44 -0400
commita28eeb43ee57e0524c59e64760ed28088dd159cb (patch)
tree90a90b1f7384a88295774f8b48831abcbfcf1f22 /arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi
parentf255f89f9355ee9a5cfaafbc9afb24b16d1596e2 (diff)
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/imx6qdl-nit6xlite.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi b/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi
index 00f7202ddb16..cfd50ea1ed48 100644
--- a/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi
@@ -250,6 +250,7 @@
250 txd3-skew-ps = <0>; 250 txd3-skew-ps = <0>;
251 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>, 251 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
252 <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>; 252 <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
253 fsl,err006687-workaround-present;
253 status = "okay"; 254 status = "okay";
254}; 255};
255 256