Skip to content

Commit 3a4bae5

Browse files
montjoiewens
authored andcommitted
arm64: allwinner: sun50i-a64: Correct emac register size
The datasheet said that emac register size is 0x10000 not 0x100 Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> [wens@csie.org: Fixed commit subject prefix] Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent 072b6e3 commit 3a4bae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
emac: ethernet@1c30000 {
453453
compatible = "allwinner,sun50i-a64-emac";
454454
syscon = <&syscon>;
455-
reg = <0x01c30000 0x100>;
455+
reg = <0x01c30000 0x10000>;
456456
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
457457
interrupt-names = "macirq";
458458
resets = <&ccu RST_BUS_EMAC>;

0 commit comments

Comments
 (0)