Skip to content

Commit

Permalink
arm64: dts: ti: k3-am64-mcu: Fix the compatible string in GPIO DT node
Browse files Browse the repository at this point in the history
[ Upstream commit ec2fb98 ]

Fix the compatible string in mcu domain GPIO device tree node.

Fixes: 01a91e0 ("arm64: dts: ti: k3-am64: Add GPIO DT nodes")
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20210423060133.16473-1-a-govindraju@ti.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Aswath-Govindraju authored and gregkh committed Jul 20, 2021
1 parent d1b67a1 commit 6d300d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
Expand Up @@ -87,7 +87,7 @@
};

mcu_gpio0: gpio@4201000 {
compatible = "ti,am64-gpio", "keystone-gpio";
compatible = "ti,am64-gpio", "ti,keystone-gpio";
reg = <0x0 0x4201000 0x0 0x100>;
gpio-controller;
#gpio-cells = <2>;
Expand Down

0 comments on commit 6d300d3

Please sign in to comment.