From 6589286717bb3d6ee3dbf4a50990d72721a23a15 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 14 Jun 2019 10:00:20 -0500 Subject: [PATCH] dts/bindings: Add uint8-array type for ethernet mac address Introduce uint8-array type for local-mac-address as we need to distinguish it from 'array' meaning a uint32 array. Signed-off-by: Kumar Gala --- dts/bindings/device_node.yaml.template | 2 +- dts/bindings/ethernet/ethernet.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dts/bindings/device_node.yaml.template b/dts/bindings/device_node.yaml.template index 7de8ed07b72282..faf66d5cade68e 100644 --- a/dts/bindings/device_node.yaml.template +++ b/dts/bindings/device_node.yaml.template @@ -26,7 +26,7 @@ properties: # # : # category: -# type: +# type: # description: # generation: define # diff --git a/dts/bindings/ethernet/ethernet.yaml b/dts/bindings/ethernet/ethernet.yaml index 6c993de58c6259..9b27c380042c9c 100644 --- a/dts/bindings/ethernet/ethernet.yaml +++ b/dts/bindings/ethernet/ethernet.yaml @@ -14,7 +14,7 @@ inherits: !include base.yaml properties: local-mac-address: - type: array + type: uint8-array category: optional description: mac address generation: define