On Mon, 06 Feb 2023 10:26:23 +0100, Krzysztof Kozlowski wrote: > Several devices can be attached to memory controllers (or memory-mapped > buses), thus they can come with additional controller-specific > properties, e.g. devices wired under Intel IXP4XX bus: cfi-flash, > intel,ixp4xx-compact-flash, NS8250 serial and MAX6369 watchdog. > > Referencing Memory Controller or IXP4XX bus peripheral properties fixes > few dtbs_check warnings like: > > intel-ixp42x-gateworks-gw2348.dtb: ide@1,0: Unevaluated properties are not allowed > ('intel,ixp4xx-eb-ahb-split-transfers', 'intel,ixp4xx-eb-byte-access', ... ' were unexpected) > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > Acked-by: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx> > Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Reviewed-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > --- > .../devicetree/bindings/ata/intel,ixp4xx-compact-flash.yaml | 1 + > Documentation/devicetree/bindings/mtd/mtd-physmap.yaml | 1 + > Documentation/devicetree/bindings/serial/8250.yaml | 1 + > Documentation/devicetree/bindings/watchdog/maxim,max63xx.yaml | 1 + > 4 files changed, 4 insertions(+) > Applied, thanks!