diff options
author | Vipul Kumar Samar <[email protected]> | 2012-07-13 17:20:46 +0530 |
---|---|---|
committer | Shiraz Hashim <[email protected]> | 2012-07-18 10:04:56 +0530 |
commit | 45a5e119ad781afca186fd5dccdb70c3c70057a7 (patch) | |
tree | 502058605cc667a8f2b771761cc54047ddbc8f53 | |
parent | d4f513ff12c1d74b379715e78c01002f5d055315 (diff) |
ARM: dts: SPEAr320: Fix compatible string
Signed-off-by: Vipul Kumar Samar <[email protected]>
Signed-off-by: Shiraz Hashim <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/spear320-evb.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/spear320-evb.dts b/arch/arm/boot/dts/spear320-evb.dts index c13fd1f3b09f..f28bea8a3ce2 100644 --- a/arch/arm/boot/dts/spear320-evb.dts +++ b/arch/arm/boot/dts/spear320-evb.dts @@ -15,8 +15,8 @@ /include/ "spear320.dtsi" / { - model = "ST SPEAr300 Evaluation Board"; - compatible = "st,spear300-evb", "st,spear300"; + model = "ST SPEAr320 Evaluation Board"; + compatible = "st,spear320-evb", "st,spear320"; #address-cells = <1>; #size-cells = <1>; |