Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

[General] Change register values RK3399

20

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
20

【General】 Change register values RK3399

Posted at 11/22/2018 16:52:34      View:2583 | Replies:1        Print      Only Author   [Copy Link] 1#
Hi,

Following the Rockchip RK3399TRM datasheet, I'm looking to change the value of register 0xFF77E014 to a specific value (GRF in Address Mapping, offset 0xE014).
What are the possible ways to write to these registers?
Reply

Use props Report

792

Credits

10

Prestige

10

Contribution

advanced

Rank: 4

Credits
792
Posted at 11/30/2018 16:43:39        Only Author  2#
If in uboot , use below
  1. +    writel(0x10001, 0xff770000 + 0xe640);
  2. +    reg = readl(0xff770000 + 0xe640);
Copy the code


Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list