diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-08-31 20:11:26 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-09-16 11:45:21 +0300 |
commit | b0d0c3bba90b913ec7762187b64607d43cb855fb (patch) | |
tree | 57ca0f3ce9157729150fa7b5c1ea0dcdabba1d74 /arch/arm/boot/dts/at91-cosino_mega2560.dts | |
parent | cd6228b782ae16566abb94022660568cbb0be76a (diff) | |
download | linux-b0d0c3bba90b913ec7762187b64607d43cb855fb.tar.xz |
ARM: dts: at91: move mmc pinctrl-names property to board dts
Having the pinctrl-names property in the dtsi leads to dtbs_check warnings
when the board dts doesn't define pinctrl-0. Instead, move the property to
the board dts actually using the mmc node.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20200831171129.3886857-5-alexandre.belloni@bootlin.com
Diffstat (limited to 'arch/arm/boot/dts/at91-cosino_mega2560.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-cosino_mega2560.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-cosino_mega2560.dts b/arch/arm/boot/dts/at91-cosino_mega2560.dts index 73e88d1ba4ed..04cb7bee937d 100644 --- a/arch/arm/boot/dts/at91-cosino_mega2560.dts +++ b/arch/arm/boot/dts/at91-cosino_mega2560.dts @@ -34,6 +34,7 @@ pinctrl-0 = < &pinctrl_mmc1_slot0_clk_cmd_dat0 &pinctrl_mmc1_slot0_dat1_3>; + pinctrl-names = "default"; status = "okay"; slot@0 { |