| Submitter | Xulei |
|---|---|
| Date | Jan. 19, 2011, 9:07 a.m. |
| Message ID | <1295428050-21934-2-git-send-email-B33228@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/79434/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
On Jan 19, 2011, at 3:07 AM, Xulei wrote: > Update p1022 sata compatible to "fsl,p1022-sata", "fsl,pq-sata-v2". > p1022ds sata controller is v2 version comparing previous FSL sata > controller, for example, mpc8536. > > Signed-off-by: Lei Xu <B33228@freescale.com> > Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> > --- > arch/powerpc/boot/dts/p1022ds.dts | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) applied - k -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/arch/powerpc/boot/dts/p1022ds.dts b/arch/powerpc/boot/dts/p1022ds.dts index 2bbecbb..9ad41dd 100644 --- a/arch/powerpc/boot/dts/p1022ds.dts +++ b/arch/powerpc/boot/dts/p1022ds.dts @@ -475,14 +475,14 @@ }; sata@18000 { - compatible = "fsl,mpc8536-sata", "fsl,pq-sata"; + compatible = "fsl,p1022-sata", "fsl,pq-sata-v2"; reg = <0x18000 0x1000>; cell-index = <1>; interrupts = <74 0x2>; }; sata@19000 { - compatible = "fsl,mpc8536-sata", "fsl,pq-sata"; + compatible = "fsl,p1022-sata", "fsl,pq-sata-v2"; reg = <0x19000 0x1000>; cell-index = <2>; interrupts = <41 0x2>;