summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91sam9x5_macb0.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_macb0.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_macb0.dtsi')
-rw-r--r--arch/arm/boot/dts/at91sam9x5_macb0.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5_macb0.dtsi b/arch/arm/boot/dts/at91sam9x5_macb0.dtsi
index 57e89d1d0325..73d7e30965ba 100644
--- a/arch/arm/boot/dts/at91sam9x5_macb0.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5_macb0.dtsi
@@ -53,7 +53,7 @@
};
macb0: ethernet@f802c000 {
- compatible = "cdns,at32ap7000-macb", "cdns,macb";
+ compatible = "cdns,at91sam9260-macb", "cdns,macb";
reg = <0xf802c000 0x100>;
interrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>;
pinctrl-names = "default";