-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
labs: kernel: Remove solution from the wrong-nunchuk-examples.yaml file
Signed-off-by: Miquel Raynal <[email protected]>
- Loading branch information
1 parent
4014725
commit 86c3756
Showing
1 changed file
with
0 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
|
||
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 */ | ||
|