Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
5,906 additions
and 200 deletions.
- +160 −200 config/kernel/linux-station-p1-legacy.config
- +8 −0 patch/kernel/rockchip64-legacy/zz-add-rk3399-roc-pc-mezzanine-dts.patch
- +11 −0 patch/kernel/rockchip64-legacy/zzz-add-rk3399-cru-h.patch
- +380 −0 patch/kernel/rockchip64-legacy/zzz-add-rk3399-es8323-c.patch
- +303 −0 patch/kernel/rockchip64-legacy/zzz-add-rk3399-linux-n-dtsi.patch
- +3,056 −0 patch/kernel/rockchip64-legacy/zzz-add-rk3399-n-dtsi.patch
- +396 −0 patch/kernel/rockchip64-legacy/zzz-add-rk3399-opp-n-dtsi.patch
- +1,425 −0 patch/kernel/rockchip64-legacy/zzz-add-rk3399-roc-pc-n.patch
- +167 −0 patch/kernel/rockchip64-legacy/zzz-add-rk3399-roc-pc-plus-n.patch
| @@ -0,0 +1,8 @@ | ||
| diff --git a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts | ||
| new file mode 120000 | ||
| index 00000000..5a62cd6b | ||
| --- /dev/null | ||
| +++ b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts | ||
| @@ -0,0 +1 @@ | ||
| +rk3399-roc-pc-plus.dts | ||
| \ No newline at end of file |
| @@ -0,0 +1,11 @@ | ||
| --- a/include/dt-bindings/clock/rk3399-cru.h | ||
| +++ b/include/dt-bindings/clock/rk3399-cru.h | ||
| @@ -31,6 +31,7 @@ | ||
|
|
||
| /* sclk gates (special clocks) */ | ||
| #define SCLK_I2SOUT_SRC 64 | ||
| +#define SCLK_I2S_8CH SCLK_I2SOUT_SRC | ||
| #define SCLK_I2C1 65 | ||
| #define SCLK_I2C2 66 | ||
| #define SCLK_I2C3 67 | ||
|
|
Oops, something went wrong.