summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/kirkwood-cloudbox.dts
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2014-03-22 12:46:00 (GMT)
committerJason Cooper <jason@lakedaemon.net>2014-04-07 16:26:06 (GMT)
commitdcdf9cfc4868878957d5c372f82b233143ec4320 (patch)
tree1e207f5dd8acbcb5c3a8cc78f7cfbe29b931031c /arch/arm/boot/dts/kirkwood-cloudbox.dts
parent0d606c08f44a09e3ca86d4af1a40aec61a6e9dde (diff)
downloadlinux-dcdf9cfc4868878957d5c372f82b233143ec4320.tar.xz
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.dts2
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 0e06fd3..3b62aee 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>;