| 0503e820 | 06-Jul-2015 |
Simon Glass <sjg@chromium.org> |
dm: test: Add a size to each reg property
Each sandbox peripheral should have a size as well as a base address. This is required for regmaps to work, so make this change for all nodes that have an a
dm: test: Add a size to each reg property
Each sandbox peripheral should have a size as well as a base address. This is required for regmaps to work, so make this change for all nodes that have an address.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| b14d5472 | 23-May-2015 |
Simon Glass <sjg@chromium.org> |
sandbox: Compile test device tree when CONFIG_UT_DM is defined
A conflict between the PMIC and unit test work means that the sandbox test device tree file is no-longer built. Fix this.
Series-to: u
sandbox: Compile test device tree when CONFIG_UT_DM is defined
A conflict between the PMIC and unit test work means that the sandbox test device tree file is no-longer built. Fix this.
Series-to: u-boot Series-cc: joe, prz
Change-Id: I6616428e05713e5306f848e7dd0a645dedf0934e Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 52d3bc5d | 22-May-2015 |
Simon Glass <sjg@chromium.org> |
sandbox: dts: Add the real-time-clock test nodes back in
These were lost when the PMIC series was applied. Add them back so that the tests pass again.
Reported-by: Joe Hershberger <joe.hershberger@
sandbox: dts: Add the real-time-clock test nodes back in
These were lost when the PMIC series was applied. Add them back so that the tests pass again.
Reported-by: Joe Hershberger <joe.hershberger@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
show more ...
|
| 9038cd53 | 13-May-2015 |
Przemyslaw Marczak <p.marczak@samsung.com> |
sandbox: dts: add sandbox_pmic.dtsi and include it to sandbox.dts and test.dts
This commit adds dtsi file for Sandbox PMIC. It fully describes the PMIC by: - i2c emul node - with a default settings
sandbox: dts: add sandbox_pmic.dtsi and include it to sandbox.dts and test.dts
This commit adds dtsi file for Sandbox PMIC. It fully describes the PMIC by: - i2c emul node - with a default settings of 16 registers - 2x buck regulator nodes - 2x ldo regulator nodes
The default register settings are set with preprocessor macros: - VAL2REG(min[uV/uA], step[uV/uA], val[uV/uA]) - VAL2OMREG(mode id) Both defined in file: - include/dt-bindings/pmic/sandbox_pmic.h
The Voltage ranges of each regulator can be found in: - include/power/sandbox_pmic.h
The new file is included into: - sandbox.dts - test.dts
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Tested on sandbox: Tested-by: Simon Glass <sjg@chromium.org>
show more ...
|