diff mbox series

[1/5] ARM: dts: imx6qdl: make kpp node name generic

Message ID 1581646293-31096-1-git-send-email-Anson.Huang@nxp.com (mailing list archive)
State New, archived
Headers show
Series [1/5] ARM: dts: imx6qdl: make kpp node name generic | expand

Commit Message

Anson Huang Feb. 14, 2020, 2:11 a.m. UTC
Node name should be generic, use "keypad" instead of "kpp" for kpp node.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm/boot/dts/imx6qdl.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo Feb. 17, 2020, 7:31 a.m. UTC | #1
On Fri, Feb 14, 2020 at 10:11:29AM +0800, Anson Huang wrote:
> Node name should be generic, use "keypad" instead of "kpp" for kpp node.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

Applied with squashing, thanks.
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 506b3fb..b0d9295 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -661,7 +661,7 @@ 
 				#interrupt-cells = <2>;
 			};
 
-			kpp: kpp@20b8000 {
+			kpp: keypad@20b8000 {
 				compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
 				reg = <0x020b8000 0x4000>;
 				interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;