diff options
author | Diana Craciun <Diana.Craciun@freescale.com> | 2014-05-07 09:29:17 +0300 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-05-22 18:08:28 -0500 |
commit | 846c944357e910dafbfae26efa49513c9ba56423 (patch) | |
tree | ddd57102c02997a1616fc210f292f18647b0bc2b /arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | |
parent | f2e7bfbb0440e7010f421ceddb9eb400cd1eee63 (diff) | |
download | lwn-846c944357e910dafbfae26efa49513c9ba56423.tar.gz lwn-846c944357e910dafbfae26efa49513c9ba56423.zip |
powerpc/fsl: Updated corenet-cf compatible string for corenet1-cf chips
Updated the device trees according to the corenet-cf
binding definition.
Signed-off-by: Diana Craciun <Diana.Craciun@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p2041si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi index e2987a33083c..b5daa4c812c2 100644 --- a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi @@ -246,7 +246,7 @@ }; corenet-cf@18000 { - compatible = "fsl,corenet-cf"; + compatible = "fsl,corenet1-cf", "fsl,corenet-cf"; reg = <0x18000 0x1000>; interrupts = <16 2 1 31>; fsl,ccf-num-csdids = <32>; |