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 <miquel.raynal@bootlin.com> # for mtdAcked-by: Sudeep Holla <sudeep.holla@arm.com>Reviewed-by: Linus Walleij <linus.walleij@linaro.org>Acked-by: Mark Brown <broonie@kernel.org>Acked-by: Wolfram Sang <wsa@kernel.org> # for AT24/I2CAcked-by: Guenter Roeck <linux@roeck-us.net>Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # For MMCAcked-by: Geert Uytterhoeven <geert+renesas@glider.be>Link: https://lore.kernel.org/r/20230823183749.2609013-1-robh@kernel.orgSigned-off-by: Rob Herring <robh@kernel.org>
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 <mripard@kernel.org>Cc: Chen-Yu Tsai <wens@csie.org>Cc: Thierry Reding <thierry.reding@gmail.com>Cc: Sam Ravnborg <sam@ravnborg.org>Cc: "David S. Miller" <davem@davemloft.net>Cc: Jakub Kicinski <kuba@kernel.org>Cc: Robert Marko <robert.marko@sartura.hr>Cc: Alessandro Zummo <a.zummo@towertech.it>Cc: Ramesh Shanmugasundaram <rashanmu@gmail.com>Cc: "G. Jaya Kumaran" <vineetha.g.jaya.kumaran@intel.com>Cc: ChiYuan Huang <cy_huang@richtek.com>Cc: Wei Xu <xuwei5@hisilicon.com>Cc: Dilip Kota <eswara.kota@linux.intel.com>Cc: Karol Gugala <kgugala@antmicro.com>Cc: Mateusz Holenko <mholenko@antmicro.com>Cc: Olivier Moysan <olivier.moysan@st.com>Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>Cc: dri-devel@lists.freedesktop.orgCc: linux-media@vger.kernel.orgCc: netdev@vger.kernel.orgCc: linux-rtc@vger.kernel.orgCc: alsa-devel@alsa-project.orgSigned-off-by: Rob Herring <robh@kernel.org>Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>Reviewed-by: Linus Walleij <linus.walleij@linaro.org>Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> # For mediaAcked-by: Mark Brown <broonie@kernel.org>Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>Link: https://lore.kernel.org/r/20210720172025.363238-1-robh@kernel.org
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 <thunder.leizhen@huawei.com>Reviewed-by: Rob Herring <robh@kernel.org>Link: https://lore.kernel.org/r/20201204093813.1275-4-thunder.leizhen@huawei.comSigned-off-by: Rob Herring <robh@kernel.org>
dt-bindings: soc: document LiteX SoC Controller bindingsAdd documentation for LiteX SoC Controller bindings.Signed-off-by: Pawel Czarnecki <pczarnecki@internships.antmicro.com>Signed-off-by: Mat
dt-bindings: soc: document LiteX SoC Controller bindingsAdd documentation for LiteX SoC Controller bindings.Signed-off-by: Pawel Czarnecki <pczarnecki@internships.antmicro.com>Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>Reviewed-by: Rob Herring <robh@kernel.org>Signed-off-by: Stafford Horne <shorne@gmail.com>