diff options
| author | Johannes Krottmayer <[email protected]> | 2020-07-08 23:57:40 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2020-07-22 20:22:07 +0800 |
| commit | b5716c132538dd7bd0385281ffdf262f98dd0a8e (patch) | |
| tree | 0bfbe3c6629581821666f9f83bd0572daf1d67bd | |
| parent | e93d2f4e96fec740193ae390f8901ce889daaa6a (diff) | |
ARM: dts: rk3328: Add SPI support
Add U-Boot SPI support for the RK3328
Signed-off-by: Johannes Krottmayer <[email protected]>
Cc: Kever Yang <[email protected]>
Cc: Jagan Teki <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
(fix checkpatch error for code ident)
Signed-off-by: Kever Yang <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3328-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3328-u-boot.dtsi b/arch/arm/dts/rk3328-u-boot.dtsi index c69e13e11ef..16335582642 100644 --- a/arch/arm/dts/rk3328-u-boot.dtsi +++ b/arch/arm/dts/rk3328-u-boot.dtsi @@ -7,6 +7,7 @@ aliases { mmc0 = &emmc; mmc1 = &sdmmc; + spi0 = &spi0; }; chosen { @@ -66,3 +67,7 @@ &usb20_otg { hnp-srp-disable; }; + +&spi0 { + u-boot,dm-pre-reloc; +}; |
