• Fabio Estevam's avatar
    ARM: dts: imx6qdl-gw560x: Remove incorrect 'uart-has-rtscts' · 9dfbc722
    Fabio Estevam authored
    The following build warning is seen when running:
    
    make dtbs_check DT_SCHEMA_FILES=fsl-imx-uart.yaml
    
    arch/arm/boot/dts/imx6dl-gw560x.dtb: serial@2020000: rts-gpios: False schema does not allow [[20, 1, 0]]
    	From schema: Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml
    
    The imx6qdl-gw560x board does not expose the UART RTS and CTS
    as native UART pins, so 'uart-has-rtscts' should not be used.
    
    Using 'uart-has-rtscts' with 'rts-gpios' is an invalid combination
    detected by serial.yaml.
    
    Fix the problem by removing the incorrect 'uart-has-rtscts' property.
    
    Fixes: b8a559fe ("ARM: dts: imx: add Gateworks Ventana GW5600 support")
    Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
    Acked-by: default avatarTim Harvey <tharvey@gateworks.com>
    Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
    9dfbc722
imx6qdl-gw560x.dtsi 20.9 KB