From: David Heidelberg <david@ixit.cz> Date: 2021-12-15 15:57:17
Properties #address-cells and #size-cells are valid.
The bridge node can also contains panel node.
Signed-off-by: David Heidelberg <david@ixit.cz>
---
.../bindings/display/bridge/toshiba,tc358768.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
Properties #address-cells and #size-cells are valid.
The bridge node can also contains panel node.
Signed-off-by: David Heidelberg <david@ixit.cz>
---
.../bindings/display/bridge/toshiba,tc358768.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
From: Rob Herring <robh@kernel.org> Date: 2021-12-15 22:27:36
On Wed, 15 Dec 2021 16:27:12 +0100, David Heidelberg wrote:
Properties #address-cells and #size-cells are valid.
The bridge node can also contains panel node.
Signed-off-by: David Heidelberg <david@ixit.cz>
---
.../bindings/display/bridge/toshiba,tc358768.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
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/1568330
tc358778@e: compatible: Additional items are not allowed ('toshiba,tc358768' was unexpected)
arch/arm/boot/dts/am571x-idk.dt.yaml
arch/arm/boot/dts/am572x-idk.dt.yaml
arch/arm/boot/dts/am574x-idk.dt.yaml
tc358778@e: compatible: ['toshiba,tc358778', 'toshiba,tc358768'] is too long
arch/arm/boot/dts/am571x-idk.dt.yaml
arch/arm/boot/dts/am572x-idk.dt.yaml
arch/arm/boot/dts/am574x-idk.dt.yaml
From: Rob Herring <robh+dt@kernel.org> Date: 2021-12-16 15:13:21
On Wed, Dec 15, 2021 at 9:38 AM David Heidelberg [off-list ref] wrote:
quoted hunk
Properties #address-cells and #size-cells are valid.
The bridge node can also contains panel node.
Signed-off-by: David Heidelberg <david@ixit.cz>
---
.../bindings/display/bridge/toshiba,tc358768.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
It's possible to attach something that doesn't use panel-common.yaml
and if it did, it would be applied by that schema.
What you need is to just reference dsi-controller.yaml at the top level.
Rob
On Wed, Dec 15, 2021 at 9:38 AM David Heidelberg [off-list ref] wrote:
quoted
Properties #address-cells and #size-cells are valid.
The bridge node can also contains panel node.
Signed-off-by: David Heidelberg <david@ixit.cz>
---
.../bindings/display/bridge/toshiba,tc358768.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
It's possible to attach something that doesn't use panel-common.yaml
and if it did, it would be applied by that schema.
What you need is to just reference dsi-controller.yaml at the top level.
It works, thank you.
Then we will also need to rename the "dsi-bridge" node to just "dsi" in
the new ASUS TF700T device-tree since dsi-controller.yaml wants that name.