Wolfram Sang
b952f96a57
dt-bindings: PCI: rcar-pci-host: Add optional regulators
...
Support regulators found on the KingFisher board for miniPCIe (1.5 and
3.3v). For completeness, describe a 12v regulator while we are here.
Link: https://lore.kernel.org/linux-pci/20231105092908.3792-2-wsa+renesas@sang-engineering.com
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com >
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org >
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
2023-12-14 18:56:35 +00:00
Andre Przywara
3094e7282f
dt-bindings: arm: sunxi: document Transpeed 8K618-T board name
...
The Transpeed 8K618-T TV box is a Chinese Android TV box, using the
Allwinner H618 SoC.
Add the board/SoC compatible string pair to the list of known boards.
Signed-off-by: Andre Przywara <andre.przywara@arm.com >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20231214015312.17363-3-andre.przywara@arm.com
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com >
2023-12-14 19:53:04 +01:00
Andre Przywara
a0b4600c77
dt-bindings: vendor-prefixes: add Transpeed
...
This is a name used by some Chinese TV boxes, add it to the bindings.
Signed-off-by: Andre Przywara <andre.przywara@arm.com >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20231214015312.17363-2-andre.przywara@arm.com
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com >
2023-12-14 19:53:04 +01:00
Ahmad Fatoum
a55383dec6
dt-bindings: arm: stm32: don't mix SCMI and non-SCMI board compatibles
...
SCMI-enabled boards may restrict access to resources like clocks, resets
and regulators to the secure world.
A normal world bootloader or kernel compatible with the non-SCMI-enabled
board is thus not guaranteed to be able to deal with the SCMI variant.
It follows, that the SCMI-enabled board is not compatible with the
non-SCMI enabled board, so drop that compatible.
This change is motivated by the barebox' bootloader's use of bootloader
specification files[1][2]: barebox for non-SCMI DK2 will compare its
own top-level "stm32mp157c-dk2" compatible with all compatibles
listed in the device tree referenced by each bootloader spec file.
If the boot medium contains a configuration with
compatible = "st,stm32mp157c-dk2-scmi", "st,stm32mp157c-dk2", "st,stm32mp157";
it will match, because of the second compatible and boot a kernel with
SCMI enabled, although no SCMI may exist on the platform.
[1]: https://uapi-group.org/specifications/specs/boot_loader_specification/
[2]: https://www.barebox.org/doc/latest/user/booting-linux.html#boot-loader-specification
Fixes: 8e14ebb1f0 ("dt-bindings: arm: stm32: Add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)")
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de >
Acked-by: Rob Herring <robh@kernel.org >
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com >
2023-12-14 16:35:31 +01:00
Fenglin Wu
638baabe95
regulator: dt-bindings: qcom,rpmh: add compatible for pm8010
...
Add compatible for PM8010 RPMH regulators present on sm8550-qrd and
sm8550-mtp boards.
Suggested-by: David Collins <quic_collinsd@quicinc.com >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Fenglin Wu <quic_fenglinw@quicinc.com >
Link: https://msgid.link/r/20231214-pm8010-regulator-v2-2-82131df6b97b@quicinc.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-12-14 10:57:00 +00:00
Daniel Baluta
af29e51bee
ASoC: dt-bindings: audio-graph-port: Document new DAI link flags playback-only/capture-only
...
Document new playback-only and capture-only flags which can be used
when dai link can only support just one direction: playback or capture
but not both.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com >
Link: https://msgid.link/r/20231128081119.106360-3-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-12-14 10:56:48 +00:00
Dmitry Baryshkov
88806318e2
dt-bindings: display: msm: dp: declare compatible string for sm8150
...
Add compatible string for the DisplayPort controller found on the
Qualcomm SM8150 platform.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Patchwork: https://patchwork.freedesktop.org/patch/571438/
Link: https://lore.kernel.org/r/20231209232132.3580045-2-dmitry.baryshkov@linaro.org
2023-12-14 09:27:23 +02:00
Nitin Rawat
98bfeda319
scsi: ufs: qcom: dt-bindings: Add SC7280 compatible string
...
Document the compatible string for the UFS found on SC7280.
Signed-off-by: Nitin Rawat <quic_nitirawa@quicinc.com >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Bao D. Nguyen <quic_nguyenb@quicinc.com >
Acked-by: Manivannan Sadhasivam <mani@kernel.org >
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com >
Link: https://lore.kernel.org/r/20231205-sc7280-ufs-v6-1-ad6ca7796de7@fairphone.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2023-12-13 22:51:45 -05:00
Hugo Villeneuve
6cbac23b30
dt-bindings: arm: fsl: add Dimonoff gateway EVK board
...
Add DT compatible string for Dimonoff gateway EVK board based on a
Variscite VAR-SOM-NANO with a NXP MX8MN nano CPU.
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2023-12-14 10:49:21 +08:00
Hugo Villeneuve
ef510cbd92
dt-bindings: vendor-prefixes: add dimonoff
...
Add vendor prefix for Dimonoff, which provides
IoT smart solutions and custom engineering services.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2023-12-14 10:49:05 +08:00
Peter Griffin
b3582328b9
dt-bindings: arm: google: Add bindings for Google ARM platforms
...
This introduces bindings and dt-schema for the Google Tensor SoCs.
Currently just gs101 and pixel 6 are supported.
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org >
Signed-off-by: Peter Griffin <peter.griffin@linaro.org >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20231211162331.435900-3-peter.griffin@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
2023-12-13 20:11:34 +01:00
Matt Ranostay
adc14d44d7
dt-bindings: PCI: ti,j721e-pci-*: Add j784s4-pci-* compatible strings
...
Add definition for j784s4-pci-ep and j784s4-pci-host devices along with
schema checks for num-lanes.
Link: https://lore.kernel.org/linux-pci/20231128054402.2155183-3-s-vadapalli@ti.com
Signed-off-by: Matt Ranostay <mranostay@ti.com >
Signed-off-by: Achal Verma <a-verma1@ti.com >
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com >
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
2023-12-13 18:25:34 +00:00
Matt Ranostay
b3ba0f6e82
dt-bindings: PCI: ti,j721e-pci-*: Add checks for num-lanes
...
Add num-lanes schema checks based on compatible string on available lanes
for that platform.
Link: https://lore.kernel.org/linux-pci/20231128054402.2155183-2-s-vadapalli@ti.com
Signed-off-by: Matt Ranostay <mranostay@ti.com >
Signed-off-by: Achal Verma <a-verma1@ti.com >
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com >
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
2023-12-13 18:25:03 +00:00
Michal Simek
fc622c97d3
dt-bindings: soc: Add new board description for MicroBlaze V
...
MicroBlaze V is new AMD/Xilinx soft-core 32bit RISC-V processor IP.
It is hardware compatible with classic MicroBlaze processor. Processor can
be used with standard AMD/Xilinx IPs including interrupt controller and
timer.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Michal Simek <michal.simek@amd.com >
2023-12-13 16:52:47 +01:00
Michal Simek
6f3ecaea63
dt-bindings: soc: xilinx: Move xilinx.yaml from arm to soc
...
All Xilinx boards can hosts also soft core CPUs like MicroBlaze or
MicroBlaze V (RISC-V ISA) that's why move boards description from arm
folder to soc folder.
Similar change was done for Renesas by commit c27ce08b80 ("dt-bindings:
soc: renesas: Move renesas.yaml from arm to soc").
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Michal Simek <michal.simek@amd.com >
2023-12-13 16:52:47 +01:00
Konrad Dybcio
85bfa5d497
dt-bindings: interconnect: qcom,msm8998-bwmon: Add QCM2290 bwmon instance
...
QCM2290 has a single BWMONv4 intance for CPU. Document it.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org >
Link: https://lore.kernel.org/r/20231125-topic-rb1_feat-v3-3-4cbb567743bb@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org >
2023-12-13 16:40:21 +02:00
Andy Yan
4ccdc92c1f
dt-bindings: display: vop2: Add rk3588 support
...
The vop2 on rk3588 is similar to which on rk356x
but with 4 video ports and need to reference
more grf modules.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
Link: https://patchwork.freedesktop.org/patch/msgid/20231211115850.1785311-1-andyshrk@163.com
2023-12-13 15:37:26 +01:00
Konrad Dybcio
80c5227af3
dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM6115 bwmon instance
...
SM6115 has a single BWMONv4 intance for CPU. Document it.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20231209-topic-6115iccdt-v1-1-f62da62b7276@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org >
2023-12-13 16:23:31 +02:00
Nandhini Srikandan
e1fca6957f
spi: dw: Remove Intel Thunder Bay SOC support
...
Remove Intel Thunder Bay specific code as the product got cancelled and
there are no end customers or users.
Signed-off-by: Nandhini Srikandan <nandhini.srikandan@intel.com >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://msgid.link/r/20231213060836.29203-3-nandhini.srikandan@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-12-13 13:39:56 +00:00
Aakarsh Jain
3253a8cdd7
dt-bindings: media: s5p-mfc: Add mfcv12 variant
...
Add Tesla FSD MFC(MFC v12) compatible.
Cc: linux-fsd@tesla.com
Signed-off-by: Aakarsh Jain <aakarsh.jain@samsung.com >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
2023-12-13 14:33:49 +01:00
Andy Yan
1a648f8b79
dt-bindings: soc: rockchip: add rk3588 vop/vo syscon
...
Add VOP and VO GRF syscon compatibles for RK3588
Signed-off-by: Andy Yan <andy.yan@rock-chips.com >
Acked-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20231211115836.1785248-1-andyshrk@163.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-12-13 14:00:36 +01:00
Jacopo Mondi
00c68a4b5a
media: dt-bindings: Add OmniVision OV64A40
...
Add bindings for OmniVision OV64A40.
Co-developed-by: Lee Jackson <lee.jackson@arducam.com >
Signed-off-by: Lee Jackson <lee.jackson@arducam.com >
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
2023-12-13 13:21:21 +01:00
Kieran Bingham
bd4eadc453
media: dt-bindings: media: imx335: Add supply bindings
...
Add the bindings for the supply references used on the IMX335.
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com >
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de >
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
2023-12-13 13:21:21 +01:00
Sebastian Reichel
7e6b437150
media: dt-bindings: gc0308: add binding
...
Add DT binding for GalaxyCore GC0308 camera sensor.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Sebastian Reichel <sre@kernel.org >
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
2023-12-13 13:21:20 +01:00
Krzysztof Kozlowski
458492e8d8
media: dt-bindings: ov8856: decouple lanes and link frequency from driver
...
The data lanes and link frequency were set to match existing Linux driver
limitations, however bindings should be independent of chosen Linux
driver support.
Decouple these properties from the driver to match what is actually
supported by the hardware.
This also fixes DTS example:
ov8856.example.dtb: camera@10: port:endpoint:link-frequencies:0: [360000000] is too short
Fixes: 066a94e28a ("media: dt-bindings: media: Use graph and video-interfaces schemas")
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Acked-by: Rob Herring <robh@kernel.org >
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
2023-12-13 13:21:20 +01:00
Tommaso Merciai
381d661a00
media: dt-bindings: alvium: add document YAML binding
...
Add documentation of device tree in YAML schema for the ALVIUM
Camera from Allied Vision Inc.
References:
- https://www.alliedvision.com/en/products/embedded-vision-solutions
Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com >
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Reviewed-by: Conor Dooley <conor.dooley@microchip.com >
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
2023-12-13 13:21:20 +01:00
Tommaso Merciai
164bf17286
dt-bindings: vendor-prefixes: Add prefix alliedvision
...
Add a vendor prefix entry for Allied Vision Technologies GmbH
(https://www.alliedvision.com )
Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com >
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
2023-12-13 13:21:19 +01:00
Vincent Knecht
f8e004714a
media: dt-bindings: ak7375: Add ak7345 support
...
Document AK7345 bindings. Compared to AK7375, it has only 9 bits position
values (instead of 12), 20 ms power-up delay (instead of 10), and no known
standby register setting.
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org >
[Sakari Ailus: Rewrap commit message.]
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
2023-12-13 13:21:19 +01:00
Johan Hovold
4f9b632e1b
dt-bindings: mfd: pm8008: Clean up example node names
...
Devicetree node names should be generic; fix up the pm8008 binding
example accordingly.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20231206111754.7410-5-johan+linaro@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org >
2023-12-13 11:44:37 +00:00
Johan Hovold
78da55c804
dt-bindings: leds: qcom,spmi-flash-led: Fix example node name
...
The led controller is a child of an SPMI PMIC, which in turn sits on an
SPMI bus.
While at it, add some newline separators to improve readability.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20231130171940.12391-1-johan+linaro@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org >
2023-12-13 11:29:05 +00:00
Dmitry Rokosov
94d4090b61
dt-bindings: leds: aw200xx: Fix led pattern and add reg constraints
...
AW200XX controllers have the capability to declare more than 0xf LEDs,
therefore, it is necessary to accept LED names using an appropriate
regex pattern.
The register offsets can be adjusted within the specified range, with
the maximum value corresponding to the highest number of LEDs that can
be connected to the controller.
Fixes: e338a05e76 ("dt-bindings: leds: Add binding for AW200xx")
Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com >
Reviewed-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20231125200519.1750-12-ddrokosov@salutedevices.com
Signed-off-by: Lee Jones <lee@kernel.org >
2023-12-13 11:29:04 +00:00
George Stark
13b93b1dca
dt-bindings: leds: awinic,aw200xx: Add AW20108 device
...
Add aw20108 compatible for Awinic AW20108 led controller.
Signed-off-by: George Stark <gnstark@salutedevices.com >
Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20231125200519.1750-11-ddrokosov@salutedevices.com
Signed-off-by: Lee Jones <lee@kernel.org >
2023-12-13 11:29:03 +00:00
George Stark
aa4ed49f42
dt-bindings: leds: aw200xx: Remove property "awinic,display-rows"
...
Get rid of the property "awinic,display-rows" and calculate it
in the driver using led definition nodes.
Signed-off-by: George Stark <gnstark@salutedevices.com >
Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com >
Acked-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20231125200519.1750-6-ddrokosov@salutedevices.com
Signed-off-by: Lee Jones <lee@kernel.org >
2023-12-13 11:28:57 +00:00
Dmitry Rokosov
20dbf6d4a1
dt-bindings: leds: aw200xx: Introduce optional enable-gpios property
...
Property 'enable-gpios' is optional, it can be used by the board
developer to connect AW200XX LED controller with appropriate 'enable'
GPIO pad.
Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com >
Acked-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20231125200519.1750-4-ddrokosov@salutedevices.com
Signed-off-by: Lee Jones <lee@kernel.org >
2023-12-13 11:28:55 +00:00
Samuel Holland
65dcdf495a
dt-bindings: leds: Add Allwinner A100 LED controller
...
The Allwinner A100, R329, and D1 SoCs contain an LED controller designed
to drive a series of RGB LED pixels. It supports PIO and DMA transfers,
and has configurable timing and pixel format. All three implementations
appear to be identical, so use the oldest as the fallback compatible.
Acked-by: Guo Ren <guoren@kernel.org >
Acked-by: Maxime Ripard <mripard@kernel.org >
Acked-by: Palmer Dabbelt <palmer@rivosinc.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Tested-by: Trevor Woerner <twoerner@gmail.com >
Signed-off-by: Samuel Holland <samuel@sholland.org >
Link: https://lore.kernel.org/r/20231029212738.7871-2-samuel@sholland.org
Signed-off-by: Lee Jones <lee@kernel.org >
2023-12-13 11:28:28 +00:00
Rob Herring
1de1da7b07
dt-bindings: leds: Fix JSON pointer in max-brightness
...
A valid JSON pointer should begin with a '/'. The json-schema package is
lax on this allowing either form, but that's changing in new versions.
Signed-off-by: Rob Herring <robh@kernel.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20231122205418.2482076-1-robh@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org >
2023-12-13 11:28:27 +00:00
David Heidelberg
fa97e21e74
dt-bindings: panel-simple-dsi: move LG 5" HD TFT LCD panel into DSI yaml
...
Originally was in the panel-simple, but belongs to panel-simple-dsi.
See arch/arm/boot/dts/nvidia/tegra114-roth.dts for more details.
Resolves the following warning:
```
arch/arm/boot/dts/tegra114-roth.dt.yaml: panel@0: 'reg' does not match any of the regexes: 'pinctrl-[0-9]+'
From schema: Documentation/devicetree/bindings/display/panel/panel-simple.yaml
```
Fixes: 310abcea76 ("dt-bindings: display: convert simple lg panels to DT Schema")
Signed-off-by: David Heidelberg <david@ixit.cz >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Acked-by: Jessica Zhang <quic_jesszhan@quicinc.com >
Link: https://lore.kernel.org/r/20231212200934.99262-1-david@ixit.cz
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://patchwork.freedesktop.org/patch/msgid/20231212200934.99262-1-david@ixit.cz
2023-12-13 11:52:21 +01:00
Mehdi Djait
0f82ffa9a2
media: dt-bindings: media: i2c: Add bindings for TW9900
...
The Techwell TW9900 is a video decoder supporting multiple input
standards such as PAL and NTSC and has a parallel BT.656 output
interface.
It's designed to be low-power, posesses some features such as a
programmable comb-filter, and automatic input standard detection
Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Signed-off-by: Mehdi Djait <mehdi.djait@bootlin.com >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
2023-12-13 11:04:45 +01:00
Mehdi Djait
7b9df4ac0d
dt-bindings: vendor-prefixes: Add techwell vendor prefix
...
Add prefix for Techwell, Inc.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Mehdi Djait <mehdi.djait@bootlin.com >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
2023-12-13 11:04:45 +01:00
Gregor Herburger
bb65de5bec
dt-bindings: arm: fsl: Add TQ-Systems LX2160A based boards
...
TQMLX2160A is a TQ-Systems GmbH SoM using the LX2160A SoC.
MBLX2160a is the starterkit baseboard for TQMLX2160A.
Signed-off-by: Gregor Herburger <gregor.herburger@ew.tq-group.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2023-12-13 17:17:59 +08:00
Jiri Valek - 2N
e4af6bb1f6
dt-bindings: input: microchip,cap11xx: add advanced sensitivity settings
...
Add support for advanced sensitivity settings and signal guard feature.
Signed-off-by: Jiri Valek - 2N <jiriv@axis.com >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20231121155250.613242-2-jiriv@axis.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
2023-12-12 19:17:28 -08:00
Clément Léger
9726acfdfa
dt-bindings: riscv: add Zfa ISA extension description
...
Add description for the Zfa ISA extension[1].
Link: https://drive.google.com/file/d/1VT6QIggpb59-8QRV266dEE4T8FZTxGq4/view [1]
Signed-off-by: Clément Léger <cleger@rivosinc.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20231114141256.126749-21-cleger@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com >
2023-12-12 15:45:17 -08:00
Clément Léger
e11880b4be
dt-bindings: riscv: add Zvfh[min] ISA extension description
...
Add description for Zvfh[min] ISA extension[1].
Link: https://drive.google.com/file/d/1_Yt60HGAf1r1hx7JnsIptw0sqkBd9BQ8/view [1]
Signed-off-by: Clément Léger <cleger@rivosinc.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20231114141256.126749-18-cleger@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com >
2023-12-12 15:45:14 -08:00
Clément Léger
892f10c8d6
dt-bindings: riscv: add Zihintntl ISA extension description
...
Add description for Zihintntl ISA extension[1].
Link: https://drive.google.com/file/d/13_wsN8YmRfH8YWysFyTX-DjTkCnBd9hj/view [1]
Signed-off-by: Clément Léger <cleger@rivosinc.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20231114141256.126749-15-cleger@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com >
2023-12-12 15:45:11 -08:00
Clément Léger
c44714c35f
dt-bindings: riscv: add Zfh[min] ISA extensions description
...
Add description of Zfh[min] ISA extensions[1].
Link: https://drive.google.com/file/d/1z3tQQLm5ALsAD77PM0l0CHnapxWCeVzP/view [1]
Signed-off-by: Clément Léger <cleger@rivosinc.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20231114141256.126749-12-cleger@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com >
2023-12-12 15:45:08 -08:00
Clément Léger
10815531c5
dt-bindings: riscv: add vector crypto ISA extensions description
...
Add Zv* vector crypto extensions that were added in "RISC-V Cryptography
Extensions Volume II" specificationi[1]:
- Zvbb: Vector Basic Bit-manipulation
- Zvbc: Vector Carryless Multiplication
- Zvkb: Vector Cryptography Bit-manipulation
- Zvkg: Vector GCM/GMAC.
- Zvkned: NIST Suite: Vector AES Block Cipher
- Zvknh[ab]: NIST Suite: Vector SHA-2 Secure Hash
- Zvksed: ShangMi Suite: SM4 Block Cipher
- Zvksh: ShangMi Suite: SM3 Secure Hash
- Zvkn: NIST Algorithm Suite
- Zvknc: NIST Algorithm Suite with carryless multiply
- Zvkng: NIST Algorithm Suite with GCM.
- Zvks: ShangMi Algorithm Suite
- Zvksc: ShangMi Algorithm Suite with carryless multiplication
- Zvksg: ShangMi Algorithm Suite with GCM.
- Zvkt: Vector Data-Independent Execution Latency.
Link: https://drive.google.com/file/d/1gb9OLH-DhbCgWp7VwpPOVrrY6f3oSJLL/view [1]
Signed-off-by: Clément Léger <cleger@rivosinc.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20231114141256.126749-9-cleger@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com >
2023-12-12 15:45:05 -08:00
Clément Léger
9376396251
dt-bindings: riscv: add scalar crypto ISA extensions description
...
Add description for scalar crypto ISA extensions:
- Zbkb
- Zbkc
- Zbkx
- Zknd
- Zkne
- Zknh
- Zkr
- Zksed
- Zksh
- Zkt
Signed-off-by: Clément Léger <cleger@rivosinc.com >
Reviewed-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20231114141256.126749-6-cleger@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com >
2023-12-12 15:45:02 -08:00
Jakub Kicinski
bbc49c7a4e
Merge tag 'pef2256-framer' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
...
Linus Walleij says:
====================
Immutable tag for the PEF2256 framer
* tag 'pef2256-framer' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
MAINTAINERS: Add the Lantiq PEF2256 driver entry
pinctrl: Add support for the Lantic PEF2256 pinmux
net: wan: framer: Add support for the Lantiq PEF2256 framer
dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
net: wan: Add framer framework support
====================
Link: https://lore.kernel.org/all/CACRpkdYT1J7noFUhObFgfA60XQAfL4rb=knEmWS__TKKtCMh7Q@mail.gmail.com/
Signed-off-by: Jakub Kicinski <kuba@kernel.org >
2023-12-12 15:14:38 -08:00
Linus Walleij
2ddb7c424a
Merge tag 'pef2256-framer' into devel
...
Immutable tag for the PEF2256 framer
2023-12-12 23:08:30 +01:00
Herve Codina
766f5f900f
dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
...
The Lantiq PEF2256 is a framer and line interface component designed to
fulfill all required interfacing between an analog E1/T1/J1 line and the
digital PCM system highway/H.100 bus.
Signed-off-by: Herve Codina <herve.codina@bootlin.com >
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20231128132534.258459-3-herve.codina@bootlin.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-12-12 23:05:24 +01:00