Skip to content

Commit 57b73eb

Browse files
krzkjic23
authored andcommitted
dt-bindings: iio: use lowercase hex in examples
Use lowercase hex in addresses in examples. Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 4690855 commit 57b73eb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ examples:
4444
4545
accel@f {
4646
compatible = "kionix,kxtf9";
47-
reg = <0x0F>;
47+
reg = <0xf>;
4848
mount-matrix = "0", "1", "0",
4949
"1", "0", "0",
5050
"0", "0", "1";

Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ examples:
150150
151151
adc@126c0000 {
152152
compatible = "samsung,exynos3250-adc";
153-
reg = <0x126C0000 0x100>;
153+
reg = <0x126c0000 0x100>;
154154
interrupts = <0 137 0>;
155155
#io-channel-cells = <1>;
156156

Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ examples:
4646
4747
dac@4c {
4848
compatible = "ti,dac5571";
49-
reg = <0x4C>;
49+
reg = <0x4c>;
5050
vref-supply = <&vdd_supply>;
5151
};
5252
};

Documentation/devicetree/bindings/iio/potentiometer/adi,ad5272.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ examples:
4444
4545
potentiometer@2f {
4646
compatible = "adi,ad5272-020";
47-
reg = <0x2F>;
47+
reg = <0x2f>;
4848
reset-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
4949
};
5050
};

Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,9 @@ examples:
519519
reg = <12>;
520520
adi,sensor-type = <26>; //Steinhart
521521
adi,rsense-handle = <&rsense2>;
522-
adi,custom-steinhart = <0x00F371EC 0x12345678
523-
0x2C0F8733 0x10018C66 0xA0FEACCD
524-
0x90021D99>; //6 entries
522+
adi,custom-steinhart = <0x00f371ec 0x12345678
523+
0x2c0f8733 0x10018c66 0xa0feaccd
524+
0x90021d99>; //6 entries
525525
};
526526
527527
thermocouple@20 {

0 commit comments

Comments
 (0)