On Mon, 9 Dec 2019 10:34:39 +0100, Maxime Ripard wrote: > Even though the generic mmio-sram binding has a list of the sections > compatible allowed, most device trees have more specific compatibles > attached to those generic ones. > > This creates warnings at the moment, and we don't really want to cripple > the generic binding with all the vendor specific combinations that would > prove to be hard to maintain. > > Let's allow additional compatibles for the sections, and then we can have > the vendor-specific bindings to reduce the scope of what's allowed exactly. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../devicetree/bindings/sram/sram.yaml | 19 ++++++++++--------- > 1 file changed, 10 insertions(+), 9 deletions(-) > Applied, thanks. Rob