diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-01 11:42:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-01 11:42:22 -0400 |
commit | 42c8a112d2e90598f0933d085ab4e47b41ab2aba (patch) | |
tree | 0aa1c00bb248af99d08f5e51ad971faabce15a6d /arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | |
parent | 9452b7496f8b85ca3bdda1014495df1a6235a8de (diff) | |
parent | 08f372ac2ade7a87581c00aa8fc59a2878525cb2 (diff) |
Merge tag 'u-boot-stm32-20200528' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- stm32mp15: fix DT on DHCOR SOM and avenger96 board
- stm32mp15: re-enable KS8851 on DHCOM
Diffstat (limited to 'arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi index ef730a8322..bd4c2adc35 100644 --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi @@ -21,6 +21,15 @@ }; }; +&gpiof { + snor-nwp { + gpio-hog; + gpios = <7 0>; + output-high; + line-name = "spi-nor-nwp"; + }; +}; + &i2c4 { u-boot,dm-pre-reloc; }; |