commit | 5ade7e4214b43e9b934202d892e3d7c131617908 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Tue May 14 15:14:49 2013 +0200 |
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | Tue May 14 15:33:35 2013 +0200 |
tree | 0385ce37e76fbc3d4894dab3729089d63561f808 | |
parent | 9349d00fc3ff2b110dc07d9f5d06abfeac300c19 [diff] [blame] |
ARM: at91/trivial: typo in GEM compatible string Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 2e643ea..5fce96b 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi
@@ -156,7 +156,7 @@ }; macb0: ethernet@f0028000 { - compatible = "cnds,pc302-gem", "cdns,gem"; + compatible = "cdns,pc302-gem", "cdns,gem"; reg = <0xf0028000 0x100>; interrupts = <34 4 3>; pinctrl-names = "default";