Commit ec2fb989 authored by Aswath Govindraju's avatar Aswath Govindraju Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-am64-mcu: Fix the compatible string in GPIO DT node



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

Fixes: 01a91e01 ("arm64: dts: ti: k3-am64: Add GPIO DT nodes")
Signed-off-by: default avatarAswath Govindraju <a-govindraju@ti.com>
Reviewed-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20210423060133.16473-1-a-govindraju@ti.com
parent 547be9a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ mcu_gpio_intr: interrupt-controller@4210000 {
	};

	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>;