[PATCH V2 1/2] dt/bindings: serial: bcm2835: add binding documentation for bcm2835-aux-uart

Arnd Bergmann arnd at arndb.de
Sat Jan 9 12:53:47 PST 2016


On Saturday 09 January 2016 13:07:32 kernel at martin.sperl.org wrote:
> +
> +       uart1: uart at 7e215040 {
> +               compatible = "brcm,bcm2835-aux-uart";
> +               reg = <0x7e215040 0x40>;
> +               interrupts = <1 29>;
> +               clocks = <&aux BCM2835_AUX_CLOCK_UART>;
> +       };
> 

The node name should always be "serial at ...", not "uart at ..."

	Arnd



More information about the linux-arm-kernel mailing list