summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2014-03-22 13:46:00 +0100
committerJason Cooper <jason@lakedaemon.net>2014-04-07 16:26:06 +0000
commitdcdf9cfc4868878957d5c372f82b233143ec4320 (patch)
tree1e207f5dd8acbcb5c3a8cc78f7cfbe29b931031c /arch/arm/boot/dts/kirkwood-ns2-common.dtsi
parent0d606c08f44a09e3ca86d4af1a40aec61a6e9dde (diff)
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-ns2-common.dtsi')
-rw-r--r--arch/arm/boot/dts/kirkwood-ns2-common.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/kirkwood-ns2-common.dtsi b/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
index 843eb478b3e4..e6e5ec4fe6b9 100644
--- a/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
+++ b/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
@@ -32,7 +32,7 @@
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "mx25l4005a";
+ compatible = "mxicy,mx25l4005a";
reg = <0>;
spi-max-frequency = <20000000>;
mode = <0>;