aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7793.dtsi
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2015-11-13 11:23:50 +0900
committerSimon Horman <horms+renesas@verge.net.au>2015-11-17 11:26:26 -0800
commit061c6c624b2f356a0d02b137ae4f46825ddd44d1 (patch)
tree761d1847a1e63cc17ff6bdf6dbbaae498ea85fc8 /arch/arm/boot/dts/r8a7793.dtsi
parentARM: shmobile: r8a7791: Use SoC specific binding for rcar-dmac nodes (diff)
downloadlinux-dev-061c6c624b2f356a0d02b137ae4f46825ddd44d1.tar.xz
linux-dev-061c6c624b2f356a0d02b137ae4f46825ddd44d1.zip
ARM: shmobile: r8a7793: Use SoC specific binding for rcar-dmac nodes
Use the new SoC specific binding for rcar-dmac and the generic binding as a fall-back in the r8a7793 device tree. In general Renesas hardware is not documented to the extent where the relationship between IP blocks on different SoCs can be assumed although they may appear to operate the same way. Furthermore the documentation typically does not specify a version for individual IP blocks. For these reasons a convention of using the SoC name in place of a version and providing SoC-specific compat strings has been adopted. Although not universally liked this convention is used in the bindings for most drivers for Renesas hardware. The purpose of this patch is to update the Renesas R-Car DMA Controller nodes to follow this convention. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7793.dtsi')
-rw-r--r--arch/arm/boot/dts/r8a7793.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
index 36b6d4e67f34..2378df52aa32 100644
--- a/arch/arm/boot/dts/r8a7793.dtsi
+++ b/arch/arm/boot/dts/r8a7793.dtsi
@@ -237,7 +237,7 @@
};
dmac0: dma-controller@e6700000 {
- compatible = "renesas,rcar-dmac";
+ compatible = "renesas,dmac-r8a7793", "renesas,rcar-dmac";
reg = <0 0xe6700000 0 0x20000>;
interrupts = <0 197 IRQ_TYPE_LEVEL_HIGH
0 200 IRQ_TYPE_LEVEL_HIGH
@@ -268,7 +268,7 @@
};
dmac1: dma-controller@e6720000 {
- compatible = "renesas,rcar-dmac";
+ compatible = "renesas,dmac-r8a7793", "renesas,rcar-dmac";
reg = <0 0xe6720000 0 0x20000>;
interrupts = <0 220 IRQ_TYPE_LEVEL_HIGH
0 216 IRQ_TYPE_LEVEL_HIGH