diff mbox series

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

Message ID 20210423060133.16473-1-a-govindraju@ti.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: ti: k3-am64-mcu: Fix the compatible string in GPIO DT node | expand

Commit Message

Aswath Govindraju April 23, 2021, 6:01 a.m. UTC
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>
---
 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lokesh Vutla May 27, 2021, 2:01 p.m. UTC | #1
On 23/04/21 11:31 am, Aswath Govindraju wrote:
> 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>

Thanks and regards,
Lokesh
Nishanth Menon May 28, 2021, 9:35 p.m. UTC | #2
On Fri, 23 Apr 2021 11:31:33 +0530, Aswath Govindraju wrote:
> Fix the compatible string in mcu domain GPIO device tree node.

Hi Aswath Govindraju,

I have applied the following to branch ti-k3-next on [1].

NOTE: I know you are working on yaml conversion[2] and this is a valid
bug fix as well, as a result, I dont think there is any existing norms
conflicted in picking this fixup ahead of yaml conversion merge.

Thank you!

[1/1] arm64: dts: ti: k3-am64-mcu: Fix the compatible string in GPIO DT node
      commit: ec2fb989d03e7f79f7cd901cf9abf40aebba7acf


All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git
[2] https://lore.kernel.org/linux-devicetree/20210524151955.8008-3-a-govindraju@ti.com/
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
index 99e94dee1bd4..892db8229f77 100644
--- a/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
@@ -86,7 +86,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>;