Author: blogic Date: 2015-07-07 15:44:32 +0200 (Tue, 07 Jul 2015) New Revision: 46221
Modified: trunk/target/linux/lantiq/dts/vr9.dtsi Log: lantiq: Make the MEI address available for kernel drivers Newer DSL driver versions depend on the address information. Signed-off-by: Martin Blumenstingl <[email protected]> Modified: trunk/target/linux/lantiq/dts/vr9.dtsi =================================================================== --- trunk/target/linux/lantiq/dts/vr9.dtsi 2015-07-07 13:44:27 UTC (rev 46220) +++ trunk/target/linux/lantiq/dts/vr9.dtsi 2015-07-07 13:44:32 UTC (rev 46221) @@ -155,6 +155,7 @@ mei@E116000 { compatible = "lantiq,mei-xrx200"; + reg = <0xE116000 0x9c>; interrupt-parent = <&icu0>; interrupts = <63>; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
