mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-09-09 00:06:08 +08:00
realtek: increase memory size for Zyxel XMG1915
The commit adding support for the Zyxel XMG1915-10E didn't carry a dedicated memory node in the DTS. The device has actually 256MiB, but because this node is missing from the DTS, it falls back to the 128MiB-sized memory node in rtl930x.dtsi. The commits refactoring support for XMG1915-10E and adding support for XMG1915-10EP didn't fix that either. Thus, add the needed memory node to unlock the full memory. Fixes:94607d6285("realtek: add support for Zyxel XMG1915-10E") Fixes:bdddc753c5("realtek: add support for Zyxel XMG1915-10EP") Link: https://github.com/openwrt/openwrt/pull/24984 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
led-upgrade = &led_pwr_sys_green;
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x00000000 0x10000000>;
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user