03.10.2021 03:35, Dmitry Osipenko пишет: > + lpddr2-configuration: > + $ref: "jedec,lpddr2.yaml#" > + type: object ... > + > + lpddr2-config { > + jedec,lpddr2-manufacturer-id = <LPDDR2_MANID_ELPIDA>; > + jedec,lpddr2-revision-id1 = <1>; > + jedec,lpddr2-density-mbits = <2048>; > + jedec,lpddr2-io-width-bits = <16>; > + jedec,lpddr2-type = <LPDDR2_TYPE_S4>; > + }; I just noticed that this is a wrong node name and I missed to run dt_binding_check after the last edit. I'll send v3 with the corrected name shortly.