diff options
author | Nicolas Ferre | 2013-05-14 15:14:49 +0200 |
---|---|---|
committer | Nicolas Ferre | 2013-05-14 15:33:35 +0200 |
commit | 5ade7e4214b43e9b934202d892e3d7c131617908 (patch) | |
tree | 0385ce37e76fbc3d4894dab3729089d63561f808 /arch | |
parent | ARM: at91/trivial: fix model name for SAM9X25-EK (diff) | |
download | kernel-qcow2-linux-5ade7e4214b43e9b934202d892e3d7c131617908.tar.gz kernel-qcow2-linux-5ade7e4214b43e9b934202d892e3d7c131617908.tar.xz kernel-qcow2-linux-5ade7e4214b43e9b934202d892e3d7c131617908.zip |
ARM: at91/trivial: typo in GEM compatible string
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/sama5d3.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 2e643ea51cce..5fce96b1cee4 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"; |