mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 22:14:51 +07:00
ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible
Since imx6ulz.dtsi includes imx6ull.dtsi, we only need to fix the compatible string here to achieve the correct OTP size for both SoCs. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
ae88c9e783
commit
f243bc821e
@ -30,6 +30,10 @@ &cpu0 {
|
||||
>;
|
||||
};
|
||||
|
||||
&ocotp {
|
||||
compatible = "fsl,imx6ull-ocotp", "syscon";
|
||||
};
|
||||
|
||||
/ {
|
||||
soc {
|
||||
aips3: aips-bus@2200000 {
|
||||
|
Loading…
Reference in New Issue
Block a user