diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-03-22 13:46:00 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-04-07 18:26:06 +0200 |
commit | dcdf9cfc4868878957d5c372f82b233143ec4320 (patch) | |
tree | 1e207f5dd8acbcb5c3a8cc78f7cfbe29b931031c /arch/arm/boot/dts/kirkwood-dreamplug.dts | |
parent | ARM: Kirkwood: Fix Atmel vendor prefix (diff) | |
download | linux-dcdf9cfc4868878957d5c372f82b233143ec4320.tar.xz linux-dcdf9cfc4868878957d5c372f82b233143ec4320.zip |
ARM: Kirkwood: DT: Add missing vendor prefix
Add vendor prefixes to compatible strings where they are missing.
Both the I2C and MTD framework ignore the prefix, so adding them has
no effect on backwards compatibility.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1395492360-1865-6-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-dreamplug.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-dreamplug.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/kirkwood-dreamplug.dts b/arch/arm/boot/dts/kirkwood-dreamplug.dts index ef3463e0ae19..28b3ee369778 100644 --- a/arch/arm/boot/dts/kirkwood-dreamplug.dts +++ b/arch/arm/boot/dts/kirkwood-dreamplug.dts @@ -43,7 +43,7 @@ m25p40@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "mx25l1606e"; + compatible = "mxicy,mx25l1606e"; reg = <0>; spi-max-frequency = <50000000>; mode = <0>; |