5769b45a | 28-May-2023 |
Adam Ford <aford173@gmail.com> |
dt-bindings: bridge: samsung-dsim: Make some flags optional
In the event a device is connected to the samsung-dsim controller that doesn't support the burst-clock, the driver is able to get the requ
dt-bindings: bridge: samsung-dsim: Make some flags optional
In the event a device is connected to the samsung-dsim controller that doesn't support the burst-clock, the driver is able to get the requested pixel clock from the attached device or bridge. In these instances, the samsung,burst-clock-frequency isn't needed, so remove it from the required list.
The pll-clock frequency can be set by the device tree entry for samsung,pll-clock-frequency, but in some cases, the pll-clock may have the same clock rate as sclk_mipi clock. If they are equal, this flag is not needed since the driver will use the sclk_mipi rate as a fallback.
Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230528132727.3933-1-aford173@gmail.com
show more ...
|
35070674 | 26-May-2023 |
Neil Armstrong <neil.armstrong@linaro.org> |
Revert "dt-bindings: bridge: samsung-dsim: Make some flags optional"
This reverts commit cfaf76d349837f695c8aa6d7077847fec4231fe5 which was applied without review due to a bad tool manipulation.
Ac
Revert "dt-bindings: bridge: samsung-dsim: Make some flags optional"
This reverts commit cfaf76d349837f695c8aa6d7077847fec4231fe5 which was applied without review due to a bad tool manipulation.
Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230526-revert-bad-binding-v1-1-67329ad1bd80@linaro.org
show more ...
|
cfaf76d3 | 25-May-2023 |
Adam Ford <aford173@gmail.com> |
dt-bindings: bridge: samsung-dsim: Make some flags optional
In the event a device is connected to the samsung-dsim controller that doesn't support the burst-clock, the driver is able to get the requ
dt-bindings: bridge: samsung-dsim: Make some flags optional
In the event a device is connected to the samsung-dsim controller that doesn't support the burst-clock, the driver is able to get the requested pixel clock from the attached device or bridge. In these instances, the samsung,burst-clock-frequency isn't needed, so remove it from the required list.
The pll-clock frequency can be set by the device tree entry for samsung,pll-clock-frequency, but in some cases, the pll-clock may have the same clock rate as sclk_mipi clock. If they are equal, this flag is not needed since the driver will use the sclk_mipi rate as a fallback.
Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230526030559.326566-8-aford173@gmail.com
show more ...
|
20a72af1 | 28-Feb-2023 |
Rob Herring <robh@kernel.org> |
dt-bindings: Fix SPI and I2C bus node names in examples
SPI and I2C bus node names are expected to be "spi" or "i2c", respectively, with nothing else, a unit-address, or a '-N' index. A pattern of '
dt-bindings: Fix SPI and I2C bus node names in examples
SPI and I2C bus node names are expected to be "spi" or "i2c", respectively, with nothing else, a unit-address, or a '-N' index. A pattern of 'spi0' or 'i2c0' or similar has crept in. Fix all these cases. 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 <sam@ravnborg.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> # for the microchip,mcp251xfd.yaml Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com> # for power-supply Acked-by: Wolfram Sang <wsa@kernel.org> Acked-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230228215433.3944508-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
show more ...
/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml/openbmc/linux/Documentation/devicetree/bindings/chrome/google,cros-ec-typec.yaml/openbmc/linux/Documentation/devicetree/bindings/chrome/google,cros-kbd-led-backlight.yaml/openbmc/linux/Documentation/devicetree/bindings/clock/ti,lmk04832.yamlanalogix,anx7625.yamlanx6345.yamllontium,lt8912b.yamlnxp,ptn3460.yamlps8640.yamlsil,sii9234.yamlti,dlpc3433.yamltoshiba,tc358762.yamltoshiba,tc358768.yaml/openbmc/linux/Documentation/devicetree/bindings/display/panel/nec,nl8048hl11.yaml/openbmc/linux/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml/openbmc/linux/Documentation/devicetree/bindings/eeprom/at25.yaml/openbmc/linux/Documentation/devicetree/bindings/extcon/extcon-usbc-cros-ec.yaml/openbmc/linux/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml/openbmc/linux/Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml/openbmc/linux/Documentation/devicetree/bindings/i2c/google,cros-ec-i2c-tunnel.yaml/openbmc/linux/Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml/openbmc/linux/Documentation/devicetree/bindings/leds/issi,is31fl319x.yaml/openbmc/linux/Documentation/devicetree/bindings/leds/leds-aw2013.yaml/openbmc/linux/Documentation/devicetree/bindings/leds/leds-rt4505.yaml/openbmc/linux/Documentation/devicetree/bindings/leds/ti,tca6507.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/aptina,mt9p031.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/imx219.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/imx258.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov5648.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov8865.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov9282.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/rda,rda5807.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx274.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx335.yaml/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml/openbmc/linux/Documentation/devicetree/bindings/mfd/actions,atc260x.yaml/openbmc/linux/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml/openbmc/linux/Documentation/devicetree/bindings/mfd/ti,tps65086.yaml/openbmc/linux/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml/openbmc/linux/Documentation/devicetree/bindings/net/asix,ax88796c.yaml/openbmc/linux/Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml/openbmc/linux/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml/openbmc/linux/Documentation/devicetree/bindings/net/nfc/samsung,s3fwrn5.yaml/openbmc/linux/Documentation/devicetree/bindings/net/vertexcom-mse102x.yaml/openbmc/linux/Documentation/devicetree/bindings/net/wireless/ti,wlcore.yaml/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinmux-node.yaml/openbmc/linux/Documentation/devicetree/bindings/pinctrl/starfive,jh7100-pinctrl.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq2415x.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq24190.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq24257.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq24735.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq2515x.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq25890.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq25980.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/lltc,ltc294x.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/ltc4162-l.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,max14656.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,max17040.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/richtek,rt9455.yaml/openbmc/linux/Documentation/devicetree/bindings/power/supply/ti,lp8727.yaml/openbmc/linux/Documentation/devicetree/bindings/regulator/active-semi,act8865.yaml/openbmc/linux/Documentation/devicetree/bindings/regulator/google,cros-ec-regulator.yaml/openbmc/linux/Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml/openbmc/linux/Documentation/devicetree/bindings/sound/everest,es8316.yaml/openbmc/linux/Documentation/devicetree/bindings/sound/tas2562.yaml/openbmc/linux/Documentation/devicetree/bindings/sound/tas2770.yaml/openbmc/linux/Documentation/devicetree/bindings/sound/tas27xx.yaml/openbmc/linux/Documentation/devicetree/bindings/sound/tas5805m.yaml/openbmc/linux/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml/openbmc/linux/Documentation/devicetree/bindings/sound/zl38060.yaml/openbmc/linux/Documentation/devicetree/bindings/usb/maxim,max33359.yaml/openbmc/linux/Documentation/devicetree/bindings/usb/maxim,max3420-udc.yaml/openbmc/linux/Documentation/devicetree/bindings/usb/mediatek,mt6360-tcpc.yaml/openbmc/linux/Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml/openbmc/linux/Documentation/devicetree/bindings/usb/richtek,rt1719.yaml/openbmc/linux/Documentation/devicetree/bindings/usb/st,stusb160x.yaml/openbmc/linux/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml/openbmc/linux/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml |
ab82b4f1 | 25-Feb-2023 |
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> |
dt-bindings: display/bridge: toshiba,tc358764: convert to dtschema
Convert the Toshiba TC358764 bridge bindings to DT schema.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Lin
dt-bindings: display/bridge: toshiba,tc358764: convert to dtschema
Convert the Toshiba TC358764 bridge bindings to DT schema.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230225160252.18737-1-krzysztof.kozlowski@linaro.org Signed-off-by: Rob Herring <robh@kernel.org>
show more ...
|
440112ad | 22-Dec-2022 |
Johan Jonker <jbx6244@gmail.com> |
dt-bindings: display: bridge: convert analogix_dp.txt to yaml
Convert analogix_dp.txt to yaml for use as common document.
Changed: Relexed requirements
Signed-off-by: Johan Jonker <jbx6244@gmail
dt-bindings: display: bridge: convert analogix_dp.txt to yaml
Convert analogix_dp.txt to yaml for use as common document.
Changed: Relexed requirements
Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patchwork.freedesktop.org/patch/msgid/489e7bd3-fa26-885f-4104-8b0b29aa4f2b@gmail.com
show more ...
|
6f209ca0 | 03-Jan-2023 |
Rahul T R <r-ravikumar@ti.com> |
dt-bindings: display: bridge: cdns,dsi: Add compatible for dsi on j721e
Add compatible to support dsi bridge on j721e
Signed-off-by: Rahul T R <r-ravikumar@ti.com> Reviewed-by: Rob Herring <robh@ke
dt-bindings: display: bridge: cdns,dsi: Add compatible for dsi on j721e
Add compatible to support dsi bridge on j721e
Signed-off-by: Rahul T R <r-ravikumar@ti.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230103101951.10963-3-r-ravikumar@ti.com
show more ...
|