dt-bindings: cros-ec: Remove google,cros-kbd-led-backlightAfter applying 4c03a44e2668 ("arm64: dts: mediatek: mt8195-cherry: Removekeyboard-backlight node"), there are no users for using the OF ma
dt-bindings: cros-ec: Remove google,cros-kbd-led-backlightAfter applying 4c03a44e2668 ("arm64: dts: mediatek: mt8195-cherry: Removekeyboard-backlight node"), there are no users for using the OF match.Instead, the device is added via drivers/mfd/cros_ec_dev.c by970c3a6b7aa3 ("mfd: cros_ec: Register keyboard backlight subdevice").Remove the DT bindings.Acked-by: Rob Herring (Arm) <[email protected]>Acked-by: Lee Jones <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Tzung-Bi Shih <[email protected]>
show more ...
dt-bindings: usb: connector: disallow additional propertiesUSB connector bindings is complete, thus no additional properties shouldbe allowed. Add missing 'reg' property and change additionalProp
dt-bindings: usb: connector: disallow additional propertiesUSB connector bindings is complete, thus no additional properties shouldbe allowed. Add missing 'reg' property and change additionalPropertiesto false, so the schema will check for anything unexpected. This alsoallows to drop the 'reg' from other bindings referencing theusb-connector.yaml and make it required.Signed-off-by: Krzysztof Kozlowski <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring <[email protected]>
dt-bindings: Fix SPI and I2C bus node names in examplesSPI and I2C bus node names are expected to be "spi" or "i2c",respectively, with nothing else, a unit-address, or a '-N' index. Apattern of '
dt-bindings: Fix SPI and I2C bus node names in examplesSPI and I2C bus node names are expected to be "spi" or "i2c",respectively, with nothing else, a unit-address, or a '-N' index. Apattern of 'spi0' or 'i2c0' or similar has crept in. Fix all thesecases. Mostly scripted with the following commands:git grep -l '\si2c[0-9] {' Documentation/devicetree/ | xargs sed -i -e 's/i2c[0-9] {/i2c {/'git grep -l '\sspi[0-9] {' Documentation/devicetree/ | xargs sed -i -e 's/spi[0-9] {/spi {/'With this, a few errors in examples were exposed and fixed.Acked-by: Sam Ravnborg <[email protected]>Reviewed-by: Stephen Boyd <[email protected]>Reviewed-by: Simon Glass <[email protected]>Acked-by: Marc Kleine-Budde <[email protected]> # for the microchip,mcp251xfd.yamlAcked-by: Mark Brown <[email protected]>Acked-by: Bartosz Golaszewski <[email protected]>Acked-by: Sebastian Reichel <[email protected]> # for power-supplyAcked-by: Wolfram Sang <[email protected]>Acked-by: Lee Jones <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring <[email protected]>
dt-bindings: cros-ec: Reorganize and enforce property availabilityVarious properties in the cros-ec binding only apply to differentcompatible strings. For example, the interrupts and reg property
dt-bindings: cros-ec: Reorganize and enforce property availabilityVarious properties in the cros-ec binding only apply to differentcompatible strings. For example, the interrupts and reg property arerequired for all cros-ec devices except for the rpmsg version. Add someconditions to update the availability of properties so that they can'tbe used with compatibles that don't support them.This reveals that many of the examples in bindings that use cros-ec weremissing the interrupts property. Add the property to make those bindingswhole again.Reviewed-by: Rob Herring <[email protected]>Cc: Krzysztof Kozlowski <[email protected]>Cc: <[email protected]>Cc: <[email protected]>Cc: Guenter Roeck <[email protected]>Reviewed-by: Douglas Anderson <[email protected]>Cc: Craig Hesling <[email protected]>Cc: Tom Hughes <[email protected]>Cc: Alexandru M Stan <[email protected]>Cc: Tzung-Bi Shih <[email protected]>Cc: Matthias Kaehlcke <[email protected]>Cc: Benson Leung <[email protected]>Cc: Lee Jones <[email protected]>Signed-off-by: Stephen Boyd <[email protected]>Signed-off-by: Tzung-Bi Shih <[email protected]>Link: https://lore.kernel.org/r/[email protected]
dt-bindings: chrome: google,cros-ec-typec: restrict allowed propertiesDescribe exactly what properties are allowed in Google Chrome OS EC TypeC port, so the schema can properly validate the DTS.
dt-bindings: chrome: google,cros-ec-typec: restrict allowed propertiesDescribe exactly what properties are allowed in Google Chrome OS EC TypeC port, so the schema can properly validate the DTS. Existing DTSdefines always connectors with unit addresses, not a sole "connector"child.Signed-off-by: Krzysztof Kozlowski <[email protected]>Acked-by: Prashant Malani <[email protected]>Signed-off-by: Rob Herring <[email protected]>Link: https://lore.kernel.org/r/[email protected]
dt-bindings: add google,cros-kbd-led-backlightAcked-by: Rob Herring <[email protected]>Signed-off-by: Tzung-Bi Shih <[email protected]>Link: https://lore.kernel.org/r/20220523090822.3035189-4-tzun
dt-bindings: add google,cros-kbd-led-backlightAcked-by: Rob Herring <[email protected]>Signed-off-by: Tzung-Bi Shih <[email protected]>Link: https://lore.kernel.org/r/[email protected]
dt-bindings: Explicitly allow additional properties in common schemasIn order to add meta-schema checks for additional/unevaluatedPropertiesbeing present, all schema need to make this explicit. As
dt-bindings: Explicitly allow additional properties in common schemasIn order to add meta-schema checks for additional/unevaluatedPropertiesbeing present, all schema need to make this explicit. As common/sharedschema are included by other schemas, they should always allow foradditionalProperties.Acked-by: Mark Brown <[email protected]>Acked-by: Krzysztof Kozlowski <[email protected]>Acked-by: Sebastian Reichel <[email protected]>Acked-by: Chanwoo Choi <[email protected]>Acked-By: Vinod Koul <[email protected]>Acked-by: Lee Jones <[email protected]>Acked-by: Geert Uytterhoeven <[email protected]>Acked-by: Srinivas Kandagatla <[email protected]>Acked-by: Ulf Hansson <[email protected]>Acked-by: Jonathan Cameron <[email protected]>Acked-by: Guenter Roeck <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring <[email protected]>
dt-bindings: Add cros-ec Type C port driverSome Chrome OS devices with Embedded Controllers (EC) can read andmodify Type C port state.Add an entry in the DT Bindings documentation that lists out
dt-bindings: Add cros-ec Type C port driverSome Chrome OS devices with Embedded Controllers (EC) can read andmodify Type C port state.Add an entry in the DT Bindings documentation that lists out the logicaldevice and describes the relevant port information, to be used by thecorresponding driver.Signed-off-by: Prashant Malani <[email protected]>Reviewed-by: Enric Balletbo i Serra <[email protected]>Reviewed-by: Benson Leung <[email protected]>Signed-off-by: Rob Herring <[email protected]>