diff mbox series

arm64: dts: meson-axg: use the proper compatible for ethmac

Message ID 1536604750-32621-1-git-send-email-narmstrong@baylibre.com (mailing list archive)
State Accepted
Headers show
Series arm64: dts: meson-axg: use the proper compatible for ethmac | expand

Commit Message

Neil Armstrong Sept. 10, 2018, 6:39 p.m. UTC
Use the correct compatible for the AXG ethernet mac node.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Blumenstingl Sept. 10, 2018, 6:44 p.m. UTC | #1
On Mon, Sep 10, 2018 at 8:39 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
>
> Use the correct compatible for the AXG ethernet mac node.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
I wonder if you should add a "Fixes" tag. apart from that:

Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Neil Armstrong Sept. 11, 2018, 1:27 p.m. UTC | #2
On 10/09/2018 20:44, Martin Blumenstingl wrote:
> On Mon, Sep 10, 2018 at 8:39 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
>>
>> Use the correct compatible for the AXG ethernet mac node.
>>
>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> I wonder if you should add a "Fixes" tag. apart from that:
> 
> Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> 

Hi Martin,

I'm not sure when the dwmac changes has been merged, and anyway the only board upstreamed uses RGMII which has the same bits for the glue register.

Neil
Kevin Hilman Sept. 13, 2018, 4:56 a.m. UTC | #3
Neil Armstrong <narmstrong@baylibre.com> writes:

> Use the correct compatible for the AXG ethernet mac node.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Applied to v4.20/dt64 with Martin's ack,

Thanks,

Kevin
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index 32f6dca..75f4ca7 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
@@ -525,7 +525,7 @@ 
 		};
 
 		ethmac: ethernet@ff3f0000 {
-			compatible = "amlogic,meson-gxbb-dwmac", "snps,dwmac";
+			compatible = "amlogic,meson-axg-dwmac", "snps,dwmac";
 			reg = <0x0 0xff3f0000 0x0 0x10000
 				0x0 0xff634540 0x0 0x8>;
 			interrupts = <GIC_SPI 8 IRQ_TYPE_EDGE_RISING>;