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

ARM: tegra: roth: fix unsupported pinmux properties

The pinmux subsystem complained that the nvidia,low-power-mode property
is not supported by the sdio1, sdio3 and gma drive groups. In addition
gma also does not support nvidia,drive-type. Remove these properties so
the pinmux configuration can properly be applied.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>

authored by

Alexandre Courbot and committed by
Thierry Reding
6982c070 b607b19a

-4
-4
arch/arm/boot/dts/tegra114-roth.dts
··· 730 730 nvidia,pins = "drive_sdio1"; 731 731 nvidia,high-speed-mode = <TEGRA_PIN_ENABLE>; 732 732 nvidia,schmitt = <TEGRA_PIN_DISABLE>; 733 - nvidia,low-power-mode = <TEGRA_PIN_LP_DRIVE_DIV_1>; 734 733 nvidia,pull-down-strength = <36>; 735 734 nvidia,pull-up-strength = <20>; 736 735 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_SLOW>; ··· 739 740 nvidia,pins = "drive_sdio3"; 740 741 nvidia,high-speed-mode = <TEGRA_PIN_ENABLE>; 741 742 nvidia,schmitt = <TEGRA_PIN_DISABLE>; 742 - nvidia,low-power-mode = <TEGRA_PIN_LP_DRIVE_DIV_1>; 743 743 nvidia,pull-down-strength = <36>; 744 744 nvidia,pull-up-strength = <20>; 745 745 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; ··· 748 750 nvidia,pins = "drive_gma"; 749 751 nvidia,high-speed-mode = <TEGRA_PIN_ENABLE>; 750 752 nvidia,schmitt = <TEGRA_PIN_DISABLE>; 751 - nvidia,low-power-mode = <TEGRA_PIN_LP_DRIVE_DIV_1>; 752 753 nvidia,pull-down-strength = <2>; 753 754 nvidia,pull-up-strength = <2>; 754 755 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; 755 756 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>; 756 - nvidia,drive-type = <1>; 757 757 }; 758 758 }; 759 759 };