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:
Jianqun xu 2015-12-04 15:08:58 +08:00 committed by Gerrit Code Review
parent 18718ad483
commit db494ff749

View File

@ -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;