summaryrefslogtreecommitdiff
path: root/configs/socfpga_de0_nano_soc_defconfig
diff options
context:
space:
mode:
authormario.six@gdsys.cc <mario.six@gdsys.cc>2017-02-22 16:07:22 +0100
committerStefan Roese <sr@denx.de>2017-03-29 07:38:10 +0200
commit0db4cd257f03b907feb52c827197ff875172e785 (patch)
tree718e626852ec41e14c8a5c1b5a6c8030b2bbdd31 /configs/socfpga_de0_nano_soc_defconfig
parent55e0306c92ea33721aeb0946eecf82f702954513 (diff)
dm: Add callback to modify the device tree
Certain boards come in different variations by way of utilizing daughter boards, for example. These boards might contain additional chips, which are added to the main board's busses, e.g. I2C. The device tree support for such boards would either, quite naturally, employ the overlay mechanism to add such chips to the tree, or would use one large default device tree, and delete the devices that are actually not present. Regardless of approach, even on the U-Boot level, a modification of the device tree is a prerequisite to have such modular families of boards supported properly. Therefore, we add an option to make the U-Boot device tree (the actual copy later used by the driver model) writeable, and add a callback method that allows boards to modify the device tree at an early stage, at which, hopefully, also the application of device tree overlays will be possible. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/socfpga_de0_nano_soc_defconfig')
0 files changed, 0 insertions, 0 deletions