mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ARM64: dts: rockchip: add compatible for act8846 fit for u-boot
Since U-boot only looks up "act,act8846", it's better to add one more compatible name for 8846, to keep uboot without change. Change-Id: Ic8935557168c95dd87a38d2f4b7f987b9f0da8c9 Signed-off-by: Jianqun xu <jay.xu@rock-chips.com>
This commit is contained in:
parent
18718ad483
commit
db494ff749
|
|
@ -168,7 +168,11 @@ regulator-state-mem {
|
|||
};
|
||||
|
||||
act8846: act8846@5a {
|
||||
compatible = "active-semi,act8846";
|
||||
/*
|
||||
* Note: u-boot ONLY match old compatible,
|
||||
* it's better to add both instances here.
|
||||
*/
|
||||
compatible = "act,act8846", "active-semi,act8846";
|
||||
reg = <0x5a>;
|
||||
status = "okay";
|
||||
system-power-controller;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user