diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 19:46:57 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 19:42:37 +0300 |
commit | 18ad99d4c2d0c02f7811ecde37a79fd993258621 (patch) | |
tree | 4df79daf82b60ee007421a31896c8cb9ddae36de /arch/arm/boot/dts/am437x-sk-evm.dts | |
parent | 0b965a13ad81fa895e534d1f50b355ff8b0b3ed3 (diff) | |
download | linux-18ad99d4c2d0c02f7811ecde37a79fd993258621.tar.xz |
ARM: dts: am335x/am437x: remove unneeded unit name for gpio-matrix-keypad
This patch fixes the following DTC warnings for many boards:
"Node /matrix_keypad@0 has a unit name, but no reg property"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-sk-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-sk-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index 5687d6b4da60..9d71246d31ad 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -64,7 +64,7 @@ }; }; - matrix_keypad: matrix_keypad@0 { + matrix_keypad: matrix_keypad0 { compatible = "gpio-matrix-keypad"; pinctrl-names = "default"; |