]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: Fix smartreflex compatible for omap3 shared mpu-iva instance
authorTony Lindgren <tony@atomide.com>
Wed, 10 Jan 2018 18:14:15 +0000 (10:14 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 12 Jan 2018 23:15:56 +0000 (15:15 -0800)
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
arch/arm/boot/dts/omap3.dtsi

index 9780957c91153abec0f861cb7984aa52e756e4cb..21ef14d6af12f3d65d7cef1c7bf6956525368c49 100644 (file)
@@ -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"
index 90b5c7148feb5a6c20763741628fd1e4c41e3909..a5c2440c7051078b3eaa0bada13b1a1630690040 100644 (file)
                };
 
                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>;