On 20.01.2021 16:44, Bjørn Mork wrote:
Rafał Miłecki writes:
Did you check that binding with the dt_binding_check?
Something like:
make dt_binding_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/mtd/partitions/openwrt,uimage.yaml
(you may need arch too, e.g. ARCH=arm64)
Yes, I actu
Rafał Miłecki writes:
> Did you check that binding with the dt_binding_check?
>
> Something like:
> make dt_binding_check
> DT_SCHEMA_FILES=Documentation/devicetree/bindings/mtd/partitions/openwrt,uimage.yaml
> (you may need arch too, e.g. ARCH=arm64)
Yes, I actually did since I'm not exactly u
On 20.01.2021 15:35, Bjørn Mork wrote:
@@ -0,0 +1,91 @@
+# SPDX-License-Identifier: GPL-2.0
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/mtd/partitions/openwrt,uimage.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: OpenWrt variations of U-Boot Image partitions
+
+ma
Add devicetree bindings for vendor specific variants of U-Boot
Images, as defined by OpenWrt.
Signed-off-by: Bjørn Mork
---
.../mtd/partitions/openwrt,uimage.yaml| 91 +
.../dt-bindings/mtd/partitions/uimage.h | 191 ++
2 files changed, 282 insertions(+)
c