mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user