diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-04-29 18:25:33 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-05-06 09:50:27 +0200 |
commit | 2f2f68fd9103b312d13f903206bb361552ced60c (patch) | |
tree | 6b75d84f3f5e729ba5cc56888a20852f47602f8b /arch/arm/dts/stm32f746-disco-u-boot.dtsi | |
parent | 7d549cc91f6d8d68075ea4ca151d3bd8da73050f (diff) |
ARM: dts: stm32: Remove useless spi-nor compatible string
Compatible string "micron,n25q128a13" is useless, remove it.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/dts/stm32f746-disco-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/stm32f746-disco-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32f746-disco-u-boot.dtsi b/arch/arm/dts/stm32f746-disco-u-boot.dtsi index bbe90fa88a..ade7285786 100644 --- a/arch/arm/dts/stm32f746-disco-u-boot.dtsi +++ b/arch/arm/dts/stm32f746-disco-u-boot.dtsi @@ -238,7 +238,7 @@ qflash0: n25q128a { #address-cells = <1>; #size-cells = <1>; - compatible = "micron,n25q128a13", "jedec,spi-nor"; + compatible = "jedec,spi-nor"; spi-max-frequency = <108000000>; spi-tx-bus-width = <4>; spi-rx-bus-width = <4>; |