Commit 17b35f28 authored by Stefan Wahren's avatar Stefan Wahren Committed by Shawn Guo

ARM: dts: imx28-tx28: fix dtc warning

This fixes the following dtc warning by removing the unnecessary unit:

Warning (unit_address_vs_reg): Node /matrix-keypad@0 has a unit name,
but no reg property
Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Acked-By: default avatarLothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 88ab101c
......@@ -173,7 +173,7 @@ backlight {
default-brightness-level = <50>;
};
matrix_keypad: matrix-keypad@0 {
matrix_keypad: matrix-keypad {
compatible = "gpio-matrix-keypad";
col-gpios = <
&gpio5 0 GPIO_ACTIVE_HIGH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment