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

Merge tag 'ux500-dts-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into arm/dt

Ux500 DTS updates for the v5.20 kernel:

- Fix orientation matrices on a few U8500 mobile phones.

- Drop unused i2c power supply handled by the power domain.

* tag 'ux500-dts-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik:
ARM: dts: ux500: Drop unused i2c power domain supply
ARM: dts: ux500: Fix Gavini accelerometer mounting matrix
ARM: dts: ux500: Fix Codina accelerometer mounting matrix
ARM: dts: ux500: Fix Janice accelerometer mounting matrix

Link: https://lore.kernel.org/r/CACRpkdY1MG=HG+tOCmD1_LEAStV1-ycCLkwShMRD4R=4jGDYHQ@mail.gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+6 -11
-5
arch/arm/boot/dts/ste-dbx5x0.dtsi
··· 661 661 662 662 #address-cells = <1>; 663 663 #size-cells = <0>; 664 - v-i2c-supply = <&db8500_vape_reg>; 665 664 666 665 clock-frequency = <400000>; 667 666 clocks = <&prcc_kclk 3 3>, <&prcc_pclk 3 3>; ··· 678 679 679 680 #address-cells = <1>; 680 681 #size-cells = <0>; 681 - v-i2c-supply = <&db8500_vape_reg>; 682 682 683 683 clock-frequency = <400000>; 684 684 ··· 696 698 697 699 #address-cells = <1>; 698 700 #size-cells = <0>; 699 - v-i2c-supply = <&db8500_vape_reg>; 700 701 701 702 clock-frequency = <400000>; 702 703 ··· 714 717 715 718 #address-cells = <1>; 716 719 #size-cells = <0>; 717 - v-i2c-supply = <&db8500_vape_reg>; 718 720 719 721 clock-frequency = <400000>; 720 722 ··· 732 736 733 737 #address-cells = <1>; 734 738 #size-cells = <0>; 735 - v-i2c-supply = <&db8500_vape_reg>; 736 739 737 740 clock-frequency = <400000>; 738 741
+2 -2
arch/arm/boot/dts/ste-ux500-samsung-codina.dts
··· 598 598 reg = <0x19>; 599 599 vdd-supply = <&ab8500_ldo_aux1_reg>; // 3V 600 600 vddio-supply = <&ab8500_ldo_aux2_reg>; // 1.8V 601 - mount-matrix = "0", "-1", "0", 602 - "1", "0", "0", 601 + mount-matrix = "0", "1", "0", 602 + "-1", "0", "0", 603 603 "0", "0", "1"; 604 604 }; 605 605 };
+2 -2
arch/arm/boot/dts/ste-ux500-samsung-gavini.dts
··· 527 527 accelerometer@18 { 528 528 compatible = "bosch,bma222e"; 529 529 reg = <0x18>; 530 - mount-matrix = "0", "1", "0", 531 - "-1", "0", "0", 530 + mount-matrix = "0", "-1", "0", 531 + "1", "0", "0", 532 532 "0", "0", "1"; 533 533 vddio-supply = <&ab8500_ldo_aux2_reg>; // 1.8V 534 534 vdd-supply = <&ab8500_ldo_aux1_reg>; // 3V
+2 -2
arch/arm/boot/dts/ste-ux500-samsung-janice.dts
··· 633 633 accelerometer@8 { 634 634 compatible = "bosch,bma222"; 635 635 reg = <0x08>; 636 - mount-matrix = "0", "1", "0", 637 - "-1", "0", "0", 636 + mount-matrix = "0", "-1", "0", 637 + "1", "0", "0", 638 638 "0", "0", "1"; 639 639 vddio-supply = <&ab8500_ldo_aux2_reg>; // 1.8V 640 640 vdd-supply = <&ab8500_ldo_aux1_reg>; // 3V