Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88603f1d authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Russell King
Browse files

[ARM] 4855/1: Orion: use correct ethernet unit address range

parent a4f14bac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -179,8 +179,8 @@ static struct platform_device orion_ehci1 = {

static struct resource orion_eth_shared_resources[] = {
	{
		.start	= ORION_ETH_PHYS_BASE,
		.end	= ORION_ETH_PHYS_BASE + 0xffff,
		.start	= ORION_ETH_PHYS_BASE + 0x2000,
		.end	= ORION_ETH_PHYS_BASE + 0x3fff,
		.flags	= IORESOURCE_MEM,
	},
};