[U-Boot] [PATCH v2 3/3] dm: led: add testcase for "default-state" property
Simon Glass
sjg at chromium.org
Tue Apr 3 17:53:07 UTC 2018
On 3 April 2018 at 15:31, <linux-kernel-dev at beckhoff.com> wrote:
> From: Patrick Bruenn <p.bruenn at beckhoff.com>
>
> Add two more gpio-leds to sandbox test device tree with default-state
> property set to "on"/"off".
> Add dm_test_led_default_state() to check that these new LED's are set to
> LEDST_ON and LEDST_OFF.
>
> Signed-off-by: Patrick Bruenn <p.bruenn at beckhoff.com>
> ---
> patman complains about: test/dm/led.c:45: check: Please use a blank line
> after function/struct/union/enum declarations.
> I compared with other DM_TEST() usage and decided to ignore this check.
> Should we fix the macro, patman or keep ignoring this?
>
> Changes in v2: None
>
> arch/sandbox/dts/test.dts | 12 ++++++++++++
> test/dm/led.c | 16 ++++++++++++++++
> 2 files changed, 28 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list