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-cloudbox.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-cloudbox.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-cloudbox.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/kirkwood-cloudbox.dts b/arch/arm/boot/dts/kirkwood-cloudbox.dts index 0e06fd3cee4d..3b62aeeaa3a2 100644 --- a/arch/arm/boot/dts/kirkwood-cloudbox.dts +++ b/arch/arm/boot/dts/kirkwood-cloudbox.dts @@ -46,7 +46,7 @@ flash@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "mx25l4005a"; + compatible = "mxicy,mx25l4005a"; reg = <0>; spi-max-frequency = <20000000>; mode = <0>; |