diff options
author | Tony Lindgren <tony@atomide.com> | 2018-01-10 21:14:15 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-01-13 02:15:56 +0300 |
commit | 7d9bfdac31d77305a28531033e604264ae3e449c (patch) | |
tree | f338f06068ebaee5a56bb72abe3d810f9e11e21f /arch/arm/boot/dts/omap3.dtsi | |
parent | bcc8d312dedf6f867be2f32da3410277949c344e (diff) | |
download | linux-7d9bfdac31d77305a28531033e604264ae3e449c.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 90b5c7148feb..a5c2440c7051 100644 --- 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>; |