提交 96ce1b6d 编写于 作者: K Kim Phillips 提交者: Kumar Gala

[POWERPC] sata_fsl: reduce compatibility to fsl,pq-sata

as prescribed in Documentation/powerpc/booting-without-of.txt.
Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
Acked-by: NJeff Garzik <jeff@garzik.org>
Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 58bb7a97
...@@ -255,14 +255,14 @@ ...@@ -255,14 +255,14 @@
}; };
sata@18000 { sata@18000 {
compatible = "fsl,mpc8379-sata"; compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
reg = <0x18000 0x1000>; reg = <0x18000 0x1000>;
interrupts = <44 0x8>; interrupts = <44 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
}; };
sata@19000 { sata@19000 {
compatible = "fsl,mpc8379-sata"; compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
reg = <0x19000 0x1000>; reg = <0x19000 0x1000>;
interrupts = <45 0x8>; interrupts = <45 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
......
...@@ -255,28 +255,28 @@ ...@@ -255,28 +255,28 @@
}; };
sata@18000 { sata@18000 {
compatible = "fsl,mpc8379-sata"; compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
reg = <0x18000 0x1000>; reg = <0x18000 0x1000>;
interrupts = <44 0x8>; interrupts = <44 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
}; };
sata@19000 { sata@19000 {
compatible = "fsl,mpc8379-sata"; compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
reg = <0x19000 0x1000>; reg = <0x19000 0x1000>;
interrupts = <45 0x8>; interrupts = <45 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
}; };
sata@1a000 { sata@1a000 {
compatible = "fsl,mpc8379-sata"; compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
reg = <0x1a000 0x1000>; reg = <0x1a000 0x1000>;
interrupts = <46 0x8>; interrupts = <46 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
}; };
sata@1b000 { sata@1b000 {
compatible = "fsl,mpc8379-sata"; compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
reg = <0x1b000 0x1000>; reg = <0x1b000 0x1000>;
interrupts = <47 0x8>; interrupts = <47 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
......
...@@ -1348,10 +1348,7 @@ static int sata_fsl_remove(struct of_device *ofdev) ...@@ -1348,10 +1348,7 @@ static int sata_fsl_remove(struct of_device *ofdev)
static struct of_device_id fsl_sata_match[] = { static struct of_device_id fsl_sata_match[] = {
{ {
.compatible = "fsl,mpc8315-sata", .compatible = "fsl,pq-sata",
},
{
.compatible = "fsl,mpc8379-sata",
}, },
{}, {},
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册