ARM: dts: imx35: restore existing used clock enumeration
authorAlexander Kurz <akurz@blala.de>
Thu, 14 Apr 2016 21:30:49 +0000 (23:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 01:18:48 +0000 (18:18 -0700)
commit11db63d081f37e24ff5725f72c580a1b9ffce9e7
treee3d522c2a5207fc6c66b498820c96a83f9e1b760
parent9ac1cd64aad6139631b7e07f6de1057e85301dd4
ARM: dts: imx35: restore existing used clock enumeration

commit 3397c2c45b1b6f54834dfeae30a73046f33ca943 upstream.

A new element got inserted into enum mx35_clks with commit 3713e3f5e927
("clk: imx35: define two clocks for rtc"). This insertion shifted most
nummerical clock assignments to a new nummerical value which in turn
rendered most hardcoded nummeric values in imx35.dtsi incorrect.

Restore the existing order by moving the newly introduced clock to the
end of the enum. Update the dts documentation accordingly.

Signed-off-by: Alexander Kurz <akurz@blala.de>
Fixes: 3713e3f5e927 ("clk: imx35: define two clocks for rtc")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/clock/imx35-clock.txt
drivers/clk/imx/clk-imx35.c