diff options
| author | Jonas Karlman <[email protected]> | 2024-11-05 21:51:38 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-10 18:56:15 -0600 |
| commit | 0bcaa88245bbc0fff4ed7d94fb307c3448461cb7 (patch) | |
| tree | 75ad5e46417679c81556520d9e8e7524c1051f3d /arch | |
| parent | 98ba08b6c53c78cdf6d8cf881ece3eb8e8b40efd (diff) | |
rockchip: rk3288-miqi: Remove unused work led node from xPL
The work led is not used in xPL on rk3288-miqi, remove bootph props from
the work led node to exclude it from xPL control FDT.
Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/rk3288-miqi-u-boot.dtsi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/dts/rk3288-miqi-u-boot.dtsi b/arch/arm/dts/rk3288-miqi-u-boot.dtsi index ca839390ce7..721d0208693 100644 --- a/arch/arm/dts/rk3288-miqi-u-boot.dtsi +++ b/arch/arm/dts/rk3288-miqi-u-boot.dtsi @@ -4,15 +4,6 @@ */ #include "rk3288-u-boot.dtsi" -/ { - leds { - bootph-all; - - work { - bootph-all; - }; - }; -}; &dmc { rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa |
