Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: at91: sama5d4: fix instance id of DBGU

Change instance id of DBGU to 45.

Signed-off-by: Mohamed Jamsheeth Hajanajubudeen <mohamedjamsheeth.hajanajubudeen@atmel.com>
Fixes: 7c661394c56c ("ARM: at91: dt: add device tree file for SAMA5D4 SoC")
Cc: stable@vger.kernel.org # 3.18+
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

authored by

Mohamed Jamsheeth Hajanajubudeen and committed by
Nicolas Ferre
929e883f 92e963f5

+1 -1
+1 -1
arch/arm/boot/dts/sama5d4.dtsi
··· 1342 1342 dbgu: serial@fc069000 { 1343 1343 compatible = "atmel,at91sam9260-dbgu", "atmel,at91sam9260-usart"; 1344 1344 reg = <0xfc069000 0x200>; 1345 - interrupts = <2 IRQ_TYPE_LEVEL_HIGH 7>; 1345 + interrupts = <45 IRQ_TYPE_LEVEL_HIGH 7>; 1346 1346 pinctrl-names = "default"; 1347 1347 pinctrl-0 = <&pinctrl_dbgu>; 1348 1348 clocks = <&dbgu_clk>;