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

devicetree: Add JZ4760/JZ4775 to Ingenic SoC UART binding

Add these variants of the UART as compatible strings

Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>

blah
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Matt Redfearn and committed by
Greg Kroah-Hartman
acccab42 c74997bd

+2 -1
+2 -1
Documentation/devicetree/bindings/serial/ingenic,uart.txt
··· 1 1 * Ingenic SoC UART 2 2 3 3 Required properties: 4 - - compatible : "ingenic,jz4740-uart" or "ingenic,jz4780-uart" 4 + - compatible : "ingenic,jz4740-uart", "ingenic,jz4760-uart", 5 + "ingenic,jz4775-uart" or "ingenic,jz4780-uart" 5 6 - reg : offset and length of the register set for the device. 6 7 - interrupts : should contain uart interrupt. 7 8 - clocks : phandles to the module & baud clocks.