Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify Device Tree Sources #51

Open
icedream opened this issue Sep 12, 2023 · 0 comments
Open

Unify Device Tree Sources #51

icedream opened this issue Sep 12, 2023 · 0 comments

Comments

@icedream
Copy link
Owner

The only observed diff between firmware versions is as follows:

--- PRIME4-2.3.2-Update.img.dts 2023-08-08 09:01:59.281452173 +0200
+++ PRIME4-3.2.0-Update.img.dts 2023-09-02 20:17:07.501820474 +0200
@@ -1,11 +1,11 @@
 /dts-v1/;
 
 / {
-       timestamp = <0x6320afd8>;
+       timestamp = <0x64cb5ff4>;
        description = "JC11 upgrade image";
        compatible = "inmusic,jc11";
        inmusic,devices = <0x15e4d008>;
-       inmusic,version = "2.3.2";
+       inmusic,version = "3.2.0";
 
        images {
--- PRIMEGO-2.3.2-Update.img.dts        2023-08-08 09:01:59.281452173 +0200
+++ PRIMEGO-3.2.0-Update.img.dts        2023-09-02 20:18:55.834997904 +0200
@@ -1,11 +1,11 @@
 /dts-v1/;
 
 / {
-       timestamp = <0x6320afd8>;
+       timestamp = <0x64cb5ff4>;
        description = "JP11 upgrade image";
        compatible = "inmusic,jp11";
        inmusic,devices = <0x15e4d00c>;
-       inmusic,version = "2.3.2";
+       inmusic,version = "3.2.0";
 
        images {
 

As such we should probably get rid of the DTS dumps checked into the repository and unify them into some template or more generic DTS.

@icedream icedream changed the title Unify DTS Unify Device Tree Sources Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant