arm64: dts: ti: k3-am64-mcu: Fix the compatible string in GPIO DT node
authorAswath Govindraju <a-govindraju@ti.com>
Fri, 23 Apr 2021 06:01:33 +0000 (11:31 +0530)
committerNishanth Menon <nm@ti.com>
Fri, 28 May 2021 21:30:54 +0000 (16:30 -0500)
Fix the compatible string in mcu domain GPIO device tree node.

Fixes: 01a91e01b8fd ("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
arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi

index deb19ae5e168ae0a8ea98c75f80dfeadb2900246..eaf7edb2ef4dd08f2718a49f14fcefee72634190 100644 (file)
@@ -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>;