diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-01-26 01:08:43 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-01-26 01:08:43 +0300 |
commit | f041eadad7504b1364274494548b9716b2ed59ac (patch) | |
tree | 3168fda2da30831ef6a5df7ff8e6941a5cd467eb /arch/arm/boot/dts/am335x-boneblack-common.dtsi | |
parent | a075f23dd4b036ebaf918b3af477aa1f249ddfa0 (diff) | |
parent | 6716cb162deb9d474095a57d7a515edc13926ea7 (diff) | |
download | linux-f041eadad7504b1364274494548b9716b2ed59ac.tar.xz |
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM SoC fixes from Olof Johansson:
"A couple of fixes have come in that would be good to include in this
release:
- A fix for amount of memory on Beaglebone Black. Surfaced now since
GRUB2 doesn't update memory size in the booted kernel.
- A fix to make SPI interfaces work on am43x-epos-evm.
- Small Kconfig fix for OPTEE (adds a depend on MMU) to avoid build
failures"
* tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1
tee: optee: Fix compilation issue with nommu
ARM: dts: am335x-boneblack-common: fix memory size
Diffstat (limited to 'arch/arm/boot/dts/am335x-boneblack-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am335x-boneblack-common.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblack-common.dtsi b/arch/arm/boot/dts/am335x-boneblack-common.dtsi index 7ad079861efd..91f93bc89716 100644 --- a/arch/arm/boot/dts/am335x-boneblack-common.dtsi +++ b/arch/arm/boot/dts/am335x-boneblack-common.dtsi @@ -131,6 +131,11 @@ }; / { + memory@80000000 { + device_type = "memory"; + reg = <0x80000000 0x20000000>; /* 512 MB */ + }; + clk_mcasp0_fixed: clk_mcasp0_fixed { #clock-cells = <0>; compatible = "fixed-clock"; |