diff mbox

ARM: dts: Fix smartreflex compatible for omap3 shared mpu-iva instance

Message ID 20180110181415.29197-1-tony@atomide.com (mailing list archive)
State New, archived
Headers show

Commit Message

Tony Lindgren Jan. 10, 2018, 6:14 p.m. UTC
The smartreflex instance for mpu and iva is shared. Let's fix this as I've
already gotten confused myself few times wondering where the mpu instance
is. Note that we are still probing the driver using platform data so this
change is safe to do.

Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 Documentation/devicetree/bindings/power/ti-smartreflex.txt | 2 +-
 arch/arm/boot/dts/omap3.dtsi                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Rob Herring (Arm) Jan. 19, 2018, 8:19 p.m. UTC | #1
On Wed, Jan 10, 2018 at 10:14:15AM -0800, Tony Lindgren wrote:
> The smartreflex instance for mpu and iva is shared. Let's fix this as I've
> already gotten confused myself few times wondering where the mpu instance
> is. Note that we are still probing the driver using platform data so this
> change is safe to do.
> 
> Signed-off-by: Tony Lindgren <tony@atomide.com>
> ---
>  Documentation/devicetree/bindings/power/ti-smartreflex.txt | 2 +-
>  arch/arm/boot/dts/omap3.dtsi                               | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Rob Herring <robh@kernel.org>
--
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/Documentation/devicetree/bindings/power/ti-smartreflex.txt b/Documentation/devicetree/bindings/power/ti-smartreflex.txt
--- a/Documentation/devicetree/bindings/power/ti-smartreflex.txt
+++ b/Documentation/devicetree/bindings/power/ti-smartreflex.txt
@@ -7,7 +7,7 @@  Required properties:
 
 compatible: Shall be one of the following:
 	    "ti,omap3-smartreflex-core"
-	    "ti,omap3-smartreflex-iva"
+	    "ti,omap3-smartreflex-mpu-iva"
 	    "ti,omap4-smartreflex-core"
 	    "ti,omap4-smartreflex-mpu"
 	    "ti,omap4-smartreflex-iva"
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -595,7 +595,7 @@ 
 		};
 
 		smartreflex_mpu_iva: smartreflex@480c9000 {
-			compatible = "ti,omap3-smartreflex-iva";
+			compatible = "ti,omap3-smartreflex-mpu-iva";
 			ti,hwmods = "smartreflex_mpu_iva";
 			reg = <0x480c9000 0x400>;
 			interrupts = <18>;