[PATCH RFT 4/4] ARM: dts: imx28-tx28: fix dtc warning
Fabio Estevam
festevam at gmail.com
Sun Jun 5 07:05:47 PDT 2016
On Sun, Jun 5, 2016 at 10:52 AM, Stefan Wahren <stefan.wahren at i2se.com> wrote:
> This fixes the following dtc warning by removing the unnecessary unit:
>
> Warning (unit_address_vs_reg): Node /matrix-keypad at 0 has a unit name,
> but no reg property
>
> Signed-off-by: Stefan Wahren <stefan.wahren at i2se.com>
> ---
> arch/arm/boot/dts/imx28-tx28.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/imx28-tx28.dts b/arch/arm/boot/dts/imx28-tx28.dts
> index fd20e99..0ebbc83 100644
> --- a/arch/arm/boot/dts/imx28-tx28.dts
> +++ b/arch/arm/boot/dts/imx28-tx28.dts
> @@ -173,7 +173,7 @@
> default-brightness-level = <50>;
> };
>
> - matrix_keypad: matrix-keypad at 0 {
> + matrix_keypad: matrix-keypad {
> compatible = "gpio-matrix-keypad";
> col-gpios = <
> &gpio5 0 GPIO_ACTIVE_HIGH
Looks good. Adding Marek on Cc.
More information about the linux-arm-kernel
mailing list