Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: use lowercase hex in examples

Use lowercase hex in addresses in examples.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230124081037.31013-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
57b73eb9 46908557

+7 -7
+1 -1
Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml
··· 44 44 45 45 accel@f { 46 46 compatible = "kionix,kxtf9"; 47 - reg = <0x0F>; 47 + reg = <0xf>; 48 48 mount-matrix = "0", "1", "0", 49 49 "1", "0", "0", 50 50 "0", "0", "1";
+1 -1
Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
··· 150 150 151 151 adc@126c0000 { 152 152 compatible = "samsung,exynos3250-adc"; 153 - reg = <0x126C0000 0x100>; 153 + reg = <0x126c0000 0x100>; 154 154 interrupts = <0 137 0>; 155 155 #io-channel-cells = <1>; 156 156
+1 -1
Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml
··· 46 46 47 47 dac@4c { 48 48 compatible = "ti,dac5571"; 49 - reg = <0x4C>; 49 + reg = <0x4c>; 50 50 vref-supply = <&vdd_supply>; 51 51 }; 52 52 };
+1 -1
Documentation/devicetree/bindings/iio/potentiometer/adi,ad5272.yaml
··· 44 44 45 45 potentiometer@2f { 46 46 compatible = "adi,ad5272-020"; 47 - reg = <0x2F>; 47 + reg = <0x2f>; 48 48 reset-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>; 49 49 }; 50 50 };
+3 -3
Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml
··· 519 519 reg = <12>; 520 520 adi,sensor-type = <26>; //Steinhart 521 521 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 525 525 }; 526 526 527 527 thermocouple@20 {