On Fri, Jan 24, 2020 at 5:49 AM Dafna HirschfeldOh, sorry, I was not aware of that.
<dafna.hirschfeld@xxxxxxxxxxxxx> wrote:
Running:
export DT_SCHEMA_FILES=Documentation/devicetree/bindings/phy/intel,lgm-emmc-phy.yaml
'make dt_binding_check'
gives a compilation error. This is because in the example there
is the label 'emmc-phy' but labels are not allowed to have '-' sing.
Replace the '-' with '_' to fix the error.
Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@xxxxxxxxxxxxx>
There's a fix from the author, but you're first to get the fix correct, so:
Fixes: 5bc999108025 ("dt-bindings: phy: intel-emmc-phy: Add YAML
schema for LGM eMMC PHY")
Acked-by: Rob Herring <robh@xxxxxxxxxx>
Kishon, Please apply these soon as linux-next is broken.
Rob