diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2020-11-11 08:22:11 +0900 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2020-11-12 14:31:29 +0100 |
commit | c87eab81616d671a6004ffc95847bad21b7eb005 (patch) | |
tree | 72784ac1b75a966252d289def323ae9b010873cb /arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi | |
parent | 0dbb54eb3257c243c7968f967a6b183b1edb56c8 (diff) | |
download | u-boot-c87eab81616d671a6004ffc95847bad21b7eb005.tar.gz u-boot-c87eab81616d671a6004ffc95847bad21b7eb005.tar.bz2 u-boot-c87eab81616d671a6004ffc95847bad21b7eb005.zip |
ARM: dts: meson-sm1: add u-boot specific MMC controller compatible
In order to enable the Amlogic SM1 MMC controller fix, we need to add a u-boot specific
MMC controller compatible.
This adds a new meson-sm1-u-boot.dtsi and reworks the other -u-boot.dtsi
to use this for SM1 based boards.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi b/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi index 2a8f0545b1..c431988075 100644 --- a/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi +++ b/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi @@ -4,7 +4,7 @@ * Author: Neil Armstrong <narmstrong@baylibre.com> */ -#include "meson-g12-common-u-boot.dtsi" +#include "meson-sm1-u-boot.dtsi" ðmac { snps,reset-gpio = <&gpio GPIOZ_15 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>; |