From c9d38785a5706d439d8617ece47254e55c5fb71f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 7 Jul 2015 13:44:32 +0000 Subject: [PATCH] lantiq: Make the MEI address available for kernel drivers Newer DSL driver versions depend on the address information. Signed-off-by: Martin Blumenstingl SVN-Revision: 46221 --- target/linux/lantiq/dts/vr9.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/lantiq/dts/vr9.dtsi b/target/linux/lantiq/dts/vr9.dtsi index bdb12701eb..136483ae9a 100644 --- a/target/linux/lantiq/dts/vr9.dtsi +++ b/target/linux/lantiq/dts/vr9.dtsi @@ -155,6 +155,7 @@ mei@E116000 { compatible = "lantiq,mei-xrx200"; + reg = <0xE116000 0x9c>; interrupt-parent = <&icu0>; interrupts = <63>; }; -- 2.30.2