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:
Laxman Dewangan
2023-04-14 20:37:52 +00:00
parent bf05cc6ff2
commit 28f66f6528
2 changed files with 4 additions and 2 deletions

View File

@@ -2017,6 +2017,8 @@
};
pwm@32a0000 {
assigned-clocks = <&bpmp TEGRA234_CLK_PWM3>;
assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>;
status = "okay";
};
@@ -2206,7 +2208,7 @@
compatible = "pwm-fan";
pwms = <&pwm3 0 45334>;
cooling-levels = <0 64 128 255>;
cooling-levels = <0 95 178 255>;
#cooling-cells = <2>;
};