diff options
author | Sungbo Eo <mans0n@gorani.run> | 2020-07-02 22:33:18 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-25 21:50:50 +0200 |
commit | ab78694fe88bf0d65952c13a53ea14e92eb7885f (patch) | |
tree | 98200a3783479015d474897684ce643e52e0e3b1 /target/linux/mpc85xx | |
parent | 8484d6da1e70d9058cfd2c646c8931d786160bb4 (diff) | |
download | upstream-ab78694fe88bf0d65952c13a53ea14e92eb7885f.tar.gz upstream-ab78694fe88bf0d65952c13a53ea14e92eb7885f.tar.bz2 upstream-ab78694fe88bf0d65952c13a53ea14e92eb7885f.zip |
treewide: rename POWER_ON_STRIP register
AR8327 datasheet[1] calls the register at address 0x0010
"Power-on Strapping Register". As it has nothing to do with "strip",
let's rename it to "POWER_ON_STRAP" to make it easier to grasp.
[1] https://lafibre.info/images/doc/201106_spec_AR8327.pdf
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts index 0998a4933a..29b49a9357 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts @@ -97,7 +97,7 @@ 0x00004 0x07600000 /* PAD0_MODE */ 0x00008 0x00000000 /* PAD5_MODE */ 0x0000c 0x01000000 /* PAD6_MODE */ - 0x00010 0x40000000 /* POWER_ON_STRIP */ + 0x00010 0x40000000 /* POWER_ON_STRAP */ 0x00050 0xcf35cf35 /* LED_CTRL0 */ 0x00054 0xcf35cf35 /* LED_CTRL1 */ 0x00058 0xcf35cf35 /* LED_CTRL2 */ |