On Thu, May 19, 2022 at 11:14 PM Rob Herring <robh@xxxxxxxxxx> wrote: > > Now that the schema tools can extract type information for all > properties (in order to decode dtb files), finding properties missing > any type definition is fairly trivial though not yet automated. > > Fix the various property schemas which are missing a type. Most of these > tend to be device specific properties which don't have a vendor prefix. > A vendor prefix is how we normally ensure a type is defined. > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > .../arm/hisilicon/controller/hip04-bootwrapper.yaml | 5 +++-- > .../bindings/display/bridge/toshiba,tc358768.yaml | 1 + > .../devicetree/bindings/display/panel/panel-timing.yaml | 5 +++++ > .../bindings/display/panel/raydium,rm67191.yaml | 1 + > .../bindings/display/panel/samsung,s6e8aa0.yaml | 1 + > .../devicetree/bindings/gpio/fairchild,74hc595.yaml | 1 + > .../devicetree/bindings/input/google,cros-ec-keyb.yaml | 1 + > .../devicetree/bindings/input/matrix-keymap.yaml | 4 ++++ > Documentation/devicetree/bindings/media/i2c/adv7604.yaml | 3 ++- > Documentation/devicetree/bindings/mux/reg-mux.yaml | 8 ++++++-- > Documentation/devicetree/bindings/net/cdns,macb.yaml | 1 + > Documentation/devicetree/bindings/net/ingenic,mac.yaml | 1 + > .../devicetree/bindings/net/ti,davinci-mdio.yaml | 1 + > .../devicetree/bindings/net/wireless/ti,wlcore.yaml | 2 ++ > .../devicetree/bindings/pci/snps,dw-pcie-ep.yaml | 6 ++++-- > Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml | 2 ++ > .../devicetree/bindings/pinctrl/canaan,k210-fpioa.yaml | 2 ++ > Documentation/devicetree/bindings/power/avs/qcom,cpr.yaml | 1 + > .../devicetree/bindings/power/supply/battery.yaml | 7 ++++++- > .../devicetree/bindings/power/supply/charger-manager.yaml | 1 + > Documentation/devicetree/bindings/rng/st,stm32-rng.yaml | 1 + > Documentation/devicetree/bindings/serial/8250.yaml | 1 + > .../devicetree/bindings/sound/audio-graph-card2.yaml | 3 +++ > .../devicetree/bindings/sound/imx-audio-hdmi.yaml | 3 +++ > Documentation/devicetree/bindings/usb/smsc,usb3503.yaml | 1 + > 25 files changed, 55 insertions(+), 8 deletions(-) > For GPIO: Acked-by: Bartosz Golaszewski <brgl@xxxxxxxx>