ARM: dts: rockchip: rv1106: fix compatible string for gmac, wdt

Fixes: 51d12f9d67 ("ARM: dts: rockchip: Add gmac support for rv1106")
Fixes: 7a58edc59d ("ARM: dts: rockchip: rv1106: add saradc/wdt_ns/hw_decompress")
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: I7abd4528a1cb7a603d8e66d09c59cadf44f3c99c
This commit is contained in:
Sugar Zhang
2022-03-10 11:07:03 +08:00
committed by Tao Huang
parent f31433ff94
commit 890ca19516

View File

@@ -695,7 +695,7 @@
};
wdt: watchdog@ff5a0000 {
compatible = "rockchip,rv1126-wdt", "snps,dw-wdt";
compatible = "rockchip,rv1106-wdt", "snps,dw-wdt";
reg = <0xff5a0000 0x100>;
clocks = <&cru PCLK_WDT_NS>;
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
@@ -756,7 +756,7 @@
};
gmac: ethernet@ffa80000 {
compatible = "rockchip,rv1126-gmac", "snps,dwmac-4.20a";
compatible = "rockchip,rv1106-gmac", "snps,dwmac-4.20a";
reg = <0xffa80000 010000>;
interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;