DT bits required for HDMI TX support in APQ8098 (msm8998 cousin)

$ make -j20 dtbs_check
  DTC_CHK arch/arm64/boot/dts/qcom/msm8998-mtp.dtb
/home/mgonzalez/linux/arch/arm64/boot/dts/qcom/msm8998-mtp.dtb: pcie@1c00000: 
False schema does not allow {'compatible': ['qcom,pcie-msm8998', 
'qcom,pcie-msm8996'], 'reg': [[29360128, 8192], [452984832, 3869], [452988704, 
168], [454033408, 1048576]], 'reg-names': ['parf', 'dbi', 'elbi', 'config'], 
'device_type': ['pci'], 'linux,pci-domain': [[0]], 'bus-range': [[0, 255]], 
'#address-cells': [[3]], '#size-cells': [[2]], 'num-lanes': [[1]], 'phys': 
[[36]], 'phy-names': ['pciephy'], 'status': ['okay'], 'ranges': [[16777216, 0, 
0, 455081984, 0, 1048576], [33554432, 0, 456130560, 456130560, 0, 13631488]], 
'#interrupt-cells': [[1]], 'interrupts': [[0, 405, 4]], 'interrupt-names': 
['msi'], 'interrupt-map-mask': [[0, 0, 0, 7]], 'interrupt-map': [[0, 0, 0, 1, 
1, 0, 0, 135, 4], [0, 0, 0, 2, 1, 0, 0, 136, 4], [0, 0, 0, 3, 1, 0, 0, 138, 4], 
[0, 0, 0, 4, 1, 0, 0, 139, 4]], 'clocks': [[37, 94], [37, 91], [37, 92], [37, 
93], [37, 95]], 'clock-names': ['pipe', 'aux', 'cfg', 'bus_master', 
'bus_slave'], 'power-domains': [[37, 0]], 'iommu-map': [[256, 38, 5248, 1]], 
'perst-gpios': [[39, 35, 1]], 'pcie@0': {'device_type': ['pci'], 'reg': [[0, 0, 
0, 0, 0]], 'bus-range': [[1, 255]], '#address-cells': [[3]], '#size-cells': 
[[2]], 'ranges': True}, '$nodename': ['pcie@1c00000']}
        from schema $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml#
/home/mgonzalez/linux/arch/arm64/boot/dts/qcom/msm8998-mtp.dtb: pcie@1c00000: 
Unevaluated properties are not allowed ('#address-cells', '#interrupt-cells', 
'#size-cells', 'bus-range', 'device_type', 'interrupt-map', 
'interrupt-map-mask', 'linux,pci-domain', 'num-lanes', 'pcie@0', 'ranges' were 
unexpected)
        from schema $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml#
/home/mgonzalez/linux/arch/arm64/boot/dts/qcom/msm8998-mtp.dtb: phy@c012000: 
'vdd-supply' is a required property
        from schema $id: http://devicetree.org/schemas/phy/qcom,qusb2-phy.yaml#
/home/mgonzalez/linux/arch/arm64/boot/dts/qcom/msm8998-mtp.dtb: 
clock-controller@c8c0000: clocks: [[34, 0], [37, 178], [150, 1], [150, 0], 
[151, 1], [151, 0], [152], [0], [0], [0], [37, 184]] is too long
        from schema $id: http://devicetree.org/schemas/clock/qcom,mmcc.yaml#


Arnaud Vrac (1):
  arm64: dts: qcom: add HDMI nodes for msm8998

Marc Gonzalez (3):
  dt-bindings: display/msm: hdmi: add qcom,hdmi-phy-8998
  dt-bindings: display/msm: hdmi: add qcom,hdmi-tx-8998
  arm64: dts: qcom: msm8998: add HDMI GPIOs

 Documentation/devicetree/bindings/display/msm/hdmi.yaml      |  26 ++++++++++-
 Documentation/devicetree/bindings/phy/qcom,hdmi-phy-qmp.yaml |   1 +
 arch/arm64/boot/dts/qcom/msm8998.dtsi                        | 128 
++++++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 152 insertions(+), 3 deletions(-)

-- 
2.34.1

Reply via email to