Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: display: panel-simple-lvds-dual-ports: use unevaluatedProperties

Replace additionalProperties with unevaluatedProperties because it ref to
panel-common.yaml.

Remove properties (backlight, enable-gpios and power-supply), which defined
in panel-common.yaml.

Fix below warning:
arch/arm64/boot/dts/freescale/imx8mp-evk-mx8-dlvds-lcd1.dtb: panel-lvds: 'panel-timing' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/display/panel/panel-simple-lvds-dual-ports.yaml#

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20240812193626.3826250-1-Frank.Li@nxp.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Frank Li and committed by
Rob Herring (Arm)
25b7d2cb daa2be74

+1 -5
+1 -5
Documentation/devicetree/bindings/display/panel/panel-simple-lvds-dual-ports.yaml
··· 84 84 - port@0 85 85 - port@1 86 86 87 - backlight: true 88 - enable-gpios: true 89 - power-supply: true 90 - 91 - additionalProperties: false 87 + unevaluatedProperties: false 92 88 93 89 required: 94 90 - compatible