dt-bindings: Drop remaining unneeded quotesCleanup bindings dropping the last remaining unneeded quotes. With this,the check for this can be enabled in yamllint.Acked-by: Miquel Raynal <miquel.r
dt-bindings: Drop remaining unneeded quotesCleanup bindings dropping the last remaining unneeded quotes. With this,the check for this can be enabled in yamllint.Acked-by: Miquel Raynal <[email protected]> # for mtdAcked-by: Sudeep Holla <[email protected]>Reviewed-by: Linus Walleij <[email protected]>Acked-by: Mark Brown <[email protected]>Acked-by: Wolfram Sang <[email protected]> # for AT24/I2CAcked-by: Guenter Roeck <[email protected]>Acked-by: Ulf Hansson <[email protected]> # For MMCAcked-by: Geert Uytterhoeven <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring <[email protected]>
show more ...
dt-bindings: Remove "status" from schema examplesThere's no reason to have "status" properties in examples. "okay" is thedefault, and "disabled" turns off some schema checks ('required'specifical
dt-bindings: Remove "status" from schema examplesThere's no reason to have "status" properties in examples. "okay" is thedefault, and "disabled" turns off some schema checks ('required'specifically).Enabling qca,ar71xx causes a warning, so let's fix the node names:Documentation/devicetree/bindings/net/qca,ar71xx.example.dt.yaml: phy@3: '#phy-cells' is a required property From schema: schemas/phy/phy-provider.yamlCc: Maxime Ripard <[email protected]>Cc: Chen-Yu Tsai <[email protected]>Cc: Thierry Reding <[email protected]>Cc: Sam Ravnborg <[email protected]>Cc: "David S. Miller" <[email protected]>Cc: Jakub Kicinski <[email protected]>Cc: Robert Marko <[email protected]>Cc: Alessandro Zummo <[email protected]>Cc: Ramesh Shanmugasundaram <[email protected]>Cc: "G. Jaya Kumaran" <[email protected]>Cc: ChiYuan Huang <[email protected]>Cc: Wei Xu <[email protected]>Cc: Dilip Kota <[email protected]>Cc: Karol Gugala <[email protected]>Cc: Mateusz Holenko <[email protected]>Cc: Olivier Moysan <[email protected]>Cc: Peter Ujfalusi <[email protected]>Cc: [email protected]Cc: [email protected]Cc: [email protected]Cc: [email protected]Cc: [email protected]Signed-off-by: Rob Herring <[email protected]>Reviewed-by: Rui Miguel Silva <[email protected]>Reviewed-by: Linus Walleij <[email protected]>Reviewed-by: Laurent Pinchart <[email protected]>Reviewed-by: Mauro Carvalho Chehab <[email protected]> # For mediaAcked-by: Mark Brown <[email protected]>Acked-by: Alexandre Belloni <[email protected]>Reviewed-by: Oleksij Rempel <[email protected]>Reviewed-by: Philipp Zabel <[email protected]>Link: https://lore.kernel.org/r/[email protected]
dt-bindings: soc: add the required property 'additionalProperties'When I do dt_binding_check for any YAML file, below wanring is alwaysreported:xxx/soc/litex/litex,soc-controller.yaml: 'addition
dt-bindings: soc: add the required property 'additionalProperties'When I do dt_binding_check for any YAML file, below wanring is alwaysreported:xxx/soc/litex/litex,soc-controller.yaml: 'additionalProperties' is a required propertyxxx/soc/litex/litex,soc-controller.yaml: ignoring, error in schema:warning: no schema found in file: xxx/soc/litex/litex,soc-controller.yamlSigned-off-by: Zhen Lei <[email protected]>Reviewed-by: Rob Herring <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring <[email protected]>
dt-bindings: soc: document LiteX SoC Controller bindingsAdd documentation for LiteX SoC Controller bindings.Signed-off-by: Pawel Czarnecki <[email protected]>Signed-off-by: Mat
dt-bindings: soc: document LiteX SoC Controller bindingsAdd documentation for LiteX SoC Controller bindings.Signed-off-by: Pawel Czarnecki <[email protected]>Signed-off-by: Mateusz Holenko <[email protected]>Reviewed-by: Rob Herring <[email protected]>Signed-off-by: Stafford Horne <[email protected]>