Skip to content

Commit 85c4b28

Browse files
juhosggclement
authored andcommitted
arm64: dts: marvell: armada-3720: drop 'marvell,xenon-emmc' properties
The 'marvell,xenon-emmc' property used in some device trees of Armada 3720 based boards is not documented. Due to this dtbs_check throws warnings: .../armada-3720-atlas-v5.dtb: mmc@d8000 (marvell,armada-3700-sdhci): Unevaluated properties are not allowed ('marvell,xenon-emmc' was unexpected) .../armada-3720-espressobin-emmc.dtb: mmc@d8000 (marvell,armada-3700-sdhci): Unevaluated properties are not allowed ('marvell,xenon-emmc' was unexpected) Apart from the warnings, 'git grep' says that the property is used in device trees only: $ git grep -n 'marvell,xenon-emmc' arch/arm64/boot/dts/marvell/armada-3720-atlas-v5.dts:85: marvell,xenon-emmc; arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi:81: marvell,xenon-emmc; Although handling of the property was there in an early version of the 'sdhci-xenon' driver during the initial submission [1], but that part has been removed in later versions. Drop the property from the affected device trees due to the reasons mentioned above. No functional changes intended, compile tested only. Link: https://lore.kernel.org/r/0390e7a05b6163deabb545f93729ea615eeaaee2.1477911954.git-series.gregory.clement@free-electrons.com # [1] Signed-off-by: Gabor Juhos <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 38f09c9 commit 85c4b28

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/boot/dts/marvell/armada-3720-atlas-v5.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
mmc-ddr-1_8v;
8383
mmc-hs400-1_8v;
8484
sd-uhs-sdr104;
85-
marvell,xenon-emmc;
8685
marvell,xenon-tun-count = <9>;
8786
marvell,pad-type = "fixed-1-8v";
8887
vqmmc-supply = <&vsdc_reg>;

arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
bus-width = <8>;
7979
mmc-ddr-1_8v;
8080
mmc-hs400-1_8v;
81-
marvell,xenon-emmc;
8281
marvell,xenon-tun-count = <9>;
8382
marvell,pad-type = "fixed-1-8v";
8483

0 commit comments

Comments
 (0)