On Wed, Aug 28, 2024 at 11:35:56AM +0200, Krzysztof Kozlowski wrote:
Merging
=======
Patches are independent and can go via different trees.
Description
===========
DTS like:
device {
compatible = "fcs,fxl6408";
dummy-hog;
};
should fail, but unfortunately it does not if "type: object" is missing.
Add missing type, so this will properly trigger warning:
dummy-hog: True is not of type 'object'
Best regards,
Krzysztof
---
Krzysztof Kozlowski (3):
dt-bindings: gpio: fcs,fxl6408: add missing type to GPIO hogs
dt-bindings: pinctrl: qcom: add missing type to GPIO hogs
dt-bindings: gpio: simplify GPIO hog nodes schema
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>