2019-11-14 17:12:05

by Robey, Caleb

[permalink] [raw]
Subject: [PATCH 1/2] ARM: dts: am5729: beaglebone-ai: dra7 reqs in dts

Small nomenclature change for beaglebone AI compatibility.

Signed-off-by: Jason Kridner <[email protected]>
Signed-off-by: Caleb Robey <[email protected]>

---
arch/arm/boot/dts/dra7.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 953f0ffce2a9..563d64c69fd4 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -143,7 +143,7 @@
* the moment, just use a fake OCP bus entry to represent the whole bus
* hierarchy.
*/
- ocp {
+ ocp: ocp {
compatible = "ti,dra7-l3-noc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
--
2.17.1


2019-11-14 17:51:23

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH 1/2] ARM: dts: am5729: beaglebone-ai: dra7 reqs in dts

* Caleb Robey <[email protected]> [191114 17:11]:

Hmm I think this one is still missing

From: Jason Kridner <[email protected]>

If this too is Jason's patch? This happens if you apply a patch
manually instead of applying an email with git am.

You might be able to just change the From: line with
git commit --amend.

Regards,

Tony