dts: i2c: Fix size and address cells

This patch fixes the size and address cells yaml generation.  Due to
the leading #, the yaml generation incorrectly parses the property
name.  Adding quotes around the property name fixes this.

Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Andy Gross 2017-08-17 17:04:00 -05:00 committed by Anas Nashif
parent c1500fe9a4
commit 5d1fcfc24b

View file

@ -7,11 +7,11 @@ description: >
This binding gives the base structures for all I2C devices
properties:
- #address-cells:
- "#address-cells":
type: int
category: required
description: should be 1.
- #size-cells:
- "#size-cells":
type: int
category: required
description: should be 0.