]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: dts: add sandbox_pmic.dtsi and include it to sandbox.dts and test.dts
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Wed, 13 May 2015 11:38:35 +0000 (13:38 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:40:26 +0000 (22:40 +0200)
commit721102611347cef57807dd41f6ac16f615fba645
tree2ae5f6241f01bd366afcf9f0508435c7abdea514
parent4e3f7428efa3f8d5707c00c6e76bfd986320b89a
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>
arch/sandbox/dts/sandbox.dts
arch/sandbox/dts/sandbox_pmic.dtsi [new file with mode: 0644]
arch/sandbox/dts/test.dts
include/dt-bindings/pmic/sandbox_pmic.h [new file with mode: 0644]