diff options
author | Allen Xu <b45815@freescale.com> | 2014-11-22 13:35:36 -0600 |
---|---|---|
committer | Allen Xu <b45815@freescale.com> | 2014-11-26 05:48:26 +0800 |
commit | 5f3fb03d2263d0d9ff6ef50ab7b4cc34e6fc2053 (patch) | |
tree | 89c2f77d40db258ffff42733171f4520fc5d2f9d /arch/arm/boot | |
parent | c4bcb56199f0134c5e54c402f38dda553fc3b6d8 (diff) |
MLK-9910: ARM: dts: reduce the i.MX6sx AI board QSPI clock frequency
Reduced the QSPI clock from 53Mhz to 29Mhz according to spec requirement
Signed-off-by: Allen Xu <b45815@freescale.com>
(cherry picked from commit ea5d6d29564c29b21d117056e9cbd1430199b4de)
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sabreauto.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sabreauto.dts b/arch/arm/boot/dts/imx6sx-sabreauto.dts index 849ab9beafcf..59f305d510c4 100644 --- a/arch/arm/boot/dts/imx6sx-sabreauto.dts +++ b/arch/arm/boot/dts/imx6sx-sabreauto.dts @@ -640,7 +640,7 @@ #address-cells = <1>; #size-cells = <1>; compatible = "micron,n25q256a"; - spi-max-frequency = <53000000>; + spi-max-frequency = <29000000>; reg = <0>; }; @@ -648,7 +648,7 @@ #address-cells = <1>; #size-cells = <1>; compatible = "micron,n25q256a"; - spi-max-frequency = <53000000>; + spi-max-frequency = <29000000>; reg = <1>; }; }; |