Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

+2 -2
+1 -1
Documentation/devicetree/bindings/power/ti-smartreflex.txt
··· 7 7 8 8 compatible: Shall be one of the following: 9 9 "ti,omap3-smartreflex-core" 10 - "ti,omap3-smartreflex-iva" 10 + "ti,omap3-smartreflex-mpu-iva" 11 11 "ti,omap4-smartreflex-core" 12 12 "ti,omap4-smartreflex-mpu" 13 13 "ti,omap4-smartreflex-iva"
+1 -1
arch/arm/boot/dts/omap3.dtsi
··· 595 595 }; 596 596 597 597 smartreflex_mpu_iva: smartreflex@480c9000 { 598 - compatible = "ti,omap3-smartreflex-iva"; 598 + compatible = "ti,omap3-smartreflex-mpu-iva"; 599 599 ti,hwmods = "smartreflex_mpu_iva"; 600 600 reg = <0x480c9000 0x400>; 601 601 interrupts = <18>;