dts: bindings: dac: ad569x: Remove unused properties

These properties are not used by the driver at all, but are
inconveniently marked as required. Lets just remove them.

Signed-off-by: Brett Witherspoon <brett@witherspoon.engineering>
This commit is contained in:
Brett Witherspoon 2024-07-08 23:14:27 -04:00 committed by Alberto Escolar
commit c76818d949
2 changed files with 0 additions and 16 deletions

View file

@ -7,16 +7,6 @@ properties:
"#io-channel-cells": "#io-channel-cells":
const: 1 const: 1
resolution:
type: int
required: true
description: DAC resolution.
voltage-reference-mv:
type: int
required: true
description: DAC reference voltage in mV.
voltage-reference: voltage-reference:
type: string type: string
default: "internal" default: "internal"

View file

@ -81,8 +81,6 @@
status = "okay"; status = "okay";
compatible = "adi,ad5691"; compatible = "adi,ad5691";
reg = <0x4a>; reg = <0x4a>;
resolution = <12>;
voltage-reference-mv = <2500>;
#io-channel-cells = < 1 >; #io-channel-cells = < 1 >;
}; };
@ -90,8 +88,6 @@
status = "okay"; status = "okay";
compatible = "adi,ad5692"; compatible = "adi,ad5692";
reg = <0x4b>; reg = <0x4b>;
resolution = <14>;
voltage-reference-mv = <2500>;
#io-channel-cells = < 1 >; #io-channel-cells = < 1 >;
}; };
@ -99,8 +95,6 @@
status = "okay"; status = "okay";
compatible = "adi,ad5693"; compatible = "adi,ad5693";
reg = <0x4c>; reg = <0x4c>;
resolution = <16>;
voltage-reference-mv = <2500>;
#io-channel-cells = < 1 >; #io-channel-cells = < 1 >;
}; };
}; };