diff mbox

ARM: dts: correct missing "compatible" entry for dm814x SoCs.

Message ID 20180503003236.7269-1-gsmecher@threespeedlogic.com (mailing list archive)
State New, archived
Headers show

Commit Message

Graeme Smecher May 3, 2018, 12:32 a.m. UTC
The missing "compatible" entries are needed by drivers/clk/ti/clkctrl.c,
and without them the structures initialized in drivers/clk/ti/clk-814x.c
are not passed to configuration code. The result is a "not found from
clkctrl data" error message, although boot proceeds anyway.

Very lightly tested on a (lurching) AM3874 design that's in the middle
of a kernel upgrade from TI's abandoned 2.6.37 tree.

Signed-off-by: Graeme Smecher <gsmecher@threespeedlogic.com>
---
 arch/arm/boot/dts/dm8148-evm.dts       | 2 +-
 arch/arm/boot/dts/dm8148-t410.dts      | 2 +-
 arch/arm/boot/dts/dra62x-j5eco-evm.dts | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Tony Lindgren May 3, 2018, 4:28 p.m. UTC | #1
* Graeme Smecher <gsmecher@threespeedlogic.com> [180502 17:44]:
> The missing "compatible" entries are needed by drivers/clk/ti/clkctrl.c,
> and without them the structures initialized in drivers/clk/ti/clk-814x.c
> are not passed to configuration code. The result is a "not found from
> clkctrl data" error message, although boot proceeds anyway.

Oh interesting. I bet 816 has the same problem, will check.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/dm8148-evm.dts b/arch/arm/boot/dts/dm8148-evm.dts
index d6657b3bae84..85d7b5148b0a 100644
--- a/arch/arm/boot/dts/dm8148-evm.dts
+++ b/arch/arm/boot/dts/dm8148-evm.dts
@@ -10,7 +10,7 @@ 
 
 / {
 	model = "DM8148 EVM";
-	compatible = "ti,dm8148-evm", "ti,dm8148";
+	compatible = "ti,dm8148-evm", "ti,dm8148", "ti,dm814";
 
 	memory@80000000 {
 		device_type = "memory";
diff --git a/arch/arm/boot/dts/dm8148-t410.dts b/arch/arm/boot/dts/dm8148-t410.dts
index 63883b3479f9..6418f9cdbe83 100644
--- a/arch/arm/boot/dts/dm8148-t410.dts
+++ b/arch/arm/boot/dts/dm8148-t410.dts
@@ -9,7 +9,7 @@ 
 
 / {
 	model = "HP t410 Smart Zero Client";
-	compatible = "hp,t410", "ti,dm8148";
+	compatible = "hp,t410", "ti,dm8148", "ti,dm814";
 
 	memory@80000000 {
 		device_type = "memory";
diff --git a/arch/arm/boot/dts/dra62x-j5eco-evm.dts b/arch/arm/boot/dts/dra62x-j5eco-evm.dts
index fee0547f7302..31b824ad5d29 100644
--- a/arch/arm/boot/dts/dra62x-j5eco-evm.dts
+++ b/arch/arm/boot/dts/dra62x-j5eco-evm.dts
@@ -10,7 +10,7 @@ 
 
 / {
 	model = "DRA62x J5 Eco EVM";
-	compatible = "ti,dra62x-j5eco-evm", "ti,dra62x", "ti,dm8148";
+	compatible = "ti,dra62x-j5eco-evm", "ti,dra62x", "ti,dm8148", "ti,dm814";
 
 	memory@80000000 {
 		device_type = "memory";