From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 9 Oct 2018 16:54:54 -0700 Subject: [U-Boot] [PATCH 36/45] test: panel: Add a test for the panel uclass In-Reply-To: <20181001182249.129565-37-sjg@chromium.org> References: <20181001182249.129565-37-sjg@chromium.org> <20181001182249.129565-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de At present this uclass has no tests. Add a simple one which checks the PWM configuration, regulator and GPIO. Signed-off-by: Simon Glass --- arch/sandbox/dts/sandbox_pmic.dtsi | 2 +- arch/sandbox/dts/test.dts | 20 +++++++++++- arch/sandbox/include/asm/test.h | 15 +++++++++ drivers/pwm/sandbox_pwm.c | 25 +++++++++++++++ test/dm/Makefile | 1 + test/dm/panel.c | 50 ++++++++++++++++++++++++++++++ 6 files changed, 111 insertions(+), 2 deletions(-) create mode 100644 test/dm/panel.c Applied to u-boot-dm