Message ID | 68769db82768b57876573b9391ee3119fe6ca19e.1342181727.git.vipulkumar.samar@st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 13/07/12 13:21, Vipul Kumar Samar wrote: > model = "ST SPEAr300 Evaluation Board"; Fix this too. :) > - compatible = "st,spear300-evb", "st,spear300"; > + compatible = "st,spear320-evb", "st,spear320"; -- Viresh -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
On 7/13/2012 8:42 PM, viresh kumar wrote: > On 13/07/12 13:21, Vipul Kumar Samar wrote: >> model = "ST SPEAr300 Evaluation Board"; > > Fix this too. :) Missed it, i'll correct it in v2. Regards Vipul Samar
diff --git a/arch/arm/boot/dts/spear320-evb.dts b/arch/arm/boot/dts/spear320-evb.dts index c13fd1f..4d55b67 100644 --- a/arch/arm/boot/dts/spear320-evb.dts +++ b/arch/arm/boot/dts/spear320-evb.dts @@ -16,7 +16,7 @@ / { model = "ST SPEAr300 Evaluation Board"; - compatible = "st,spear300-evb", "st,spear300"; + compatible = "st,spear320-evb", "st,spear320"; #address-cells = <1>; #size-cells = <1>;
Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com> --- arch/arm/boot/dts/spear320-evb.dts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)