From f21744fba3eebb3eb90954c7397226047ecd0d98 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Tue, 24 Jun 2014 01:21:10 +0400 Subject: [PATCH] MIPS: dts: qemu-malta.dts: enable CBUS FPGA I2C gpio driver Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/dts/qemu-malta.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/mips/dts/qemu-malta.dts b/arch/mips/dts/qemu-malta.dts index 67fe591f1..204007d42 100644 --- a/arch/mips/dts/qemu-malta.dts +++ b/arch/mips/dts/qemu-malta.dts @@ -25,6 +25,13 @@ clock-frequency = <1843200>; }; + gpio: gpio@1f000b00 { + compatible = "mti,malta-fpga-i2c-gpio"; + gpio-controller; + reg = <0xbf000b00 0x20>; + #gpio-cells = <2>; + }; + uart2: serial@bf000900 { compatible = "ns16550a"; reg = <0xbf000900 0x40>;