1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

lantiq: Make the MEI address available for kernel drivers

Newer DSL driver versions depend on the address information.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

SVN-Revision: 46221
This commit is contained in:
John Crispin 2015-07-07 13:44:32 +00:00
parent b9463ce786
commit 415fe71d00

@ -155,6 +155,7 @@
mei@E116000 {
compatible = "lantiq,mei-xrx200";
reg = <0xE116000 0x9c>;
interrupt-parent = <&icu0>;
interrupts = <63>;
};