From 86c37561de02c16b43b8ae1b84722c36efb6afb8 Mon Sep 17 00:00:00 2001 From: Miquel Raynal Date: Fri, 14 Jun 2024 10:57:08 +0200 Subject: [PATCH] labs: kernel: Remove solution from the wrong-nunchuk-examples.yaml file Signed-off-by: Miquel Raynal --- .../root/nunchuk/wrong-nunchuk-examples.yaml | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/lab-data/linux-kernel/modules/nfsroot/root/nunchuk/wrong-nunchuk-examples.yaml b/lab-data/linux-kernel/modules/nfsroot/root/nunchuk/wrong-nunchuk-examples.yaml index d3f2690159..df85a95787 100644 --- a/lab-data/linux-kernel/modules/nfsroot/root/nunchuk/wrong-nunchuk-examples.yaml +++ b/lab-data/linux-kernel/modules/nfsroot/root/nunchuk/wrong-nunchuk-examples.yaml @@ -4,33 +4,6 @@ $id: http://devicetree.org/schemas/misc/nintendo,nunchuk.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: Nintendo I2C nunchuk - -description: | - I2C device reporting gyroscope and accelerometer values, plus - a Z and a C button. - -maintainers: - - Bootlin training attendee - -properties: - compatible: - const: nintendo,nunchuk - - reg: - const: 0x52 - - nintendo,alternate-init: - type: boolean - description: There are two possible initializations among nunchuks, - this property flags devices expecting the alternate logic. - -required: - - compatible - - reg - -unevaluatedProperties: false - examples: - | /* This is a valid example */