On Mon, 23 May 2022 12:47:34 +0200, Guillaume Ranquet wrote:
> From: Markus Schneider-Pargmann <m...@baylibre.com>
> 
> DPINTF is similar to DPI but does not have the exact same feature set
> or register layouts.
> 
> DPINTF is the sink of the display pipeline that is connected to the
> DisplayPort controller and encoder unit. It takes the same clocks as
> DPI.
> 
> Signed-off-by: Markus Schneider-Pargmann <m...@baylibre.com>
> Signed-off-by: Guillaume Ranquet <granq...@baylibre.com>
> ---
>  .../bindings/display/mediatek/mediatek,dpi.yaml     | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
> 

Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.

Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.

Full log is available here: https://patchwork.ozlabs.org/patch/


dpi@14014000: Additional properties are not allowed ('ports' was unexpected)
        arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dtb
        arch/arm/boot/dts/mt7623n-rfb-emmc.dtb

dpi@14014000: clock-names: ['pixel', 'engine', 'pll'] is too short
        arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dtb
        arch/arm/boot/dts/mt7623n-rfb-emmc.dtb

dpi@14014000: clocks: [[59, 26], [59, 27], [3, 6]] is too short
        arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dtb

dpi@14014000: clocks: [[61, 26], [61, 27], [3, 6]] is too short
        arch/arm/boot/dts/mt7623n-rfb-emmc.dtb

dpi@14014000: compatible: ['mediatek,mt7623-dpi', 'mediatek,mt2701-dpi'] is too 
long
        arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dtb
        arch/arm/boot/dts/mt7623n-rfb-emmc.dtb

dpi@14014000: 'port' is a required property
        arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dtb
        arch/arm/boot/dts/mt7623n-rfb-emmc.dtb

dpi@1401d000: Additional properties are not allowed ('power-domains' was 
unexpected)
        arch/arm64/boot/dts/mediatek/mt8173-elm.dtb
        arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb
        arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb
        arch/arm64/boot/dts/mediatek/mt8173-evb.dtb

dpi@1401d000: clock-names: ['pixel', 'engine', 'pll'] is too short
        arch/arm64/boot/dts/mediatek/mt8173-elm.dtb
        arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb
        arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb
        arch/arm64/boot/dts/mediatek/mt8173-evb.dtb

dpi@1401d000: clocks: [[57, 40], [57, 41], [8, 8]] is too short
        arch/arm64/boot/dts/mediatek/mt8173-evb.dtb

dpi@1401d000: clocks: [[68, 40], [68, 41], [8, 8]] is too short
        arch/arm64/boot/dts/mediatek/mt8173-elm.dtb
        arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb
        arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb

Reply via email to