[PATCH] arm64: dts: imx8mp-debix-som-a-bmb: Fix EEPROM #size-cells
Marco Felsch
m.felsch at pengutronix.de
Sun Sep 10 04:29:02 PDT 2023
Hi Fabio,
thanks for the fix.
On 23-09-08, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
>
> The mac-address is passed as a subnode of the eeprom and its 'reg'
> property describe a range of addresses in the eeprom.
>
> Therefore, #size-cells should be set to 1 instead of 0.
>
> This fixes the following schema warnings:
>
> imx8mp-debix-som-a-bmb-08.dtb: eeprom at 52: #size-cells:0:0: 1 was expected
> from schema $id: http://devicetree.org/schemas/eeprom/at24.yaml#
> imx8mp-debix-som-a-bmb-08.dtb: eeprom at 52: mac-address at 0:reg: [[0], [12]] is too long
> from schema $id: http://devicetree.org/schemas/eeprom/at24.yaml#
> imx8mp-debix-som-a-bmb-08.dtb: eeprom at 52: mac-address at c:reg: [[12], [12]] is too long
> from schema $id: http://devicetree.org/schemas/eeprom/at24.yaml#
> imx8mp-debix-som-a-bmb-08.dtb: eeprom at 52: Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'mac-address at 0', 'mac-address at c' were unexpected)
> from schema $id: http://devicetree.org/schemas/eeprom/at24.yaml#
>
> Signed-off-by: Fabio Estevam <festevam at denx.de>
Reviewed-by: Marco Felsch <m.felsch at pengutronix.de>
More information about the linux-arm-kernel
mailing list