diff options
author | John Crispin <blogic@openwrt.org> | 2016-02-26 08:35:29 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-02-26 08:35:29 +0000 |
commit | 5877e96262490677de03ed0da6ac316d2cb44c14 (patch) | |
tree | cd2ba60d1bc2297245653f6ee862492577ede827 | |
parent | 3d61f575d190dea8a6da71756e161b25029b64ed (diff) | |
download | master-187ad058-5877e96262490677de03ed0da6ac316d2cb44c14.tar.gz master-187ad058-5877e96262490677de03ed0da6ac316d2cb44c14.tar.bz2 master-187ad058-5877e96262490677de03ed0da6ac316d2cb44c14.zip |
mpc85xx/tl-wdr4900: correct address of the gpio controller
since linux 3.19 the address of the gpio-controller changed
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48794 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts index 322273e1e7..2ad58d3fda 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts @@ -82,7 +82,7 @@ }; }; - gpio0: gpio-controller@f000 { + gpio0: gpio-controller@fc00 { }; usb@22000 { |