diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-10 15:00:48 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-14 02:05:15 +0200 |
commit | 8b68d53ec2c1b4106c3d07781c7773ff3e61c0bf (patch) | |
tree | 63da34b42e227202bcc0a66ffb9149ec64d2b6d0 /arch/arm/boot/dts/r8a73a4-ape6evm.dts | |
parent | ARM: dts: ape6evm: Name serial port pfc subnode after device name (diff) | |
download | linux-8b68d53ec2c1b4106c3d07781c7773ff3e61c0bf.tar.xz linux-8b68d53ec2c1b4106c3d07781c7773ff3e61c0bf.zip |
ARM: dts: ape6evm: Name mmc pfc subnode after device name
Name the Pin Function Controller subnode for MMC0 after its device name,
instead of using the generic and indexless "mmc".
This avoids conflicts when enabling support for more MMC interfaces
later, either here or in a DT overlay.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a73a4-ape6evm.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a73a4-ape6evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm.dts b/arch/arm/boot/dts/r8a73a4-ape6evm.dts index 5bccc7d229d7..ec7c86e06538 100644 --- a/arch/arm/boot/dts/r8a73a4-ape6evm.dts +++ b/arch/arm/boot/dts/r8a73a4-ape6evm.dts @@ -193,7 +193,7 @@ function = "scifa0"; }; - mmc0_pins: mmc { + mmc0_pins: mmc0 { groups = "mmc0_data8", "mmc0_ctrl"; function = "mmc0"; }; |