summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91sam9x5_macb1.dtsi
diff options
context:
space:
mode:
authorBoris BREZILLON <boris.brezillon@free-electrons.com>2015-03-07 07:23:29 +0100
committerDavid S. Miller <davem@davemloft.net>2015-03-07 22:31:21 -0500
commit9c348d45d829be10bea4cb8e675f14a1baf9bab1 (patch)
tree232a214bc09db2e9fbceedfde7610f2d5193aa0e /arch/arm/boot/dts/at91sam9x5_macb1.dtsi
parent1b5ef07e3dd3972d9111650fb6e0f5a566c741d8 (diff)
ARM: at91/dt: fix macb compatible strings
Some at91 SoCs embed a 10/100 Mbit Ethernet IP, that is based on the at91sam9260 SoC. Fix at91 DTs accordingly. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5_macb1.dtsi')
-rw-r--r--arch/arm/boot/dts/at91sam9x5_macb1.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5_macb1.dtsi b/arch/arm/boot/dts/at91sam9x5_macb1.dtsi
index 663676c02861..d81980c40c7d 100644
--- a/arch/arm/boot/dts/at91sam9x5_macb1.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5_macb1.dtsi
@@ -41,7 +41,7 @@
};
macb1: ethernet@f8030000 {
- compatible = "cdns,at32ap7000-macb", "cdns,macb";
+ compatible = "cdns,at91sam9260-macb", "cdns,macb";
reg = <0xf8030000 0x100>;
interrupts = <27 IRQ_TYPE_LEVEL_HIGH 3>;
pinctrl-names = "default";