mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
ARM: dts: exynos: Add samsung,asv-bin property to Odroid XU3 Lite
The Exynos5422 SoC used on Odroid XU3 Lite boards belongs to a special ASV bin but this information cannot be read from the Chip ID block registers. Add samsung,asv-bin property for XU3 Lite to ensure the ASV bin is properly determined. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
cdcce1ee97
commit
f33e70cc73
|
|
@ -26,6 +26,10 @@ &arm_a15_pmu {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
&chipid {
|
||||
samsung,asv-bin = <2>;
|
||||
};
|
||||
|
||||
&pwm {
|
||||
/*
|
||||
* PWM 0 -- fan
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user