mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
concord: base: multiple configuration change as per mainline v6.3-rc5
Changes are: - Remove enable-active-low property from fixed regulator. - set mmc bus width to 4. - Set assigned clocks for pwm - Set cooling trip point for pwm fan. Bug 4057304 Change-Id: I74287e0987c3d53f35a5f59c75f096fcff1de001 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/platform/t23x/concord-generic-dts/+/2888503 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
|
|
||||||
mmc@3400000 {
|
mmc@3400000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
bus-width = <4>;
|
||||||
cd-gpios = <&gpio TEGRA234_MAIN_GPIO(G, 7) GPIO_ACTIVE_LOW>;
|
cd-gpios = <&gpio TEGRA234_MAIN_GPIO(G, 7) GPIO_ACTIVE_LOW>;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
};
|
};
|
||||||
@@ -137,6 +138,5 @@
|
|||||||
regulator-max-microvolt = <12000000>;
|
regulator-max-microvolt = <12000000>;
|
||||||
gpio = <&gpio TEGRA234_MAIN_GPIO(A, 1) GPIO_ACTIVE_LOW>;
|
gpio = <&gpio TEGRA234_MAIN_GPIO(A, 1) GPIO_ACTIVE_LOW>;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
enable-active-low;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -2017,6 +2017,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pwm@32a0000 {
|
pwm@32a0000 {
|
||||||
|
assigned-clocks = <&bpmp TEGRA234_CLK_PWM3>;
|
||||||
|
assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -2206,7 +2208,7 @@
|
|||||||
compatible = "pwm-fan";
|
compatible = "pwm-fan";
|
||||||
pwms = <&pwm3 0 45334>;
|
pwms = <&pwm3 0 45334>;
|
||||||
|
|
||||||
cooling-levels = <0 64 128 255>;
|
cooling-levels = <0 95 178 255>;
|
||||||
#cooling-cells = <2>;
|
#cooling-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user